Table of Contents

Class TransactWriteItem

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

A list of requests that can perform update, put, delete, or check operations on multiple items in one or more tables atomically.

public class TransactWriteItem
Inheritance
TransactWriteItem
Inherited Members

Constructors

TransactWriteItem()

public TransactWriteItem()

Properties

ConditionCheck

Gets and sets the property ConditionCheck.

A request to perform a check item operation.

public ConditionCheck ConditionCheck { get; set; }

Property Value

ConditionCheck

Delete

Gets and sets the property Delete.

A request to perform a

DeleteItem
operation.
public Delete Delete { get; set; }

Property Value

Delete

Put

Gets and sets the property Put.

A request to perform a

PutItem
operation.
public Put Put { get; set; }

Property Value

Put

Update

Gets and sets the property Update.

A request to perform an

UpdateItem
operation.
public Update Update { get; set; }

Property Value

Update