次の方法で共有


MongoIndexOptions コンストラクター

定義

オーバーロード

MongoIndexOptions()

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

MongoIndexOptions(Nullable<Int32>, Nullable<Boolean>)

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

MongoIndexOptions()

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

public MongoIndexOptions ();
Public Sub New ()

適用対象

MongoIndexOptions(Nullable<Int32>, Nullable<Boolean>)

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

public MongoIndexOptions (int? expireAfterSeconds = default, bool? unique = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndexOptions : Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndexOptions
Public Sub New (Optional expireAfterSeconds As Nullable(Of Integer) = Nothing, Optional unique As Nullable(Of Boolean) = Nothing)

パラメーター

expireAfterSeconds
Nullable<Int32>

秒後に有効期限が切れる

unique
Nullable<Boolean>

一意かどうか

適用対象