Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class BatchGetItemRequest

    Represents a request to batch get items from multiple tables.

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

    Constructors

    | Edit this page View Source

    BatchGetItemRequest()

    Initializes a new instance of the BatchGetItemRequest class.

    Declaration
    public BatchGetItemRequest()
    | Edit this page View Source

    BatchGetItemRequest(string, BatchGetItem)

    Initializes a new instance of the BatchGetItemRequest class with a table name and batch request item.

    Declaration
    public BatchGetItemRequest(string tableName, BatchGetItem batchRequestItem)
    Parameters
    Type Name Description
    string tableName

    The name of the table.

    BatchGetItem batchRequestItem

    The batch request item for the specified table.

    Properties

    | Edit this page View Source

    Items

    Gets the items to be retrieved in the batch, keyed by table name.

    Declaration
    public Dictionary<string, BatchGetItem> Items { get; }
    Property Value
    Type Description
    Dictionary<string, BatchGetItem>

    Methods

    | Edit this page View Source

    AddItem(string, BatchGetItem)

    Adds a batch request item for a specific table.

    Declaration
    public void AddItem(string tableName, BatchGetItem batchRequestItem)
    Parameters
    Type Name Description
    string tableName

    The name of the table.

    BatchGetItem batchRequestItem

    The batch request item for the specified table.

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown when batchRequestItem is null.

    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