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 SwiftContainer> |
ObjectStorageContainerService.list(ContainerListOptions options)
Listing of all containers with the associated options used in the query
|
Modifier and Type | Method and Description |
---|---|
static ContainerListOptions |
ContainerListOptions.create() |
ContainerListOptions |
ContainerListOptions.delimiter(char delimiter)
Delimiter value, which returns the object names that are nested in the container.
|
ContainerListOptions |
ContainerListOptions.endMarker(String endMarker)
For a string value x, returns container names that are less in value than the specified marker.
|
ContainerListOptions |
ContainerListOptions.limit(int limit)
For an integer value n, limits the number of results to n.
|
ContainerListOptions |
ContainerListOptions.marker(String marker)
For a string value x, returns container names that are greater in value than the specified marker.
|
ContainerListOptions |
ContainerListOptions.path(String path)
For a string value, returns the object names that are nested in the pseudo path.
|
ContainerListOptions |
ContainerListOptions.startsWith(String prefix)
Prefix value.
|
Modifier and Type | Method and Description |
---|---|
List<? extends SwiftContainer> |
ObjectStorageContainerServiceImpl.list(ContainerListOptions options)
Listing of all containers with the associated options used in the query
|
Copyright © 2017. All rights reserved.