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.generateSharedAccessSignatureHashForBlobAndFile(SharedAccessPolicy policy,
SharedAccessHeaders headers,
String accessPolicyIdentifier,
String resourceName,
IPRange ipRange,
SharedAccessProtocols protocols,
ServiceClient client)
Get the signature hash embedded inside the Shared Access Signature for the blob or file service.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForQueue(SharedAccessQueuePolicy policy,
String accessPolicyIdentifier,
String resourceName,
IPRange ipRange,
SharedAccessProtocols protocols,
ServiceClient client)
Get the signature hash embedded inside the Shared Access Signature for queue service.
|
static String |
SharedAccessSignatureHelper.generateSharedAccessSignatureHashForTable(SharedAccessTablePolicy policy,
String accessPolicyIdentifier,
String resourceName,
IPRange ipRange,
SharedAccessProtocols protocols,
String startPartitionKey,
String startRowKey,
String endPartitionKey,
String endRowKey,
ServiceClient client)
Get the signature hash embedded inside the Shared Access Signature for the table 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 © 2019. All rights reserved.