Uses of Class
org.jclouds.azureblob.options.ListBlobsOptions
Packages that use ListBlobsOptions
Package
Description
-
Uses of ListBlobsOptions in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type ListBlobsOptionsModifier and TypeMethodDescriptionAzureBlobClient.listBlobs
(String container, ListBlobsOptions... options) The List Blobs operation enumerates the list of blobs under the specified container.AzureBlobClient.listBlobs
(ListBlobsOptions... options) -
Uses of ListBlobsOptions in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions that return ListBlobsOptions -
Uses of ListBlobsOptions in org.jclouds.azureblob.options
Methods in org.jclouds.azureblob.options that return ListBlobsOptionsModifier and TypeMethodDescriptionstatic ListBlobsOptions
When the request includes this parameter, the operation returns aBlobPrefix
element in the response body that acts as a placeholder for all blobs whose names begin with the same substring up to the appearance of the delimiter character.static ListBlobsOptions
ListBlobsOptions.Builder.include
(Set<ListBlobsInclude> datasets) ListBlobsOptions.include
(Set<ListBlobsInclude> datasets) static ListBlobsOptions
ListBlobsOptions.Builder.includeMetadata()
ListBlobsOptions.includeMetadata()
Include this parameter to specify that the container's metadata be returned as part of the response body.static ListBlobsOptions
A string value that identifies the portion of the list to be returned with the next list operation.static ListBlobsOptions
ListBlobsOptions.Builder.maxResults
(int maxKeys) ListBlobsOptions.maxResults
(int maxresults) Specifies the maximum number of containers to return.static ListBlobsOptions
Filters the results to return only objects whose name begins with the specified prefix.