| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb.rx |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<ResourceResponse<Attachment>> |
AsyncDocumentClient.createAttachment(String documentLink,
InputStream mediaStream,
MediaOptions options,
RequestOptions requestOptions)
Creates an attachment.
|
rx.Observable<MediaResponse> |
AsyncDocumentClient.updateMedia(String mediaLink,
InputStream mediaStream,
MediaOptions options)
Updates a media by the media link.
|
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.
|
Copyright © 2018. All rights reserved.