| Modifier and Type | Method and Description |
|---|---|
CassandraPartitionKey |
CassandraPartitionKey.withName(String name)
Set name of the Cosmos DB Cassandra table partition key.
|
| Modifier and Type | Method and Description |
|---|---|
List<CassandraPartitionKey> |
CassandraSchema.partitionKeys()
Get list of partition key.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraSchema |
CassandraSchema.withPartitionKeys(List<CassandraPartitionKey> partitionKeys)
Set list of partition key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/