BatchStatementRequest class

A PartiQL batch statement request.

Constructors

BatchStatementRequest({required String statement, bool? consistentRead, List<AttributeValue>? parameters})

Properties

consistentRead bool?
The read consistency of the PartiQL batch request.
final
hashCode int
The hash code for this object.
no setterinherited
parameters List<AttributeValue>?
The parameters associated with a PartiQL statement in the batch request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statement String
A valid PartiQL statement.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited