Package | Description |
---|---|
com.microsoft.azure.cosmosdb |
This package provides Java SDK Common Resources for Azure Cosmos DB.
|
com.microsoft.azure.cosmosdb.rx |
This package provides Rx interfaces for interacting with Azure Cosmos DB.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
StoredProcedureResponse.getResponseAsAttachment()
Gets the response of a stored procedure, serialized into an attachment.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.createAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Creates an attachment.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.createAttachment(String documentLink,
InputStream mediaStream,
MediaOptions options,
RequestOptions requestOptions)
Creates an attachment.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.deleteAttachment(String attachmentLink,
RequestOptions options)
Deletes an attachment.
|
rx.Observable<FeedResponse<Attachment>> |
AsyncDocumentClient.queryAttachments(String documentLink,
SqlQuerySpec querySpec,
FeedOptions options)
Query for attachments.
|
rx.Observable<FeedResponse<Attachment>> |
AsyncDocumentClient.queryAttachments(String documentLink,
String query,
FeedOptions options)
Query for attachments.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.readAttachment(String attachmentLink,
RequestOptions options)
Reads an attachment.
|
rx.Observable<FeedResponse<Attachment>> |
AsyncDocumentClient.readAttachments(String documentLink,
FeedOptions options)
Reads all attachments in a document.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.replaceAttachment(Attachment attachment,
RequestOptions options)
Replaces an attachment.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.upsertAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Upserts an attachment.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.upsertAttachment(String documentLink,
InputStream mediaStream,
MediaOptions options,
RequestOptions requestOptions)
Upserts an attachment to the media stream
After subscription the operation will be performed.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.createAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Creates an attachment.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.replaceAttachment(Attachment attachment,
RequestOptions options)
Replaces an attachment.
|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.upsertAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Upserts an attachment.
|
Copyright © 2019. All rights reserved.