DynamoDbTableMapperSchema
Types
Link copied to clipboard
data class GlobalSecondary<Document : Any, HashKey, SortKey>(val indexName: IndexName, val hashKeyAttribute: Attribute<HashKey>, val sortKeyAttribute: Attribute<SortKey>?, val lens: BiDiLens<Item, Document>, val projection: Projection = Projection.all) : DynamoDbTableMapperSchema.Secondary<Document, HashKey, SortKey>
Link copied to clipboard
data class LocalSecondary<Document : Any, HashKey, SortKey>(val indexName: IndexName, val hashKeyAttribute: Attribute<HashKey>, val sortKeyAttribute: Attribute<SortKey>?, val lens: BiDiLens<Item, Document>, val projection: Projection = Projection.all) : DynamoDbTableMapperSchema.Secondary<Document, HashKey, SortKey>