次の方法で共有


IWithIndex<ParentT>.WithIndex メソッド

定義

オーバーロード

WithIndex(MongoIndex)

mongo インデックスを指定します。

WithIndex(MongoIndexKeys, MongoIndexOptions)

mongo インデックスを指定します。

WithIndex(MongoIndex)

mongo インデックスを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT> WithIndex(Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex index);
abstract member WithIndex : Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndex -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<'ParentT>
Public Function WithIndex (index As MongoIndex) As IWithAttach(Of ParentT)

パラメーター

index
MongoIndex

特定の mongo インデックス。

戻り値

定義の次のステージ。

適用対象

WithIndex(MongoIndexKeys, MongoIndexOptions)

mongo インデックスを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT> WithIndex(Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndexKeys key, Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndexOptions option);
abstract member WithIndex : Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndexKeys * Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoIndexOptions -> Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<'ParentT>
Public Function WithIndex (key As MongoIndexKeys, option As MongoIndexOptions) As IWithAttach(Of ParentT)

パラメーター

key
MongoIndexKeys

インデックスのキー。

option
MongoIndexOptions

インデックスのオプション。

戻り値

定義の次のステージ。

適用対象