你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ThroughputProperties.SelfLink 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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