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

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

Introduction

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

The text is from its open source code.

Method

StringgetIndexName()

The name of the global secondary index.

LonggetIndexSizeBytes()

The total size of the specified index, in bytes.

StringgetIndexStatus()

The current state of the global secondary index:

  • CREATING - The index is being created.

LonggetItemCount()

The number of items in the specified index.

java.util.ListgetKeySchema()

The complete key schema for a global secondary index, which consists 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.

ProvisionedThroughputDescriptiongetProvisionedThroughput()

Represents the provisioned throughput settings for the specified global secondary index.