| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
| Modifier and Type | Field and Description |
|---|---|
static BlobListingDetails |
BlobListingDetails.NONE
An object representing no listing details.
|
| Modifier and Type | Method and Description |
|---|---|
BlobListingDetails |
ListBlobsOptions.details()
|
BlobListingDetails |
BlobListingDetails.withCopy(boolean copy)
Whether blob metadata related to any current or previous Copy Blob operation should be included in the
response.
|
BlobListingDetails |
BlobListingDetails.withDeletedBlobs(boolean deletedBlobs)
Whether blobs which have been soft deleted should be returned.
|
BlobListingDetails |
BlobListingDetails.withMetadata(boolean metadata)
Whether blob metadata should be returned.
|
BlobListingDetails |
BlobListingDetails.withSnapshots(boolean snapshots)
Whether snapshots should be returned.
|
BlobListingDetails |
BlobListingDetails.withUncommittedBlobs(boolean uncommittedBlobs)
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List,
should be included in the response.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsOptions |
ListBlobsOptions.withDetails(BlobListingDetails details)
|
This documentation was released into the public domain.