次の方法で共有


CassandraTableGetPropertiesResource コンストラクター

定義

オーバーロード

CassandraTableGetPropertiesResource()

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

CassandraTableGetPropertiesResource(String, Nullable<Int32>, CassandraSchema, Nullable<Int32>, String, Nullable<Double>, String)

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

CassandraTableGetPropertiesResource()

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

public CassandraTableGetPropertiesResource ();
Public Sub New ()

適用対象

CassandraTableGetPropertiesResource(String, Nullable<Int32>, CassandraSchema, Nullable<Int32>, String, Nullable<Double>, String)

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

public CassandraTableGetPropertiesResource (string id, int? defaultTtl = default, Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema schema = default, int? analyticalStorageTtl = default, string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraTableGetPropertiesResource : string * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Models.CassandraSchema * Nullable<int> * string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.CassandraTableGetPropertiesResource
Public Sub New (id As String, Optional defaultTtl As Nullable(Of Integer) = Nothing, Optional schema As CassandraSchema = Nothing, Optional analyticalStorageTtl As Nullable(Of Integer) = Nothing, Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing)

パラメーター

id
String

Cosmos DB Cassandra テーブルの名前

defaultTtl
Nullable<Int32>

Cosmos DB Cassandra テーブルの有効期間

schema
CassandraSchema

Cosmos DB Cassandra テーブルのスキーマ

analyticalStorageTtl
Nullable<Int32>

分析 TTL。

_rid
String

システムによって生成されたプロパティ。 一意識別子。

_ts
Nullable<Double>

リソースの最後に更新されたタイムスタンプを示すシステム生成プロパティ。

_etag
String

オプティミスティック コンカレンシー制御に必要なリソース etag を表すシステム生成プロパティ。

適用対象