次の方法で共有


IUpdate インターフェイス

定義

親更新の一部としての Gremlin Graph 更新プログラムの全体。

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithConflictResolutionPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithDefaultTtl, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithIndexingPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithPartitionKey, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithUniqueKeyPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithOptions
    interface IWithOptions<IUpdate>
    interface IWithThroughput
    interface IWithThroughput<IUpdate>
    interface IWithIndexingPolicy
    interface IWithPartitionKey
    interface IWithDefaultTtl
    interface IWithUniqueKeyPolicy
    interface IWithConflictResolutionPolicy
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithConflictResolutionPolicy, IWithDefaultTtl, IWithIndexingPolicy, IWithOptions, IWithOptions(Of IUpdate), IWithPartitionKey, IWithThroughput, IWithThroughput(Of IUpdate), IWithUniqueKeyPolicy
実装

メソッド

Parent()

親更新の一部としての Gremlin Graph 更新プログラムの全体。

(継承元 ISettable<ParentT>)
UpdateIndexingPolicy()

インデックス作成ポリシーの更新を開始します。

(継承元 IWithIndexingPolicy)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

競合解決ポリシーを指定します。

(継承元 IWithConflictResolutionPolicy)
WithDefaultTtl(Int32)

既定の有効期間を指定します。

(継承元 IWithDefaultTtl)
WithIndexingPolicy(IndexingPolicy)

インデックス作成ポリシーを指定します。

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

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

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

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

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

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

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

競合解決ポリシーを削除します。

(継承元 IWithConflictResolutionPolicy)
WithoutDefaultTtl()

既定の ttl を削除します。

(継承元 IWithDefaultTtl)
WithoutIndexingPolicy()

インデックス作成ポリシーを削除します。

(継承元 IWithIndexingPolicy)
WithoutOption(String)

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

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

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

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

コンテナー パーティション キーを削除します。

(継承元 IWithPartitionKey)
WithoutUniqueKeyPolicy()

一意キー ポリシーを削除します。

(継承元 IWithUniqueKeyPolicy)
WithPartitionKey(ContainerPartitionKey)

コンテナー パーティション キーを指定します。

(継承元 IWithPartitionKey)
WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

コンテナー パーティション キーを指定します。

(継承元 IWithPartitionKey)
WithThroughput(Int32)

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

(継承元 IWithThroughput<ReturnT>)
WithUniqueKey(UniqueKey)

一意のキーを指定します。

(継承元 IWithUniqueKeyPolicy)
WithUniqueKeyPolicy(UniqueKeyPolicy)

一意キー ポリシーを指定します。

(継承元 IWithUniqueKeyPolicy)
WithUniqueKeys(IList<UniqueKey>)

一意キーの一覧を追加します。

(継承元 IWithUniqueKeyPolicy)

適用対象