azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.cosmosd...

64 строки
2.4 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cosmosdb.MediaOptions.getContentType()
name: getContentType()
nameWithType: MediaOptions.getContentType()
returns:
description: <p>the content type. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the HTTP ContentType header value.</p>
<p></p>
syntax: public String getContentType()
uid: com.microsoft.azure.cosmosdb.MediaOptions.getContentType()
- fullName: com.microsoft.azure.cosmosdb.MediaOptions.getSlug()
name: getSlug()
nameWithType: MediaOptions.getSlug()
returns:
description: <p>the slug. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the HTTP Slug header value.</p>
<p></p>
syntax: public String getSlug()
uid: com.microsoft.azure.cosmosdb.MediaOptions.getSlug()
- fullName: com.microsoft.azure.cosmosdb.MediaOptions.setContentType(String contentType)
name: setContentType(String contentType)
nameWithType: MediaOptions.setContentType(String contentType)
parameters:
- description: <p>the content type. </p>
name: contentType
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Sets the HTTP ContentType header value.</p>
<p></p>
syntax: public void setContentType(String contentType)
uid: com.microsoft.azure.cosmosdb.MediaOptions.setContentType(String)
- fullName: com.microsoft.azure.cosmosdb.MediaOptions.setSlug(String slug)
name: setSlug(String slug)
nameWithType: MediaOptions.setSlug(String slug)
parameters:
- description: <p>the slug. </p>
name: slug
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Sets the HTTP Slug header value.</p>
<p></p>
syntax: public void setSlug(String slug)
uid: com.microsoft.azure.cosmosdb.MediaOptions.setSlug(String)
nameWithType: MediaOptions
syntax: public class MediaOptions
type: class
uid: com.microsoft.azure.cosmosdb.MediaOptions
fullName: com.microsoft.azure.cosmosdb.MediaOptions
name: MediaOptions
package: com.microsoft.azure.cosmosdb
summary: <p>Options used with attachment content (aka media) creation in the Azure Cosmos DB database service. </p>
metadata: {}