### YamlMime:JavaType uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema" name: "CassandraSchema" nameWithType: "CassandraSchema" summary: "Cosmos DB Cassandra table schema." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **CassandraSchema**" constructors: - uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.CassandraSchema()" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.CassandraSchema()" name: "CassandraSchema()" nameWithType: "CassandraSchema.CassandraSchema()" syntax: "public CassandraSchema()" methods: - uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.clusterKeys()" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.clusterKeys()" name: "clusterKeys()" nameWithType: "CassandraSchema.clusterKeys()" summary: "Get list of cluster key." syntax: "public List clusterKeys()" desc: "Get list of cluster key." returns: description: "the clusterKeys value" type: "<>" - uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.columns()" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.columns()" name: "columns()" nameWithType: "CassandraSchema.columns()" summary: "Get list of Cassandra table columns." syntax: "public List columns()" desc: "Get list of Cassandra table columns." returns: description: "the columns value" type: "<>" - uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.partitionKeys()" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.partitionKeys()" name: "partitionKeys()" nameWithType: "CassandraSchema.partitionKeys()" summary: "Get list of partition key." syntax: "public List partitionKeys()" desc: "Get list of partition key." returns: description: "the partitionKeys value" type: "<>" - uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withClusterKeys(java.util.List)" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withClusterKeys(List clusterKeys)" name: "withClusterKeys(List clusterKeys)" nameWithType: "CassandraSchema.withClusterKeys(List clusterKeys)" summary: "Set list of cluster key." parameters: - description: "the clusterKeys value to set" name: "clusterKeys" type: "<>" syntax: "public CassandraSchema withClusterKeys(List clusterKeys)" desc: "Set list of cluster key." returns: description: "the CassandraSchema object itself." type: "" - uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withColumns(java.util.List)" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withColumns(List columns)" name: "withColumns(List columns)" nameWithType: "CassandraSchema.withColumns(List columns)" summary: "Set list of Cassandra table columns." parameters: - description: "the columns value to set" name: "columns" type: "<>" syntax: "public CassandraSchema withColumns(List columns)" desc: "Set list of Cassandra table columns." returns: description: "the CassandraSchema object itself." type: "" - uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withPartitionKeys(java.util.List)" fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withPartitionKeys(List partitionKeys)" name: "withPartitionKeys(List partitionKeys)" nameWithType: "CassandraSchema.withPartitionKeys(List partitionKeys)" summary: "Set list of partition key." parameters: - description: "the partitionKeys value to set" name: "partitionKeys" type: "<>" syntax: "public CassandraSchema withPartitionKeys(List partitionKeys)" desc: "Set list of partition key." returns: description: "the CassandraSchema object itself." type: "" type: "class" desc: "Cosmos DB Cassandra table schema." metadata: {} package: "com.microsoft.azure.management.cosmosdb" artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4