Freigeben über


ClientEncryptionKeyProperties.SelfLink Eigenschaft

Definition

Ruft die der Ressource zugeordnete Selbstverknüpfung aus dem Azure Cosmos DB-Dienst ab.

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

Eigenschaftswert

Die der Ressource zugeordnete Selbstverknüpfung.

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Eine Selbstverknüpfung ist ein statischer adressierbarer URI für jede Ressource in einem Datenbankkonto und folgt dem Azure Cosmos DB-Ressourcenmodell. Ein Selbstlink für ein Dokument könnte z. B. dbs/db_resourceid/colls/coll_resourceid/documents/doc_resourceid

Gilt für: