azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
8.1 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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<ClusterKey> clusterKeys()"
desc: "Get list of cluster key."
returns:
description: "the clusterKeys value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.ClusterKey?alt=com.microsoft.azure.management.cosmosdb.ClusterKey&text=ClusterKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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<Column> columns()"
desc: "Get list of Cassandra table columns."
returns:
description: "the columns value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.Column?alt=com.microsoft.azure.management.cosmosdb.Column&text=Column\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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<CassandraPartitionKey> partitionKeys()"
desc: "Get list of partition key."
returns:
description: "the partitionKeys value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.CassandraPartitionKey?alt=com.microsoft.azure.management.cosmosdb.CassandraPartitionKey&text=CassandraPartitionKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withClusterKeys(java.util.List<com.microsoft.azure.management.cosmosdb.ClusterKey>)"
fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withClusterKeys(List<ClusterKey> clusterKeys)"
name: "withClusterKeys(List<ClusterKey> clusterKeys)"
nameWithType: "CassandraSchema.withClusterKeys(List<ClusterKey> clusterKeys)"
summary: "Set list of cluster key."
parameters:
- description: "the clusterKeys value to set"
name: "clusterKeys"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.ClusterKey?alt=com.microsoft.azure.management.cosmosdb.ClusterKey&text=ClusterKey\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CassandraSchema withClusterKeys(List<ClusterKey> clusterKeys)"
desc: "Set list of cluster key."
returns:
description: "the CassandraSchema object itself."
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CassandraSchema?alt=com.microsoft.azure.management.cosmosdb.CassandraSchema&text=CassandraSchema\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withColumns(java.util.List<com.microsoft.azure.management.cosmosdb.Column>)"
fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withColumns(List<Column> columns)"
name: "withColumns(List<Column> columns)"
nameWithType: "CassandraSchema.withColumns(List<Column> columns)"
summary: "Set list of Cassandra table columns."
parameters:
- description: "the columns value to set"
name: "columns"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.Column?alt=com.microsoft.azure.management.cosmosdb.Column&text=Column\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CassandraSchema withColumns(List<Column> columns)"
desc: "Set list of Cassandra table columns."
returns:
description: "the CassandraSchema object itself."
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CassandraSchema?alt=com.microsoft.azure.management.cosmosdb.CassandraSchema&text=CassandraSchema\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withPartitionKeys(java.util.List<com.microsoft.azure.management.cosmosdb.CassandraPartitionKey>)"
fullName: "com.microsoft.azure.management.cosmosdb.CassandraSchema.withPartitionKeys(List<CassandraPartitionKey> partitionKeys)"
name: "withPartitionKeys(List<CassandraPartitionKey> partitionKeys)"
nameWithType: "CassandraSchema.withPartitionKeys(List<CassandraPartitionKey> partitionKeys)"
summary: "Set list of partition key."
parameters:
- description: "the partitionKeys value to set"
name: "partitionKeys"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cosmosdb.CassandraPartitionKey?alt=com.microsoft.azure.management.cosmosdb.CassandraPartitionKey&text=CassandraPartitionKey\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CassandraSchema withPartitionKeys(List<CassandraPartitionKey> partitionKeys)"
desc: "Set list of partition key."
returns:
description: "the CassandraSchema object itself."
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.CassandraSchema?alt=com.microsoft.azure.management.cosmosdb.CassandraSchema&text=CassandraSchema\" data-throw-if-not-resolved=\"False\" />"
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