48 строки
2.3 KiB
YAML
48 строки
2.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.documentdb.MediaResponse"
|
|
fullName: "com.microsoft.azure.documentdb.MediaResponse"
|
|
name: "MediaResponse"
|
|
nameWithType: "MediaResponse"
|
|
summary: "Response associated with retrieving attachment content in the Azure Cosmos DB database service."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class MediaResponse"
|
|
methods:
|
|
- uid: "com.microsoft.azure.documentdb.MediaResponse.getMedia()"
|
|
fullName: "com.microsoft.azure.documentdb.MediaResponse.getMedia()"
|
|
name: "getMedia()"
|
|
nameWithType: "MediaResponse.getMedia()"
|
|
summary: "Gets the attachment content stream."
|
|
syntax: "public InputStream getMedia()"
|
|
desc: "Gets the attachment content stream."
|
|
returns:
|
|
description: "the attachment content stream."
|
|
type: "<xref href=\"java.io.InputStream?alt=java.io.InputStream&text=InputStream\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.documentdb.MediaResponse.getResponseHeaders()"
|
|
fullName: "com.microsoft.azure.documentdb.MediaResponse.getResponseHeaders()"
|
|
name: "getResponseHeaders()"
|
|
nameWithType: "MediaResponse.getResponseHeaders()"
|
|
summary: "Gets the headers associated with the response."
|
|
syntax: "public Map<String,String> getResponseHeaders()"
|
|
desc: "Gets the headers associated with the response."
|
|
returns:
|
|
description: "the response headers."
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Response associated with retrieving attachment content in the Azure Cosmos DB database service."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.documentdb"
|
|
artifact: com.microsoft.azure:azure-documentdb:2.4.7
|