PartitionIndexDescriptor constructor
PartitionIndexDescriptor({
- required String indexName,
- required PartitionIndexStatus indexStatus,
- required List<
KeySchemaElement> keys, - List<
BackfillError> ? backfillErrors,
Implementation
PartitionIndexDescriptor({
required this.indexName,
required this.indexStatus,
required this.keys,
this.backfillErrors,
});