GlobalSecondaryIndexInfo constructor
GlobalSecondaryIndexInfo({
- String? indexName,
- List<
KeySchemaElement> ? keySchema, - Projection? projection,
- ProvisionedThroughput? provisionedThroughput,
Implementation
GlobalSecondaryIndexInfo({
this.indexName,
this.keySchema,
this.projection,
this.provisionedThroughput,
});