AWS SDK for .NET Documentation
LocalSecondaryIndex Class
AmazonAmazon.DynamoDBv2.ModelLocalSecondaryIndex Did this page help you?   Yes   No    Tell us about it...

Represents a local secondary index.

Declaration Syntax
C#
public class LocalSecondaryIndex
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LocalSecondaryIndex()()()()
Initializes a new instance of the LocalSecondaryIndex class

Equals(Object)
Determines whether the specified Object is equal to the current 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 local secondary index. The name must be unique among all other indexes on this table.

Constraints:

Length
3 - 255
Pattern
[a-zA-Z0-9_.-]+


KeySchema
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).

Constraints:

Length
1 - 2


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

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

Inheritance Hierarchy
Object
LocalSecondaryIndex

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)