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.

Container for the parameters to the CancelQuery operation. Cancels a query that has been issued. Cancellation is provided only if the query has not completed running before the cancellation request was issued. Because cancellation is an idempotent operation, subsequent cancellation requests will return a CancellationMessage, indicating that the query has already been canceled. See code sample for details.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.TimestreamQuery.AmazonTimestreamQueryRequest
      Amazon.TimestreamQuery.Model.CancelQueryRequest

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

Syntax

C#
public class CancelQueryRequest : AmazonTimestreamQueryRequest
         IAmazonWebServiceRequest

The CancelQueryRequest type exposes the following members

Constructors

NameDescription
Public Method CancelQueryRequest()

Properties

NameTypeDescription
Public Property QueryId System.String

Gets and sets the property QueryId.

The ID of the query that needs to be cancelled. QueryID is returned as part of the query result.

Version Information

.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