AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the GetQueryResults operation.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class GetQueryResultsResponse : AmazonWebServiceResponse
The GetQueryResultsResponse type exposes the following members
Name | Description | |
---|---|---|
GetQueryResultsResponse() |
Name | Type | Description | |
---|---|---|---|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
EncryptionKey | System.String |
Gets and sets the property EncryptionKey. If you associated an KMS key with the CloudWatch Logs Insights query results in this account, this field displays the ARN of the key that's used to encrypt the query results when StartQuery stores them. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
Results | System.Collections.Generic.List<System.Collections.Generic.List<Amazon.CloudWatchLogs.Model.ResultField>> |
Gets and sets the property Results. The log events that matched the query criteria during the most recent time it ran.
The |
|
Statistics | Amazon.CloudWatchLogs.Model.QueryStatistics |
Gets and sets the property Statistics. Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the scanned log events. These values reflect the full raw results of the query. |
|
Status | Amazon.CloudWatchLogs.QueryStatus |
Gets and sets the property Status.
The status of the most recent running of the query. Possible values are Queries time out after 60 minutes of runtime. To avoid having your queries time out, reduce the time range being searched or partition your query into a number of queries. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5