Modifier and Type | Method and Description |
---|---|
DLPayload |
ObjectStorageObjectService.download(ObjectLocation location,
DownloadOptions options)
Retrieves the Payload for the data backing the given
location |
DLPayload |
ObjectStorageObjectService.download(String containerName,
String name,
DownloadOptions options)
Retrieves the Payload for the data backing the given
containerName and name |
Modifier and Type | Method and Description |
---|---|
DownloadOptions |
DownloadOptions.conditions(IfCondition... condition)
Adds one or more If based conditions to the header chain to offer conditional matching
before the data is streamed
|
static DownloadOptions |
DownloadOptions.create() |
DownloadOptions |
DownloadOptions.header(String name,
Object value)
Adds a user specified header name and value
|
DownloadOptions |
DownloadOptions.range(Range... ranges)
Download select ranges of bytes
|
Modifier and Type | Method and Description |
---|---|
DLPayload |
SwiftObject.download(DownloadOptions options)
Retrieves the Payload for the data backing the current object
|
Modifier and Type | Method and Description |
---|---|
DLPayload |
SwiftObjectImpl.download(DownloadOptions options) |
Modifier and Type | Method and Description |
---|---|
DLPayload |
ObjectStorageObjectServiceImpl.download(ObjectLocation location,
DownloadOptions options) |
DLPayload |
ObjectStorageObjectServiceImpl.download(String containerName,
String name,
DownloadOptions options) |
Copyright © 2017. All rights reserved.