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)
Retrieves the Payload for the data backing the given
containerName and name |
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 |
---|---|
DLPayload |
SwiftObject.download()
Retrieves the Payload for the data backing the current object
|
DLPayload |
SwiftObject.download(DownloadOptions options)
Retrieves the Payload for the data backing the current object
|
Modifier and Type | Class and Description |
---|---|
class |
DLPayloadEntity
A Payload which encapsulates downstream data
|
Modifier and Type | Method and Description |
---|---|
DLPayload |
SwiftObjectImpl.download() |
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) |
DLPayload |
ObjectStorageObjectServiceImpl.download(String containerName,
String name,
DownloadOptions options) |
Copyright © 2017. All rights reserved.