Configuration for the Table.Query operation
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class QueryOperationConfig : Object
The QueryOperationConfig type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
QueryOperationConfig() | Initializes a default Table.Query config object Filter is empty, Limit is Int32.MaxValue |
Properties
Name | Description | |
---|---|---|
![]() |
AttributesToGet | List of attributes to retrieve as part of the search |
![]() |
BackwardSearch | Flag that signals if the search is traversing backwards |
![]() |
CollectResults | Whether to collect GetNextSet and GetRemaining results in Matches property. Default is true. If set to false, Matches will always be empty. |
![]() |
ConsistentRead | If set to true, this flag ensures that the most recently written data is returned. |
![]() |
Filter | Filter for the search operation |
![]() |
IndexName | Name of the index to query against. |
![]() |
Limit | Upper limit on the number of items to return per request |
![]() |
Select | Enum specifying what data to return from query. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5