Attachment.ContentType Property

Definition

Gets or sets the MIME content type of the attachment in the Azure Cosmos DB service.

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

Property Value

The MIME content type of the attachment.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

For example, set to "text/plain" for text files, "image/jpeg" for images.

Applies to