SourceTableFeatureDetails class
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Constructors
-
SourceTableFeatureDetails({List<
GlobalSecondaryIndexInfo> ? globalSecondaryIndexes, List<LocalSecondaryIndexInfo> ? localSecondaryIndexes, SSEDescription? sSEDescription, StreamSpecification? streamDescription, TimeToLiveDescription? timeToLiveDescription}) -
SourceTableFeatureDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
globalSecondaryIndexes
→ List<
GlobalSecondaryIndexInfo> ? -
Represents the GSI properties for the table when the backup was created. It
includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for
the GSIs on the table at the time of backup.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
localSecondaryIndexes
→ List<
LocalSecondaryIndexInfo> ? -
Represents the LSI properties for the table when the backup was created. It
includes the IndexName, KeySchema and Projection for the LSIs on the table
at the time of backup.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sSEDescription → SSEDescription?
-
The description of the server-side encryption status on the table when the
backup was created.
final
- streamDescription → StreamSpecification?
-
Stream settings on the table when the backup was created.
final
- timeToLiveDescription → TimeToLiveDescription?
-
Time to Live settings on the table when the backup was created.
final
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