A container for BatchWriteItem response

C# |
public class BatchWriteItemResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | BatchWriteItemResult()()()() | Initializes a new instance of the BatchWriteItemResult 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.) |
![]() | Responses |
The response object as a result of BatchWriteItem call. This is essentially a map of table name to ConsumedCapacityUnits.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnprocessedItems |
The Items which we could not successfully process in a BatchWriteItem call is returned as UnprocessedItems Constraints: |
![]() | WithResponses(array<KeyValuePair<(Of <<'(String, BatchWriteResponse>)>>)>[]()[][]) | Obsolete.
Adds the KeyValuePairs to the Responses dictionary.
|
![]() | WithUnprocessedItems(array<KeyValuePair<(Of <<'(String, List<(Of <<'(WriteRequest>)>>)>)>>)>[]()[][]) | Obsolete.
Adds the KeyValuePairs to the UnprocessedItems dictionary.
|

Object | |
![]() | BatchWriteItemResult |