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

IWithUniqueKeyPolicy<ParentT> 接口

定义

允许设置唯一键策略的 Gremlin Graph 定义的阶段。

public interface IWithUniqueKeyPolicy<ParentT>
type IWithUniqueKeyPolicy<'ParentT> = interface
Public Interface IWithUniqueKeyPolicy(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父定义的阶段。

派生

方法

WithUniqueKey(UniqueKey)

指定追加到原始列表的唯一键。

WithUniqueKeyPolicy(UniqueKeyPolicy)

指定唯一密钥策略。

WithUniqueKeys(IList<UniqueKey>)

指定唯一键的列表。

适用于