CassandraSchema Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CassandraSchema() |
Initialisiert eine neue instance der CassandraSchema-Klasse. |
CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>) |
Initialisiert eine neue instance der CassandraSchema-Klasse. |
CassandraSchema()
Initialisiert eine neue instance der CassandraSchema-Klasse.
public CassandraSchema ();
Public Sub New ()
Gilt für:
CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>)
Initialisiert eine neue instance der CassandraSchema-Klasse.
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)
Parameter
- partitionKeys
- IList<CassandraPartitionKey>
Liste des Partitionsschlüssels.
- clusterKeys
- IList<ClusterKey>
Liste des Clusterschlüssels.
Gilt für:
Azure SDK for .NET