Document.AttachmentsLink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.