Represents the output of a BatchWriteItem operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class BatchWriteItemResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | BatchWriteItemResult()()()() | Initializes a new instance of the BatchWriteItemResult class | 
|  | ConsumedCapacity | 
            The capacity units consumed by the operation. Each element consists of:  
 | 
|  | 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.) | 
|  | ItemCollectionMetrics | 
            A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected
            by individual DeleteItem or PutItem operations. Each entry consists of the following subelements:  
 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UnprocessedItems | 
            A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as
            RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see
            RequestItems in the Request Parameters section. Each UnprocessedItems entry consists of a table name and, for that table, a
            list of operations to perform (DeleteRequest or PutRequest).  
 Constraints: | 
|  | WithConsumedCapacity(array<ConsumedCapacity>[]()[][]) | Obsolete. 
            Adds elements to the ConsumedCapacity collection
             | 
|  | WithConsumedCapacity(IEnumerable<(Of <<'(ConsumedCapacity>)>>)) | Obsolete. 
            Adds elements to the ConsumedCapacity collection
             | 
|  | WithItemCollectionMetrics(array<KeyValuePair<(Of <<'(String, List<(Of <<'(ItemCollectionMetrics>)>>)>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the ItemCollectionMetrics dictionary.
             | 
|  | WithUnprocessedItems(array<KeyValuePair<(Of <<'(String, List<(Of <<'(WriteRequest>)>>)>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the UnprocessedItems dictionary.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | BatchWriteItemResult |