@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.183Z")
public interface PartitionIndex
Example:
Table myTable; myTable.addPartitionIndex(PartitionIndex.builder() .indexName("my-index") .keyNames(List.of("year")) .build());
Modifier and Type | Interface and Description |
---|---|
static class |
PartitionIndex.Builder
A builder for
PartitionIndex |
static class |
PartitionIndex.Jsii$Proxy
An implementation for
PartitionIndex |
Modifier and Type | Method and Description |
---|---|
static PartitionIndex.Builder |
builder() |
default java.lang.String |
getIndexName()
(experimental) The name of the partition index.
|
java.util.List<java.lang.String> |
getKeyNames()
(experimental) The partition key names that comprise the partition index.
|
java.util.List<java.lang.String> getKeyNames()
The names must correspond to a name in the table's partition keys.
default java.lang.String getIndexName()
Default: - a name will be generated for you.
static PartitionIndex.Builder builder()
PartitionIndex.Builder
of PartitionIndex