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

UniqueKey 构造函数

定义

重载

UniqueKey()

初始化 UniqueKey 类的新实例。

UniqueKey(IList<String>)

初始化 UniqueKey 类的新实例。

UniqueKey()

初始化 UniqueKey 类的新实例。

public UniqueKey ();
Public Sub New ()

适用于

UniqueKey(IList<String>)

初始化 UniqueKey 类的新实例。

public UniqueKey (System.Collections.Generic.IList<string> paths = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.UniqueKey
Public Sub New (Optional paths As IList(Of String) = Nothing)

参数

paths
IList<String>

对于 Azure Cosmos DB 服务中的每个文档,路径列表必须是唯一的

适用于