次の方法で共有


IUpdate インターフェイス

定義

親 cosmos db アカウントの更新の一部としての mongo コレクションの更新の全体。

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithIndex, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithShardKey, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithThroughput, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithOptions
    interface IWithOptions<IUpdate>
    interface IWithThroughput
    interface IWithThroughput<IUpdate>
    interface IWithShardKey
    interface IWithIndex
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithIndex, IWithOptions, IWithOptions(Of IUpdate), IWithShardKey, IWithThroughput, IWithThroughput(Of IUpdate)
実装

メソッド

Parent()

親 cosmos db アカウントの更新の一部としての mongo コレクションの更新の全体。

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

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

(継承元 IWithIndex)
WithIndex(MongoIndexKeys, MongoIndexOptions)

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

(継承元 IWithIndex)
WithIndexesAppend(IList<MongoIndex>)

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

(継承元 IWithIndex)
WithIndexesReplace(IList<MongoIndex>)

mongo インデックスを置き換えます。

(継承元 IWithIndex)
WithOption(String, String)

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

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

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

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

現在のオプションを新しいオプションに置き換えます。

(継承元 IWithOptions<ReturnT>)
WithoutIndexes()

すべての mongo インデックスを削除します。

(継承元 IWithIndex)
WithoutOption(String)

オプションを削除します。

(継承元 IWithOptions<ReturnT>)
WithoutOptions()

すべてのオプションを削除します。

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

シャード キーを削除します。

(継承元 IWithShardKey)
WithoutShardKeys()

すべてのシャード キーを削除します。

(継承元 IWithShardKey)
WithShardKey(String)

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

(継承元 IWithShardKey)
WithShardKey(String, String)

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

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

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

(継承元 IWithShardKey)
WithThroughput(Int32)

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

(継承元 IWithThroughput<ReturnT>)

適用対象