Class CfnAnalysis.QueryExecutionOptionsProperty
A structure that describes the query execution options.
Inheritance
System.Object
CfnAnalysis.QueryExecutionOptionsProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class QueryExecutionOptionsProperty : Object, CfnAnalysis.IQueryExecutionOptionsProperty
Syntax (vb)
Public Class QueryExecutionOptionsProperty
Inherits Object
Implements CfnAnalysis.IQueryExecutionOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var queryExecutionOptionsProperty = new QueryExecutionOptionsProperty {
QueryExecutionMode = "queryExecutionMode"
};
Synopsis
Constructors
QueryExecutionOptionsProperty() |
Properties
QueryExecutionMode | A structure that describes the query execution mode. |
Constructors
QueryExecutionOptionsProperty()
public QueryExecutionOptionsProperty()
Properties
QueryExecutionMode
A structure that describes the query execution mode.
public string QueryExecutionMode { get; set; }
Property Value
System.String