Class ExecuteSqlStatementRequest
Represents a request to execute an SQL statement.
Inherited Members
Namespace: Innovt.Cloud.Table
Assembly: Innovt.Cloud.dll
Syntax
public class ExecuteSqlStatementRequest
Properties
| Edit this page View SourceConsistentRead
Gets or sets a flag indicating whether to perform a consistent read.
Declaration
public bool ConsistentRead { get; set; }
Property Value
Type | Description |
---|---|
bool |
NextToken
Gets or sets a token that can be used for paginating results if necessary.
Declaration
public string NextToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Statment
Gets or sets the SQL statement to be executed.
Declaration
public string Statment { get; set; }
Property Value
Type | Description |
---|---|
string |