| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
| com.microsoft.azure.storage.queue |
This package contains the storage service queue classes.
|
| com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceStats |
CloudBlobClient.getServiceStats()
Queries the service for the
ServiceStats. |
ServiceStats |
CloudBlobClient.getServiceStats(BlobRequestOptions options,
OperationContext opContext)
Queries the given storage service for the
ServiceStats. |
| Modifier and Type | Method and Description |
|---|---|
ServiceStats |
CloudQueueClient.getServiceStats()
Queries the service for the
ServiceStats. |
ServiceStats |
CloudQueueClient.getServiceStats(QueueRequestOptions options,
OperationContext opContext)
Queries the service for the
ServiceStats. |
| Modifier and Type | Method and Description |
|---|---|
ServiceStats |
CloudTableClient.getServiceStats()
Queries the service for the
ServiceStats. |
ServiceStats |
CloudTableClient.getServiceStats(TableRequestOptions options,
OperationContext opContext)
Queries the given storage service for the
ServiceStats. |
Copyright © 2018. All Rights Reserved.