public final class BlobListDetails extends Object
ContainerURL
object). This type is immutable to ensure thread-safety of requests, so
changing the details for a different listing operation requires construction of a new object. Null may be passed if
none of the options are desirable.Constructor and Description |
---|
BlobListDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
copy()
Whether blob metadata related to any current or previous Copy Blob operation should be included in the
response.
|
boolean |
deletedBlobs()
Whether blobs which have been soft deleted should be returned.
|
boolean |
metadata()
Whether blob metadata should be returned.
|
boolean |
snapshots()
Whether snapshots should be returned.
|
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.
|
BlobListDetails |
withCopy(boolean copy)
Whether blob metadata related to any current or previous Copy Blob operation should be included in the
response.
|
BlobListDetails |
withDeletedBlobs(boolean deletedBlobs)
Whether blobs which have been soft deleted should be returned.
|
BlobListDetails |
withMetadata(boolean metadata)
Whether blob metadata should be returned.
|
BlobListDetails |
withSnapshots(boolean snapshots)
Whether snapshots should be returned.
|
BlobListDetails |
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.
|
public boolean copy()
public BlobListDetails withCopy(boolean copy)
public boolean metadata()
public BlobListDetails withMetadata(boolean metadata)
public boolean snapshots()
public BlobListDetails withSnapshots(boolean snapshots)
public boolean uncommittedBlobs()
public BlobListDetails withUncommittedBlobs(boolean uncommittedBlobs)
public boolean deletedBlobs()
public BlobListDetails withDeletedBlobs(boolean deletedBlobs)
This documentation was released into the public domain.