| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
| Modifier and Type | Method and Description |
|---|---|
AccountInformation |
CloudBlobContainer.downloadAccountInfo()
Gets information related to the storage account in which this container resides.
|
AccountInformation |
CloudBlobClient.downloadAccountInfo()
Gets information related to the storage account.
|
AccountInformation |
CloudBlob.downloadAccountInfo()
Gets information related to the storage account in which this blob resides.
|
AccountInformation |
CloudBlobContainer.downloadAccountInfo(BlobRequestOptions options,
OperationContext opContext)
Gets information related to the storage account in which this container resides.
|
AccountInformation |
CloudBlobClient.downloadAccountInfo(BlobRequestOptions options,
OperationContext opContext)
Gets information related to the storage account.
|
AccountInformation |
CloudBlob.downloadAccountInfo(BlobRequestOptions options,
OperationContext opContext)
Gets information related to the storage account in which this blob resides.
|
Copyright © 2021. All Rights Reserved.