TableDescription constructor
TableDescription({
- ArchivalSummary? archivalSummary,
- List<
AttributeDefinition> ? attributeDefinitions, - BillingModeSummary? billingModeSummary,
- DateTime? creationDateTime,
- List<
GlobalSecondaryIndexDescription> ? globalSecondaryIndexes, - String? globalTableVersion,
- int? itemCount,
- List<
KeySchemaElement> ? keySchema, - String? latestStreamArn,
- String? latestStreamLabel,
- List<
LocalSecondaryIndexDescription> ? localSecondaryIndexes, - ProvisionedThroughputDescription? provisionedThroughput,
- List<
ReplicaDescription> ? replicas, - RestoreSummary? restoreSummary,
- SSEDescription? sSEDescription,
- StreamSpecification? streamSpecification,
- String? tableArn,
- String? tableId,
- String? tableName,
- int? tableSizeBytes,
- TableStatus? tableStatus,
Implementation
TableDescription({
this.archivalSummary,
this.attributeDefinitions,
this.billingModeSummary,
this.creationDateTime,
this.globalSecondaryIndexes,
this.globalTableVersion,
this.itemCount,
this.keySchema,
this.latestStreamArn,
this.latestStreamLabel,
this.localSecondaryIndexes,
this.provisionedThroughput,
this.replicas,
this.restoreSummary,
this.sSEDescription,
this.streamSpecification,
this.tableArn,
this.tableId,
this.tableName,
this.tableSizeBytes,
this.tableStatus,
});