| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
| Modifier and Type | Method and Description |
|---|---|
CloudTableClient |
CloudStorageAccount.createCloudTableClient()
Creates a new Table service client.
|
| Modifier and Type | Method and Description |
|---|---|
CloudTableClient |
CloudTable.getServiceClient()
Gets the table service client associated with this queue.
|
| Constructor and Description |
|---|
CloudTable(StorageUri uri,
CloudTableClient client)
Deprecated.
as of 3.0.0. Please use
CloudTable.CloudTable(StorageUri, StorageCredentials) |
CloudTable(String tableName,
CloudTableClient client)
Deprecated.
as of 3.0.0. Please use
getTableReference(String) |
CloudTable(URI uri,
CloudTableClient client)
Deprecated.
as of 3.0.0. Please use
CloudTable.CloudTable(URI, StorageCredentials) |
Copyright © 2015. All Rights Reserved.