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 vector search operation.
Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public sealed class SearchVectorsMetrics
The SearchVectorsMetrics type exposes the following members
| Name | Type | Description | |
|---|---|---|---|
|
ConsumedCapacityHistory | System.Collections.Generic.IReadOnlyList<Amazon.DynamoDBv2.Model.VectorCapacity> |
Gets the history of consumed capacity details for all operations performed during the search. |
|
ItemsReturnedLast | System.Int32 |
Number of items returned in the last operation. |
|
LastConsumedCapacity | Amazon.DynamoDBv2.Model.VectorCapacity |
Gets the details of the capacity units consumed by the most recent operation. |
|
TotalItemsReturned | System.Int32 |
Total number of items returned across all operations. |
|
TotalVectorSearchRequestBytes | System.Nullable<System.Double> |
Gets the total consumed vector search request bytes accumulated across all operations performed during the search. |
|
TotalVectorWriteRequestBytes | System.Nullable<System.Double> |
Gets the total accumulated vector write request bytes for all operations performed during the search. |
.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