MediaOptions Class
- java.
lang. Object - com.
microsoft. azure. documentdb. MediaOptions
- com.
public final class MediaOptions
Options used with attachment content (aka media) creation in the Azure Cosmos DB database service.
Constructor Summary
Constructor | Description | |
---|---|---|
MediaOptions() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Gets the HTTP Content |
java.lang.String |
getSlug()
Gets the HTTP Slug header value. |
void |
setContentType(String contentType)
Sets the HTTP Content |
void |
setSlug(String slug)
Sets the HTTP Slug header value. |
Methods inherited from java.lang.Object
Constructor Details
MediaOptions
public MediaOptions()
Method Details
getContentType
public String getContentType()
Gets the HTTP ContentType header value.
Returns:
getSlug
public String getSlug()
Gets the HTTP Slug header value.
Returns:
setContentType
public void setContentType(String contentType)
Sets the HTTP ContentType header value.
Parameters:
setSlug
public void setSlug(String slug)
Sets the HTTP Slug header value.
Parameters:
Applies to
Azure SDK for Java