Document.AttachmentsLink Property

Definition

Gets the self-link corresponding to attachments of the document from the Azure DocumentDB database service.

public string AttachmentsLink { get; }
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.