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.

A SQL string of criteria about events that you want to collect in an event data store.

Inheritance Hierarchy

System.Object
  Amazon.CloudTrail.Model.Query

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

Syntax

C#
public class Query

The Query type exposes the following members

Constructors

NameDescription
Public Method Query()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The creation time of a query.

Public Property QueryId System.String

Gets and sets the property QueryId.

The ID of a query.

Public Property QueryStatus Amazon.CloudTrail.QueryStatus

Gets and sets the property QueryStatus.

The status of the query. This can be QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.

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