ScanResponse Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Returns information about the Scan response and response metadata.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.DynamoDBv2.Model.ScanResult
      Amazon.DynamoDBv2.Model.ScanResponse

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

Syntax

C#
public class ScanResponse : ScanResult

The ScanResponse type exposes the following members

Constructors

  Name Description
Public Method ScanResponse()

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 scan 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). If there are no remaining table or segment items to be scanned, LastEvaluatedKey is returned as null.
Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.
Public Property ScannedCount The number of items in the complete scan, before any filters are applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation. For more information, see Count and ScannedCount in the Amazon DynamoDB Developer Guide.
Public Property ScanResult Gets and sets the ScanResult property. Represents the output of a Scan operation.

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