Attachment.MediaLink Property

Definition

Gets or sets the media link associated with the attachment content in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="media")]
public string MediaLink { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="media")>]
member this.MediaLink : string with get, set
Public Property MediaLink As String

Property Value

The media link associated with the attachment content.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Azure Cosmos DB supports both managed and unmanaged attachments.

Applies to