Class QueryRequest
Represents a request for querying a data source.
Implements
Inherited Members
Namespace: Innovt.Cloud.Table
Assembly: Innovt.Cloud.dll
Syntax
public class QueryRequest : BaseRequest, ICloneable
Properties
| Edit this page View SourceKeyConditionExpression
Gets or sets the key condition expression used in the query.
Declaration
public string KeyConditionExpression { get; set; }
Property Value
Type | Description |
---|---|
string |
ScanIndexForward
Gets or sets a value indicating whether to scan the index forward or backward.
Declaration
public bool ScanIndexForward { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceClone()
Creates a deep copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
object | A new instance of QueryRequest that is a copy of the current instance. |