Uses of Class
com.azure.resourcemanager.cosmos.models.ClusterKey
Packages that use ClusterKey
Package
Description
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 ClusterKeyModifier and TypeMethodDescriptionstatic ClusterKey
ClusterKey.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterKey from the JsonReader.Set the name property: Name of the Cosmos DB Cassandra table cluster key.ClusterKey.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 ClusterKeyModifier and TypeMethodDescriptionCassandraSchema.clusterKeys()
Get the clusterKeys property: List of cluster key.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ClusterKeyModifier and TypeMethodDescriptionCassandraSchema.withClusterKeys
(List<ClusterKey> clusterKeys) Set the clusterKeys property: List of cluster key.