Document.AttachmentsLink Property

Definition

Gets the self-link corresponding to attachments of the document from the Azure Cosmos DB service.

public string AttachmentsLink { get; }
member this.AttachmentsLink : string
Public ReadOnly Property AttachmentsLink As String

Property Value

The self-link corresponding to attachments of the document.

Remarks

Every document can have between zero and many attachments. The attachments link contains a feed of attachments that belong to the document.

Applies to