Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class TransactionWriteItem

    Represents an item within a transaction for write operations.

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

    Properties

    | Edit this page View Source

    ConditionExpression

    Gets or sets the condition expression for the transaction item.

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

    ExpressionAttributeValues

    Represents a dictionary of attribute values to be used in expressions.

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

    Items

    Only for Put operations

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

    Keys

    Represents a dictionary of keys, typically used for key-value pairs.

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

    OperationType

    Gets or sets the type of write operation in the transaction.

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

    TableName

    Gets or sets the name of the table associated with the transaction item.

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

    UpdateExpression

    Only for update operations

    Declaration
    public string UpdateExpression { 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