Class BatchWriteItemResponse
Represents a response from a batch write items operation.
Inherited Members
Namespace: Innovt.Cloud.Table
Assembly: Innovt.Cloud.dll
Syntax
public class BatchWriteItemResponse
Constructors
| Edit this page View SourceBatchWriteItemResponse()
Initializes a new instance of the BatchWriteItemResponse class.
Declaration
public BatchWriteItemResponse()
Properties
| Edit this page View SourceSuccess
Gets a value indicating whether the batch write operation was successful.
Declaration
public bool Success { get; }
Property Value
Type | Description |
---|---|
bool |
UnprocessedItems
Gets the unprocessed items from the batch write operation, grouped by table name.
Declaration
public Dictionary<string, List<BatchWriteItem>> UnprocessedItems { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, List<BatchWriteItem>> |