QueryOperationConfig Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Configuration for the Table.Query operation

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class QueryOperationConfig : Object

The QueryOperationConfig type exposes the following members

Constructors

  Name Description
Public Method QueryOperationConfig() Initializes a default Table.Query config object Filter is empty, Limit is Int32.MaxValue

Properties

  Name Description
Public Property AttributesToGet List of attributes to retrieve as part of the search
Public Property BackwardSearch Flag that signals if the search is traversing backwards
Public Property CollectResults Whether to collect GetNextSet and GetRemaining results in Matches property. Default is true. If set to false, Matches will always be empty.
Public Property ConsistentRead If set to true, this flag ensures that the most recently written data is returned.
Public Property Filter Filter for the search operation
Public Property IndexName Name of the index to query against.
Public Property Limit Upper limit on the number of items to return per request
Public Property Select Enum specifying what data to return from query.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5