Uses of Class
com.azure.resourcemanager.cosmos.models.CassandraPartitionKey
Packages that use CassandraPartitionKey
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of CassandraPartitionKey in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type CassandraPartitionKeyModifier and TypeClassDescriptionfinal classCosmos DB Cassandra table partition key.Methods in com.azure.resourcemanager.cosmos.models that return CassandraPartitionKeyModifier and TypeMethodDescriptionstatic CassandraPartitionKeyCassandraPartitionKey.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CassandraPartitionKey from the JsonReader.Set the name property: Name of the Cosmos DB Cassandra table partition key.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CassandraPartitionKeyModifier and TypeMethodDescriptionCassandraSchema.partitionKeys()Get the partitionKeys property: List of partition key.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type CassandraPartitionKeyModifier and TypeMethodDescriptionCassandraSchema.withPartitionKeys(List<CassandraPartitionKey> partitionKeys) Set the partitionKeys property: List of partition key.