public final class BlobContainerListDetails extends Object
BlobServiceClient
object). Null may
be passed if none of the options are desirable.Constructor and Description |
---|
BlobContainerListDetails()
Constructs an unpopulated
BlobContainerListDetails . |
Modifier and Type | Method and Description |
---|---|
boolean |
getRetrieveDeleted()
Whether deleted containers should be returned.
|
boolean |
getRetrieveMetadata()
Whether metadata should be returned.
|
BlobContainerListDetails |
setRetrieveDeleted(boolean retrieveDeleted)
Whether deleted containers should be returned.
|
BlobContainerListDetails |
setRetrieveMetadata(boolean retrieveMetadata)
Whether metadata should be returned.
|
ListBlobContainersIncludeType |
toIncludeType()
Deprecated.
BlobContainerListDetails now contains multiple options.
This will only convert result of {BlobContainerListDetails.setRetrieveMetadata(boolean) } for backwards compatibility. |
public BlobContainerListDetails()
BlobContainerListDetails
.public boolean getRetrieveMetadata()
public BlobContainerListDetails setRetrieveMetadata(boolean retrieveMetadata)
retrieveMetadata
- Flag indicating whether metadata should be returnedpublic boolean getRetrieveDeleted()
public BlobContainerListDetails setRetrieveDeleted(boolean retrieveDeleted)
retrieveDeleted
- Flag indicating whether deleted containers should be returned.@Deprecated public ListBlobContainersIncludeType toIncludeType()
BlobContainerListDetails
now contains multiple options.
This will only convert result of {BlobContainerListDetails.setRetrieveMetadata(boolean)
} for backwards compatibility.Copyright © 2021 Microsoft Corporation. All rights reserved.