次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

mongo コレクション定義の最終段階。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Definition.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithIndex<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithOptions<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithShardKey<ParentT>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Definition.IWithThroughput<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithOptions<'ParentT>
    interface IWithOptions<IWithAttach<'ParentT>>
    interface IWithThroughput<'ParentT>
    interface IWithThroughput<IWithAttach<'ParentT>>
    interface IWithShardKey<'ParentT>
    interface IWithIndex<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithIndex(Of ParentT), IWithOptions(Of IWithAttach(Of ParentT)), IWithOptions(Of ParentT), IWithShardKey(Of ParentT), IWithThroughput(Of IWithAttach(Of ParentT)), IWithThroughput(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

mongo コレクション定義の最終段階。

(継承元 IInDefinition<ParentT>)
WithIndex(MongoIndex)

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

(継承元 IWithIndex<ParentT>)
WithIndex(MongoIndexKeys, MongoIndexOptions)

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

(継承元 IWithIndex<ParentT>)
WithIndexes(IList<MongoIndex>)

すべての mongo インデックスを現在のインデックスに追加します。

(継承元 IWithIndex<ParentT>)
WithOption(String, String)

オプションを指定します。

(継承元 IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

すべてのオプションを現在のオプションに追加します。

(継承元 IWithOptions<ReturnT>)
WithShardKey(String)

既定のパーティションの種類 "Hash" を持つシャード キーを指定します。

(継承元 IWithShardKey<ParentT>)
WithShardKey(String, String)

シャード キーを指定します。

(継承元 IWithShardKey<ParentT>)
WithShardKeys(IDictionary<String,String>)

すべてのシャード キーを現在のシャード キーに追加します。

(継承元 IWithShardKey<ParentT>)
WithThroughput(Int32)

スループット値を指定します。

(継承元 IWithThroughput<ReturnT>)

適用対象