| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| Modifier and Type | Method and Description |
|---|---|
BlobListDetails |
ListBlobsOptions.getDetails() |
BlobListDetails |
BlobListDetails.setRetrieveCopy(boolean retrieveCopy)
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
|
BlobListDetails |
BlobListDetails.setRetrieveDeletedBlobs(boolean retrieveDeletedBlobs)
Whether blobs which have been soft deleted should be returned.
|
BlobListDetails |
BlobListDetails.setRetrieveDeletedBlobsWithVersions(boolean retrieveDeletedWithVersions)
Whether blobs which have been deleted with versioning should be returned.
|
BlobListDetails |
BlobListDetails.setRetrieveImmutabilityPolicy(boolean retrieveImmutabilityPolicy)
Whether immutability policy for the blob should be returned.
|
BlobListDetails |
BlobListDetails.setRetrieveLegalHold(boolean retrieveLegalHold)
Whether legal hold for the blob should be returned.
|
BlobListDetails |
BlobListDetails.setRetrieveMetadata(boolean retrieveMetadata)
Whether blob metadata should be returned.
|
BlobListDetails |
BlobListDetails.setRetrieveSnapshots(boolean retrieveSnapshots)
Whether snapshots should be returned.
|
BlobListDetails |
BlobListDetails.setRetrieveTags(boolean retrieveTags)
Whether blob tags should be returned.
|
BlobListDetails |
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 |
BlobListDetails.setRetrieveVersions(boolean retrieveVersions)
Whether versions should be returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsOptions |
ListBlobsOptions.setDetails(BlobListDetails details) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.