CassandraSchema Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CassandraSchema() |
Initializes a new instance of the CassandraSchema class. |
CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>) |
Initializes a new instance of the CassandraSchema class. |
CassandraSchema()
Initializes a new instance of the CassandraSchema class.
public CassandraSchema ();
Public Sub New ()
Applies to
CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>)
Initializes a new instance of the CassandraSchema class.
public CassandraSchema (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Column> columns = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey> partitionKeys = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.ClusterKey> clusterKeys = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Column> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.CassandraPartitionKey> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.ClusterKey> -> Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema
Public Sub New (Optional columns As IList(Of Column) = Nothing, Optional partitionKeys As IList(Of CassandraPartitionKey) = Nothing, Optional clusterKeys As IList(Of ClusterKey) = Nothing)
Parameters
- partitionKeys
- IList<CassandraPartitionKey>
List of partition key.
- clusterKeys
- IList<ClusterKey>
List of cluster key.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET