| 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 |
|---|---|
ResourceResponse<Attachment> |
DocumentClient.createAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Creates an attachment.
|
ResourceResponse<Attachment> |
DocumentClient.createAttachment(String documentLink,
InputStream mediaStream,
MediaOptions options)
Creates an attachment.
|
ResourceResponse<Attachment> |
DocumentClient.deleteAttachment(String attachmentLink,
RequestOptions options)
Deletes an attachment.
|
FeedResponse<Attachment> |
DocumentClient.queryAttachments(String documentLink,
SqlQuerySpec querySpec,
FeedOptions options)
Query for attachments.
|
FeedResponse<Attachment> |
DocumentClient.queryAttachments(String documentLink,
String query,
FeedOptions options)
Query for attachments.
|
ResourceResponse<Attachment> |
DocumentClient.readAttachment(String attachmentLink,
RequestOptions options)
Reads an attachment.
|
FeedResponse<Attachment> |
DocumentClient.readAttachments(String documentLink,
FeedOptions options)
Reads all attachments in a document.
|
ResourceResponse<Attachment> |
DocumentClient.replaceAttachment(Attachment attachment,
RequestOptions options)
Replaces an attachment.
|
ResourceResponse<Attachment> |
DocumentClient.upsertAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Upserts an attachment.
|
ResourceResponse<Attachment> |
DocumentClient.upsertAttachment(String documentLink,
InputStream mediaStream,
MediaOptions options)
Upserts an attachment to the media stream
|
| Modifier and Type | Method and Description |
|---|---|
ResourceResponse<Attachment> |
DocumentClient.createAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Creates an attachment.
|
ResourceResponse<Attachment> |
DocumentClient.replaceAttachment(Attachment attachment,
RequestOptions options)
Replaces an attachment.
|
ResourceResponse<Attachment> |
DocumentClient.upsertAttachment(String documentLink,
Attachment attachment,
RequestOptions options)
Upserts an attachment.
|
Copyright © 2018. All rights reserved.