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

ThroughputProperties.SelfLink 属性

定义

从 Azure Cosmos DB 服务获取与资源关联的自链接。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="_self")]
public string SelfLink { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="_self")>]
member this.SelfLink : string
Public ReadOnly Property SelfLink As String

属性值

与资源关联的自链接。

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

自链接是数据库帐户中每个资源的静态可寻址 URI,遵循 Azure Cosmos DB 资源模型。 例如,文档的自链接可以是 dbs/db_resourceid/colls/coll_resourceid/documents/doc_resourceid

适用于