| 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.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) |
Copyright © 2021 Microsoft Corporation. All rights reserved.