你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于