LocalSecondaryIndexDescription

Represents the properties of a local secondary index.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that uniquely identifies the index.

Link copied to clipboard

Represents the name of the local secondary index.

Link copied to clipboard

The total size of the specified index, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

Link copied to clipboard

The number of items in the specified index. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

Link copied to clipboard

The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

Link copied to clipboard

Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

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