public final class BlobContainerListDetails extends Object
BlobServiceClient
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 |
---|
BlobContainerListDetails()
Constructs an unpopulated
BlobContainerListDetails . |
Modifier and Type | Method and Description |
---|---|
boolean |
getRetrieveMetadata()
Whether metadata should be returned.
|
BlobContainerListDetails |
setRetrieveMetadata(boolean retrieveMetadata)
Whether metadata should be returned.
|
ListBlobContainersIncludeType |
toIncludeType() |
public BlobContainerListDetails()
BlobContainerListDetails
.public boolean getRetrieveMetadata()
public BlobContainerListDetails setRetrieveMetadata(boolean retrieveMetadata)
retrieveMetadata
- Flag indicating whether metadata should be returnedpublic ListBlobContainersIncludeType toIncludeType()
Copyright © 2019 Microsoft Corporation. All rights reserved.