QueryResult Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Represents the output of a Query operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.DynamoDBv2.Model.QueryResult

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

Syntax

C#
public class QueryResult : AmazonWebServiceResponse

The QueryResult type exposes the following members

Constructors

  Name Description
Public Method QueryResult()

Properties

  Name Description
Public Property ConsumedCapacity The table name that consumed provisioned throughput, and the number of capacity units consumed by it. ConsumedCapacity is only returned if it was asked for in the request. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.
Public Property ContentLength Returns the content length of the HTTP response.
Public Property Count The number of items in the response.
Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property Items An array of item attributes that match the query criteria. Each element in this array consists of an attribute name and the value for that attribute.
Public Property LastEvaluatedKey The primary key of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. LastEvaluatedKey is null when the entire result set is complete (in other words, when the operation processed the "last page" of results).
Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8