AWS SDK Version 3 for .NET
API Reference

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.

Information about one CloudWatch Logs Insights query that matches the request in a DescribeQueries operation.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchLogs.Model.QueryInfo

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class QueryInfo

The QueryInfo type exposes the following members

Constructors

NameDescription
Public Method QueryInfo()

Properties

NameTypeDescription
Public Property CreateTime System.Int64

Gets and sets the property CreateTime.

The date and time that this query was created.

Public Property LogGroupName System.String

Gets and sets the property LogGroupName.

The name of the log group scanned by this query.

Public Property QueryId System.String

Gets and sets the property QueryId.

The unique ID number of this query.

Public Property QueryString System.String

Gets and sets the property QueryString.

The query string used in this query.

Public Property Status Amazon.CloudWatchLogs.QueryStatus

Gets and sets the property Status.

The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5