Uses of Class
com.azure.storage.blob.models.BlobContainerListDetails
Packages that use BlobContainerListDetails
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobContainerListDetails in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobContainerListDetailsModifier and TypeMethodDescriptionListBlobContainersOptions.getDetails()
Gets the details for listing specific containers.BlobContainerListDetails.setRetrieveDeleted
(boolean retrieveDeleted) Whether deleted containers should be returned.BlobContainerListDetails.setRetrieveMetadata
(boolean retrieveMetadata) Whether metadata should be returned.BlobContainerListDetails.setRetrieveSystemContainers
(boolean retrieveSystemContainers) Whether system containers should be returned.Methods in com.azure.storage.blob.models with parameters of type BlobContainerListDetailsModifier and TypeMethodDescriptionListBlobContainersOptions.setDetails
(BlobContainerListDetails details) Sets the details for listing specific containers.