AWS SDK for .NET Documentation
ScanResult Class
AmazonAmazon.DynamoDBv2.ModelScanResult Did this page help you?   Yes   No    Tell us about it...

Represents the output of a Scan operation.

Declaration Syntax
C#
public class ScanResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ScanResult()()()()
Initializes a new instance of the ScanResult class

ConsumedCapacity
Represents the capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if it was asked for in the request. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.

Count
The number of items in the response.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
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. If LastEvaluatedKey is null, then the "last page" of results has been processed and there is no more data to be retrieved. If LastEvaluatedKey is anything other than null, this does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedKey is null.

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.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithConsumedCapacity(ConsumedCapacity) Obsolete.
Sets the ConsumedCapacity property

WithCount(Int32) Obsolete.
Sets the Count property

WithItems(array<Dictionary<(Of <<'(String, AttributeValue>)>>)>[]()[][]) Obsolete.
Adds elements to the Items collection

WithItems(IEnumerable<(Of <<'(Dictionary<(Of <<'(String, AttributeValue>)>>)>)>>)) Obsolete.
Adds elements to the Items collection

WithLastEvaluatedKey(array<KeyValuePair<(Of <<'(String, AttributeValue>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the LastEvaluatedKey dictionary.

WithScannedCount(Int32) Obsolete.
Sets the ScannedCount property

Inheritance Hierarchy
Object
ScanResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)