Uses of Class
org.jclouds.azure.storage.options.ListOptions
-
Packages that use ListOptions Package Description org.jclouds.azure.storage.options org.jclouds.azureblob org.jclouds.azureblob.options -
-
Uses of ListOptions in org.jclouds.azure.storage.options
Fields in org.jclouds.azure.storage.options declared as ListOptions Modifier and Type Field Description static ListOptionsListOptions. NONEMethods in org.jclouds.azure.storage.options that return ListOptions Modifier and Type Method Description static ListOptionsListOptions.Builder. includeMetadata()ListOptionsListOptions. includeMetadata()Include this parameter to specify that the container's metadata be returned as part of the response body.static ListOptionsListOptions.Builder. marker(String marker)ListOptionsListOptions. marker(String marker)A string value that identifies the portion of the list to be returned with the next list operation.static ListOptionsListOptions.Builder. maxResults(int maxKeys)ListOptionsListOptions. maxResults(int maxresults)Specifies the maximum number of containers to return.static ListOptionsListOptions.Builder. prefix(String prefix)ListOptionsListOptions. prefix(String prefix)Filters the results to return only objects whose name begins with the specified prefix. -
Uses of ListOptions in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type ListOptions Modifier and Type Method Description BoundedSet<ContainerProperties>AzureBlobClient. listContainers(ListOptions... listOptions)The List Containers operation returns a list of the containers under the specified identity. -
Uses of ListOptions in org.jclouds.azureblob.options
Subclasses of ListOptions in org.jclouds.azureblob.options Modifier and Type Class Description classListBlobsOptionsContains options supported in the REST API for the List Blobs operation.
-