BatchCreateIndex constructor

BatchCreateIndex({
  1. required bool isUnique,
  2. required List<AttributeKey> orderedIndexedAttributeList,
  3. String? batchReferenceName,
  4. String? linkName,
  5. ObjectReference? parentReference,
})

Implementation

BatchCreateIndex({
  required this.isUnique,
  required this.orderedIndexedAttributeList,
  this.batchReferenceName,
  this.linkName,
  this.parentReference,
});