Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class BatchGetItem

    Represents a request to batch get items from a database.

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

    Properties

    | Edit this page View Source

    ConsistentRead

    Gets or sets a value indicating whether a consistent read is requested.

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

    ExpressionAttributeNames

    Gets or sets the expression attribute names used in the request.

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

    Keys

    Gets or sets the keys for which items will be retrieved in the batch. Each key is represented as a dictionary of attribute names and values.

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

    ProjectionExpression

    Gets or sets the projection expression for retrieving specific attributes.

    Declaration
    public string ProjectionExpression { get; set; }
    Property Value
    Type Description
    string

    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