Uses of Class
com.azure.storage.blob.models.BlobListDetails
Packages that use BlobListDetails
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of BlobListDetails in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobListDetailsModifier and TypeMethodDescriptionListBlobsOptions.getDetails()Gets the details for listing specific blobs.BlobListDetails.setRetrieveCopy(boolean retrieveCopy) Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.BlobListDetails.setRetrieveDeletedBlobs(boolean retrieveDeletedBlobs) Whether blobs which have been soft deleted should be returned.BlobListDetails.setRetrieveDeletedBlobsWithVersions(boolean retrieveDeletedWithVersions) Whether blobs which have been deleted with versioning should be returned.BlobListDetails.setRetrieveImmutabilityPolicy(boolean retrieveImmutabilityPolicy) Whether immutability policy for the blob should be returned.BlobListDetails.setRetrieveLegalHold(boolean retrieveLegalHold) Whether legal hold for the blob should be returned.BlobListDetails.setRetrieveMetadata(boolean retrieveMetadata) Whether blob metadata should be returned.BlobListDetails.setRetrieveSnapshots(boolean retrieveSnapshots) Whether snapshots should be returned.BlobListDetails.setRetrieveTags(boolean retrieveTags) Whether blob tags should be returned.BlobListDetails.setRetrieveUncommittedBlobs(boolean retrieveUncommittedBlobs) Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should be included in the response.BlobListDetails.setRetrieveVersions(boolean retrieveVersions) Whether versions should be returned.Methods in com.azure.storage.blob.models with parameters of type BlobListDetailsModifier and TypeMethodDescriptionListBlobsOptions.setDetails(BlobListDetails details) Sets the details for listing specific blobs.