IndexConfigurationSummary

Summary information on the configuration of an index.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Unix timestamp when the index was created.

Link copied to clipboard

Indicates whether the index is a Enterprise Edition index or a Developer Edition index.

Link copied to clipboard
val id: String?

A identifier for the index. Use this to identify the index when you are using APIs such as Query, DescribeIndex, UpdateIndex, and DeleteIndex.

Link copied to clipboard
val name: String?

The name of the index.

Link copied to clipboard

The current status of the index. When the status is ACTIVE, the index is ready to search.

Link copied to clipboard

The Unix timestamp when the index was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String