class Aws::DynamoDB::Types::LocalSecondaryIndex
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/LocalSecondaryIndex AWS API Documentation
@return [Types::Projection]
projected.
key attributes and index key attributes, which are automatically
into the local secondary index. These are in addition to the primary
Represents attributes that are copied (projected) from the table
@!attribute [rw] projection
@return [Array<Types::KeySchemaElement>]
</note>
order by the sort key value.
with the same partition key physically close together, in sorted
term “range attribute” derives from the way DynamoDB stores items
The sort key of an item is also known as its *range attribute*. The
partitions, based on their partition key values.
internal hash function to evenly distribute data items across
The term “hash attribute” derives from DynamoDB’s usage of an
<note markdown=“1”> The partition key of an item is also known as its *hash attribute*.
* ‘RANGE` - sort key
* `HASH` - partition key
one or more pairs of attribute names and key types:
The complete key schema for the local secondary index, consisting of
@!attribute [rw] key_schema
@return [String]
all other indexes on this table.
The name of the local secondary index. The name must be unique among
@!attribute [rw] index_name
Represents the properties of a local secondary index.