Table of Contents

Class BatchStatementResponse

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

A PartiQL batch statement response..

public class BatchStatementResponse
Inheritance
BatchStatementResponse
Inherited Members

Constructors

BatchStatementResponse()

public BatchStatementResponse()

Properties

Error

Gets and sets the property Error.

The error associated with a failed PartiQL batch statement.

public BatchStatementError Error { get; set; }

Property Value

BatchStatementError

Item

Gets and sets the property Item.

A DynamoDB item associated with a BatchStatementResponse

public Dictionary<string, AttributeValue> Item { get; set; }

Property Value

Dictionary<string, AttributeValue>

TableName

Gets and sets the property TableName.

The table name associated with a failed PartiQL batch statement.

public string TableName { get; set; }

Property Value

string