Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class BatchWriteItem

    Represents a request to batch write items to a database.

    Inheritance
    object
    BatchWriteItem
    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 BatchWriteItem

    Properties

    | Edit this page View Source

    DeleteRequest

    Gets or sets a collection of items to be deleted in the batch. The key represents the table name and the value represents the item to delete.

    Declaration
    public Dictionary<string, object> DeleteRequest { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>
    | Edit this page View Source

    PutRequest

    Gets or sets a collection of items to be added or updated in the batch. The key represents the table name and the value represents the item to put.

    Declaration
    public Dictionary<string, object> PutRequest { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    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