IndexConfigurationSummary class

A summary of information about an index.

Constructors

IndexConfigurationSummary({required DateTime createdAt, required IndexStatus status, required DateTime updatedAt, IndexEdition? edition, String? id, String? name})
IndexConfigurationSummary.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime
The Unix timestamp when the index was created.
final
edition IndexEdition?
Indicates whether the index is a enterprise edition index or a developer edition index.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
A unique identifier for the index. Use this to identify the index when you are using operations such as Query, DescribeIndex, UpdateIndex, and DeleteIndex.
final
name String?
The name of the index.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IndexStatus
The current status of the index. When the status is ACTIVE, the index is ready to search.
final
updatedAt DateTime
The Unix timestamp when the index was last updated by the UpdateIndex operation.
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