Package | Description |
---|---|
org.openstack4j.api.storage | |
org.openstack4j.model.storage.object.options | |
org.openstack4j.openstack.storage.object.internal |
Modifier and Type | Method and Description |
---|---|
List<? extends SwiftObject> |
ObjectStorageObjectService.list(String containerName,
ObjectListOptions options)
Lists all objects for the given container name and list options
|
Modifier and Type | Method and Description |
---|---|
static ObjectListOptions |
ObjectListOptions.create() |
ObjectListOptions |
ObjectListOptions.delimiter(char delimiter)
Objects nested in the container are returned.
|
ObjectListOptions |
ObjectListOptions.endMarker(String endMarker)
Objects less in value than the specified marker are returned.
|
ObjectListOptions |
ObjectListOptions.limit(int limit)
list operation returns no more than this amount.
|
ObjectListOptions |
ObjectListOptions.marker(String marker)
Objects greater in value than the specified marker are returned.
|
ObjectListOptions |
ObjectListOptions.path(String path)
Objects nested in the pseudo path are returned.
|
ObjectListOptions |
ObjectListOptions.startsWith(String prefix)
Objects beginning with this substring are returned.
|
Modifier and Type | Method and Description |
---|---|
List<? extends SwiftObject> |
ObjectStorageObjectServiceImpl.list(String containerName,
ObjectListOptions options) |
Copyright © 2017. All rights reserved.