Table of Contents

Class BatchStatementRequest

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

A PartiQL batch statement request.

public class BatchStatementRequest
Inheritance
BatchStatementRequest
Inherited Members

Constructors

BatchStatementRequest()

public BatchStatementRequest()

Properties

ConsistentRead

Gets and sets the property ConsistentRead.

The read consistency of the PartiQL batch request.

public bool ConsistentRead { get; set; }

Property Value

bool

Parameters

Gets and sets the property Parameters.

The parameters associated with a PartiQL statement in the batch request.

public List<AttributeValue> Parameters { get; set; }

Property Value

List<AttributeValue>

Statement

Gets and sets the property Statement.

A valid PartiQL statement.

public string Statement { get; set; }

Property Value

string