BatchCreateIndex class

Creates an index object inside of a BatchRead operation. For more information, see CreateIndex and BatchReadRequest$Operations.

Constructors

BatchCreateIndex({required bool isUnique, required List<AttributeKey> orderedIndexedAttributeList, String? batchReferenceName, String? linkName, ObjectReference? parentReference})

Properties

batchReferenceName String?
The batch reference name. See Batches for more information.
final
hashCode int
The hash code for this object.
no setterinherited
isUnique bool
Indicates whether the attribute that is being indexed has unique values or not.
final
linkName String?
The name of the link between the parent object and the index object.
final
orderedIndexedAttributeList List<AttributeKey>
Specifies the attributes that should be indexed on. Currently only a single attribute is supported.
final
parentReference ObjectReference?
A reference to the parent object that contains the index object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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