Java com.amazonaws.services.dynamodbv2.model LocalSecondaryIndexDescription fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.model LocalSecondaryIndexDescription fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.model LocalSecondaryIndexDescription.

The text is from its open source code.

Method

StringgetIndexName()

Represents the name of the local secondary index.

LonggetIndexSizeBytes()

The total size of the specified index, in bytes.

LonggetItemCount()

The number of items in the specified index.

java.util.ListgetKeySchema()

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

  • HASH - partition key

  • RANGE - sort key

The partition key of an item is also known as its hash attribute.

ProjectiongetProjection()

Represents attributes that are copied (projected) from the table into the global secondary index.