Information about item collections, if any, that were affected by the operation. ItemCollectionMetrics is only returned if it was asked for in the request. If the table does not have any local secondary indexes, this information is not returned in the response.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ItemCollectionMetrics
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ItemCollectionMetrics()()()() | Initializes a new instance of the ItemCollectionMetrics class | 
|  | Equals(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.) | 
|  | ItemCollectionKey | 
            The hash key value of the item collection. This is the same as the hash key of the item.
             
             | 
|  | SizeEstimateRangeGB | 
            An estimate of item collection size, measured in gigabytes. This is a two-element array containing a lower bound and an upper bound for the
            estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local
            secondary indexes on that table. Use this estimate to measure whether a local secondary index is approaching its size limit. The estimate is
            subject to change over time; therefore, do not rely on the precision or accuracy of the estimate.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithItemCollectionKey(array<KeyValuePair<(Of <<'(String, AttributeValue>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the ItemCollectionKey dictionary.
             | 
|  | WithSizeEstimateRangeGB(array<Double>[]()[][]) | Obsolete. 
            Adds elements to the SizeEstimateRangeGB collection
             | 
|  | WithSizeEstimateRangeGB(IEnumerable<(Of <<'(Double>)>>)) | Obsolete. 
            Adds elements to the SizeEstimateRangeGB collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ItemCollectionMetrics |