AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents the output of a Scan
operation.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class ScanResponse : AmazonWebServiceResponse
The ScanResponse type exposes the following members
Name | Description | |
---|---|---|
ScanResponse() |
Name | Type | Description | |
---|---|---|---|
ConsumedCapacity | Amazon.DynamoDBv2.Model.ConsumedCapacity |
Gets and sets the property ConsumedCapacity.
The capacity units consumed by the |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
Count | System.Int32 |
Gets and sets the property Count. The number of items in the response.
If you set
If you did not use a filter in the request, then |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
Items | System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue>> |
Gets and sets the 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. |
|
LastEvaluatedKey | System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue> |
Gets and sets the 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.
If
If |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ScannedCount | System.Int32 |
Gets and sets the property ScannedCount.
The number of items evaluated, before any
If you did not use a filter in the request, then |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5