Search response object

C# |
public class Search

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AttributesToGet |
List of attribute names to retrieve
|
![]() | BeginGetNextSet(AsyncCallback, Object) |
Initiates the asynchronous execution of the GetNextSet operation.
|
![]() | BeginGetRemaining(AsyncCallback, Object) |
Initiates the asynchronous execution of the GetRemaining operation.
|
![]() | Count |
Gets the total number of items that match the search parameters
If IsDone is true, returns Matches.Count
Otherwise, makes a call to DynamoDB to find out the number of
matching items, without retrieving the items. Count is then cached.
|
![]() | EndGetNextSet(IAsyncResult) |
Finishes the asynchronous execution of the Execute operation.
|
![]() | EndGetRemaining(IAsyncResult) |
Finishes the asynchronous execution of the GetRemaining operation.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Filter |
Filter for the search operation
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNextSet()()()() |
Retrieves the next set (page) of results
|
![]() | GetRemaining()()()() |
Retrieves all the remaining results
|
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HashKey |
HashKey value associated with the search
|
![]() | IsBackwardSearch |
Flag that, if true, indicates that the search is traversing backwards
|
![]() | IsConsistentRead |
Flag that, if true, indicates that the search is operating in consistent-read mode
|
![]() | IsDone |
Flag that, if true, indicates that the search is done
|
![]() | Limit |
Upper limit on the number of items returned.
For Queries: upper limit on the number of items returned.
For Scan: limit on the number of items scanned.
Maps directly to Limit property on Query and Scan operations.
|
![]() | Matches |
List of currently found items
|
![]() | NextKey |
Key denoting the starting point of the next set of results
|
![]() | TableName |
Name of the table being searched
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | Search |