Attachment.MediaLink 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET