CassandraSchema Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CassandraSchema() |
Initialise une nouvelle instance de la classe CassandraSchema. |
CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>) |
Initialise une nouvelle instance de la classe CassandraSchema. |
CassandraSchema()
Initialise une nouvelle instance de la classe CassandraSchema.
public CassandraSchema ();
Public Sub New ()
S’applique à
CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>)
Initialise une nouvelle instance de la classe CassandraSchema.
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)
Paramètres
- partitionKeys
- IList<CassandraPartitionKey>
Liste des clés de partition.
- clusterKeys
- IList<ClusterKey>
Liste des clés de cluster.
S’applique à
Azure SDK for .NET