public final class BlobListingDetails
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BlobListingDetails |
NONE
An object representing no listing details.
|
| Constructor and Description |
|---|
BlobListingDetails(boolean copy,
boolean metadata,
boolean snapshots,
boolean uncommittedBlobs)
A
BlobListingDetails object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCopy() |
boolean |
getMetadata() |
boolean |
getSnapshots() |
boolean |
getUncommittedBlobs() |
public static final BlobListingDetails NONE
public BlobListingDetails(boolean copy,
boolean metadata,
boolean snapshots,
boolean uncommittedBlobs)
BlobListingDetails object.copy - A boolean indicating if blob metadata related to any current or previous Copy Blob
operation should be included in the response.metadata - A boolean indicating if metadata should be returned.snapshots - A boolean indicating if snapshots should be returned. Snapshots are listed from oldest to
newest.uncommittedBlobs - A boolean indicating if blobs for which blocks have been uploaded, but which have not
been committed using Put Block List, should be included in the response.public boolean getCopy()
boolean indicating if blob copies should be returned.public boolean getMetadata()
boolean indicating if metadata should be returned.public boolean getSnapshots()
boolean indicating if snapshots should be returned.public boolean getUncommittedBlobs()
boolean indicating if uncommitted blobs should be returned.