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.
Provides aggregated metrics and capacity usage information for a multi-page search or query operation.
Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public sealed class SearchMetrics
The SearchMetrics type exposes the following members
| Name | Type | Description | |
|---|---|---|---|
|
ConsumedCapacityHistory | System.Collections.Generic.IReadOnlyList<Amazon.DynamoDBv2.Model.ConsumedCapacity> |
Gets the history of consumed capacity details for all operations performed during the search. For details, see ConsumedCapacityUnits. |
|
ItemsReturnedLast | System.Int32 |
Number of items returned in the last operation. |
|
LastConsumedCapacity | Amazon.DynamoDBv2.Model.ConsumedCapacity |
Gets the details of the capacity units consumed by the most recent operation. |
|
ScannedCountAccumulated | System.Int32 |
Gets the total number of items scanned across all operations. |
|
ScannedCountLast | System.Int32 |
Gets the number of items scanned during the most recent operation. |
|
TotalCapacityUnits | System.Nullable<System.Double> |
Gets the total capacity units accumulated across all operations performed during the search. For details, see ConsumedCapacityUnits. |
|
TotalItemsReturned | System.Int32 |
Total number of items returned across all operations. |
|
TotalReadCapacityUnits | System.Nullable<System.Double> |
Gets the total consumed read capacity units accumulated across all operations performed during the search. For details, see ConsumedReadCapacityUnits. |
|
TotalWriteCapacityUnits | System.Nullable<System.Double> |
Gets the total accumulated consumed write capacity units for all operations performed during the search. For details, see ConsumedWriteCapacityUnits. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer