PartitionIndexDescriptor class
A descriptor for a partition index in a table.
Constructors
-
PartitionIndexDescriptor({required String indexName, required PartitionIndexStatus indexStatus, required List<
KeySchemaElement> keys, List<BackfillError> ? backfillErrors}) -
PartitionIndexDescriptor.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
backfillErrors
→ List<
BackfillError> ? -
A list of errors that can occur when registering partition indexes for an
existing table.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexName → String
-
The name of the partition index.
final
- indexStatus → PartitionIndexStatus
-
The status of the partition index.
final
-
keys
→ List<
KeySchemaElement> -
A list of one or more keys, as
KeySchemaElement
structures, for the partition index.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited