Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class BatchWriteItemResponse

    Represents a response from a batch write items operation.

    Inheritance
    object
    BatchWriteItemResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.Table
    Assembly: Innovt.Cloud.dll
    Syntax
    public class BatchWriteItemResponse

    Constructors

    | Edit this page View Source

    BatchWriteItemResponse()

    Initializes a new instance of the BatchWriteItemResponse class.

    Declaration
    public BatchWriteItemResponse()

    Properties

    | Edit this page View Source

    Success

    Gets a value indicating whether the batch write operation was successful.

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    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>>

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX