Search response object
Namespace: Amazon.DynamoDB.DocumentModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Search
Public Class Search
public ref class Search
Members
| All Members | Properties | Methods |
| 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()()()() | (Inherited from Object.) |