public final class CassandraPartitionKey extends Object
| Constructor and Description |
|---|
CassandraPartitionKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Name of the Cosmos DB Cassandra table partition key.
|
void |
validate()
Validates the instance.
|
CassandraPartitionKey |
withName(String name)
Set the name property: Name of the Cosmos DB Cassandra table partition key.
|
public String name()
public CassandraPartitionKey withName(String name)
name - the name value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.