Represents a global secondary index.

C# |
public class GlobalSecondaryIndex

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | GlobalSecondaryIndex()()()() | Initializes a new instance of the GlobalSecondaryIndex class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IndexName |
The name of the global secondary index. The name must be unique among all other indexes on this table.
Constraints: |
![]() | KeySchema |
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or
RANGE).
Constraints: |
![]() | Projection |
Represents attributes that are copied (projected) from the table into an index. These are in addition to the primary key attributes and
index key attributes, which are automatically projected.
|
![]() | ProvisionedThroughput |
Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable
operation. For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithIndexName(String) | Obsolete.
Sets the IndexName property
|
![]() | WithKeySchema(array<KeySchemaElement>[]()[][]) | Obsolete.
Adds elements to the KeySchema collection
|
![]() | WithKeySchema(IEnumerable<(Of <<'(KeySchemaElement>)>>)) | Obsolete.
Adds elements to the KeySchema collection
|
![]() | WithProjection(Projection) | Obsolete.
Sets the Projection property
|
![]() | WithProvisionedThroughput(ProvisionedThroughput) | Obsolete.
Sets the ProvisionedThroughput property
|

Object | |
![]() | GlobalSecondaryIndex |