| com.microsoft.azure.storage.core.StorageCredentialsHelper.canCredentialsSignRequestLite(StorageCredentials)
|
| com.microsoft.azure.storage.ServiceClient.getAuthenticationScheme()
as of 2.0.0. In the future only SharedKeyFull will be used.
|
| com.microsoft.azure.storage.blob.CloudBlobClient.getConcurrentRequestCount()
use #getDefaultRequestOptions().getConcurrentRequestCount() instead.
|
| com.microsoft.azure.storage.table.TableQuery.getEntityClass()
Deprecated as of 0.7.0. Please use getClazzType() instead.
|
| com.microsoft.azure.storage.ServiceClient.getLocationMode()
use #getDefaultRequestOptions().getLocationMode() instead.
|
| com.microsoft.azure.storage.ServiceClient.getMaximumExecutionTimeInMs()
use #getDefaultRequestOptions().getMaximumExecutionTimeInMs() instead.
|
| com.microsoft.azure.storage.ServiceClient.getRetryPolicyFactory()
use #getDefaultRequestOptions().getRetryPolicyFactory() instead.
|
| com.microsoft.azure.storage.blob.CloudBlobClient.getSingleBlobPutThresholdInBytes()
use #getDefaultRequestOptions().getSingleBlobPutThresholdInBytes() instead.
|
| com.microsoft.azure.storage.blob.CloudBlobDirectory.getSubDirectoryReference(String)
as of 2.0.0. Use #getDirectoryReference() instead.
|
| com.microsoft.azure.storage.file.CloudFileDirectory.getSubDirectoryReference(String)
as of 2.0.0. Use #getDirectoryReference() instead.
|
| com.microsoft.azure.storage.table.CloudTableClient.getTablePayloadFormat()
use #getDefaultRequestOptions().getTablePayloadFormat() instead.
|
| com.microsoft.azure.storage.ServiceClient.getTimeoutInMs()
use #getDefaultRequestOptions().getTimeoutIntervalInMs() instead.
|
| com.microsoft.azure.storage.ServiceClient.setAuthenticationScheme(AuthenticationScheme)
as of 2.0.0. In the future, only SharedKeyFull will be used.
|
| com.microsoft.azure.storage.blob.CloudBlobClient.setConcurrentRequestCount(int)
use #getDefaultRequestOptions().setConcurrentRequestCount() instead.
|
| com.microsoft.azure.storage.ServiceClient.setLocationMode(LocationMode)
use #getDefaultRequestOptions().setLocationMode() instead.
|
| com.microsoft.azure.storage.ServiceClient.setMaximumExecutionTimeInMs(Integer)
use #getDefaultRequestOptions().setMaximumExecutionTimeInMs() instead.
|
| com.microsoft.azure.storage.ServiceClient.setRetryPolicyFactory(RetryPolicyFactory)
use #getDefaultRequestOptions().setRetryPolicyFactory() instead.
|
| com.microsoft.azure.storage.blob.CloudBlobClient.setSingleBlobPutThresholdInBytes(int)
use #getDefaultRequestOptions().setSingleBlobPutThresholdInBytes() instead.
|
| com.microsoft.azure.storage.table.CloudTableClient.setTablePayloadFormat(TablePayloadFormat)
use #getDefaultRequestOptions().setTablePayloadFormat() instead.
|
| com.microsoft.azure.storage.ServiceClient.setTimeoutInMs(int)
use #getDefaultRequestOptions().setTimeoutIntervalInMs() instead.
|
| com.microsoft.azure.storage.core.StorageCredentialsHelper.signBlobAndQueueRequestLite(StorageCredentials, HttpURLConnection, long)
|
| com.microsoft.azure.storage.core.StorageCredentialsHelper.signBlobAndQueueRequestLite(StorageCredentials, HttpURLConnection, long, OperationContext)
|
| com.microsoft.azure.storage.core.BaseRequest.signRequestForBlobAndQueueSharedKeyLite(HttpURLConnection, Credentials, Long, OperationContext)
|
| com.microsoft.azure.storage.core.BaseRequest.signRequestForTableSharedKeyLite(HttpURLConnection, Credentials, Long, OperationContext)
|
| com.microsoft.azure.storage.core.StorageCredentialsHelper.signTableRequestLite(StorageCredentials, HttpURLConnection, long)
|
| com.microsoft.azure.storage.core.StorageCredentialsHelper.signTableRequestLite(StorageCredentials, HttpURLConnection, long, OperationContext)
|