Uses of Class
com.azure.resourcemanager.cosmos.models.ClusterKey
-
Packages that use ClusterKey Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of ClusterKey in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ClusterKey Modifier and Type Method Description ClusterKeyClusterKey. withName(String name)Set the name property: Name of the Cosmos DB Cassandra table cluster key.ClusterKeyClusterKey. withOrderBy(String orderBy)Set the orderBy property: Order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc".Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ClusterKey Modifier and Type Method Description List<ClusterKey>CassandraSchema. clusterKeys()Get the clusterKeys property: List of cluster key.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ClusterKey Modifier and Type Method Description CassandraSchemaCassandraSchema. withClusterKeys(List<ClusterKey> clusterKeys)Set the clusterKeys property: List of cluster key.
-