BatchCreateIndex constructor
BatchCreateIndex({
- required bool isUnique,
- required List<
AttributeKey> orderedIndexedAttributeList, - String? batchReferenceName,
- String? linkName,
- ObjectReference? parentReference,
Implementation
BatchCreateIndex({
required this.isUnique,
required this.orderedIndexedAttributeList,
this.batchReferenceName,
this.linkName,
this.parentReference,
});