Attachment.ContentType
Property
Definition
Gets or sets the MIME content type of the attachment in the Azure DocumentDB database service.
[Newtonsoft.Json.JsonProperty(PropertyName="contentType")]
public string ContentType { get; set; }
Property Value
The MIME content type of the attachment.
Remarks
For example, set to "text/plain" for text files, "image/jpeg" for images.