次の方法で共有


CassandraSchema コンストラクター

定義

オーバーロード

CassandraSchema()

CassandraSchema クラスの新しいインスタンスを初期化します。

CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>)

CassandraSchema クラスの新しいインスタンスを初期化します。

CassandraSchema()

CassandraSchema クラスの新しいインスタンスを初期化します。

public CassandraSchema ();
Public Sub New ()

適用対象

CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>)

CassandraSchema クラスの新しいインスタンスを初期化します。

public CassandraSchema (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> columns = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraPartitionKey> partitionKeys = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey> clusterKeys = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraSchema : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.Column> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraPartitionKey> * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey> -> Microsoft.Azure.Management.CosmosDB.Fluent.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)

パラメーター

columns
IList<Column>

Cassandra テーブルの列の一覧。

partitionKeys
IList<CassandraPartitionKey>

パーティション キーの一覧。

clusterKeys
IList<ClusterKey>

クラスター キーの一覧。

適用対象