| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
| com.microsoft.azure.storage.core |
FOR INTERNAL USE ONLY.
|
| com.microsoft.azure.storage.file |
This package contains the storage service file 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 |
|---|---|
protected StorageRequest<ServiceClient,Void,ServiceProperties> |
ServiceClient.downloadServicePropertiesImpl(RequestOptions options,
boolean signAsTable) |
protected StorageRequest<ServiceClient,Void,ServiceStats> |
ServiceClient.getServiceStatsImpl(RequestOptions options,
boolean signAsTable) |
protected StorageRequest<ServiceClient,Void,Void> |
ServiceClient.uploadServicePropertiesImpl(ServiceProperties properties,
RequestOptions options,
OperationContext opContext,
boolean signAsTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudBlobClient
Provides a client for accessing the Microsoft Azure Blob service.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForBlob(SharedAccessBlobPolicy policy,
SharedAccessBlobHeaders headers,
String accessPolicyIdentifier,
String resourceName,
ServiceClient client,
OperationContext opContext)
Get the signature hash embedded inside the Shared Access Signature for blob service.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForQueue(SharedAccessQueuePolicy policy,
String accessPolicyIdentifier,
String resourceName,
ServiceClient client,
OperationContext opContext)
Get the signature hash embedded inside the Shared Access Signature for queue service.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForTable(SharedAccessTablePolicy policy,
String accessPolicyIdentifier,
String resourceName,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
ServiceClient client,
OperationContext opContext)
Get the signature hash embedded inside the Shared Access Signature for blob service.
|
static void |
StorageRequest.signBlobQueueAndFileRequest(HttpURLConnection request,
ServiceClient client,
long contentLength,
OperationContext context) |
static void |
StorageRequest.signTableRequest(HttpURLConnection request,
ServiceClient client,
long contentLength,
OperationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
CloudFileClient
Provides a client for accessing the Microsoft Azure File service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudQueueClient
Provides a service client for accessing the Microsoft Azure Queue service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudTableClient
Provides a service client for accessing the Microsoft Azure Table service.
|
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/