GlobalSecondaryIndexDescription constructor
GlobalSecondaryIndexDescription({
- bool? backfilling,
- String? indexArn,
- String? indexName,
- int? indexSizeBytes,
- IndexStatus? indexStatus,
- int? itemCount,
- List<
KeySchemaElement> ? keySchema, - Projection? projection,
- ProvisionedThroughputDescription? provisionedThroughput,
Implementation
GlobalSecondaryIndexDescription({
this.backfilling,
this.indexArn,
this.indexName,
this.indexSizeBytes,
this.indexStatus,
this.itemCount,
this.keySchema,
this.projection,
this.provisionedThroughput,
});