Returns information about the Scan response and response metadata.
Inheritance Hierarchy
System.Object
Amazon.Runtime.AmazonWebServiceResponse
Amazon.DynamoDBv2.Model.ScanResult
Amazon.DynamoDBv2.Model.ScanResponse
Amazon.Runtime.AmazonWebServiceResponse
Amazon.DynamoDBv2.Model.ScanResult
Amazon.DynamoDBv2.Model.ScanResponse
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class ScanResponse : ScanResult
The ScanResponse type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
ScanResponse() |
Properties
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
ContentLength | Returns the content length of the HTTP response. |
![]() |
Count | The number of items in the response. |
![]() |
HttpStatusCode | Returns the status code of the HTTP response. |
![]() |
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. |
![]() |
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. |
![]() |
ResponseMetadata | Contains additional information about the request, such as the Request Id. |
![]() |
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. |
![]() |
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