Attachment.MediaLink Property

Definition

Gets or sets the media link associated with the attachment content in the Azure DocumentDB database service.

[Newtonsoft.Json.JsonProperty(PropertyName="media")]
public string MediaLink { get; set; }
Property Value

The media link associated with the attachment content.

Remarks

DocumentDB supports both managed and unmanaged attachments.