Represents the properties of a local secondary index.

C# |
public class LocalSecondaryIndexDescription

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | LocalSecondaryIndexDescription()()()() | Initializes a new instance of the LocalSecondaryIndexDescription 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 |
Represents the name of the local secondary index.
Constraints: |
![]() | IndexSizeBytes |
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.
|
![]() | ItemCount |
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.
|
![]() | KeySchema |
The complete index key schema, 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.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithIndexName(String) | Obsolete.
Sets the IndexName property
|
![]() | WithIndexSizeBytes(Int64) | Obsolete.
Sets the IndexSizeBytes property
|
![]() | WithItemCount(Int64) | Obsolete.
Sets the ItemCount 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
|

Object | |
![]() | LocalSecondaryIndexDescription |