Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
com.microsoft.azure.storage.analytics |
This package contains the storage service analytics 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 |
---|---|
StorageUri |
CloudStorageAccount.getBlobStorageUri()
Returns the endpoint for the Blob service for the storage account.
|
StorageUri |
CloudStorageAccount.getFileStorageUri()
Returns the endpoint for the File service for the storage account.
|
StorageUri |
CloudStorageAccount.getQueueStorageUri()
Returns the endpoint for the Queue service for the storage account.
|
StorageUri |
ServiceClient.getStorageUri()
Returns the list of URIs for all locations.
|
StorageUri |
CloudStorageAccount.getTableStorageUri()
Returns the endpoint for the Table service for the storage account.
|
StorageUri |
StorageCredentials.transformUri(StorageUri resourceUri)
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
|
abstract StorageUri |
StorageCredentials.transformUri(StorageUri resourceUri,
OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
specified operation context.
|
StorageUri |
StorageCredentialsAccountAndKey.transformUri(StorageUri resourceUri,
OperationContext opContext) |
StorageUri |
StorageCredentialsAnonymous.transformUri(StorageUri resourceUri,
OperationContext opContext) |
StorageUri |
StorageCredentialsSharedAccessSignature.transformUri(StorageUri resourceUri,
OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
specified operation context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StorageUri.equals(StorageUri other)
Indicates whether a
StorageUri object is equal to the current StorageUri object. |
protected void |
ServiceClient.setStorageUri(StorageUri storageUri)
Sets the list of URIs for all locations.
|
StorageUri |
StorageCredentials.transformUri(StorageUri resourceUri)
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
|
abstract StorageUri |
StorageCredentials.transformUri(StorageUri resourceUri,
OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
specified operation context.
|
StorageUri |
StorageCredentialsAccountAndKey.transformUri(StorageUri resourceUri,
OperationContext opContext) |
StorageUri |
StorageCredentialsAnonymous.transformUri(StorageUri resourceUri,
OperationContext opContext) |
StorageUri |
StorageCredentialsSharedAccessSignature.transformUri(StorageUri resourceUri,
OperationContext opContext)
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the
specified operation context.
|
Constructor and Description |
---|
CloudStorageAccount(StorageCredentials storageCredentials,
StorageUri blobStorageUri,
StorageUri queueStorageUri,
StorageUri tableStorageUri)
Creates an instance of the
CloudStorageAccount class using the specified
account credentials and service endpoints. |
CloudStorageAccount(StorageCredentials storageCredentials,
StorageUri blobStorageUri,
StorageUri queueStorageUri,
StorageUri tableStorageUri,
StorageUri fileStorageUri)
Creates an instance of the
CloudStorageAccount class using the specified
account credentials and service endpoints. |
ServiceClient(StorageUri storageUri,
StorageCredentials credentials)
Creates an instance of the
ServiceClient class using the specified service endpoint and account
credentials. |
Constructor and Description |
---|
CloudAnalyticsClient(StorageUri blobStorageUri,
StorageUri tableStorageUri,
StorageCredentials credentials)
Initializes a new instance of the
CloudAnalyticsClient class using the specified blob and table
service endpoints and account credentials. |
Modifier and Type | Method and Description |
---|---|
StorageUri |
CloudBlob.getQualifiedStorageUri()
Deprecated.
use
CloudBlob.getSnapshotQualifiedStorageUri() instead. |
StorageUri |
CloudBlob.getSnapshotQualifiedStorageUri()
Returns the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.
|
StorageUri |
CloudBlobContainer.getStorageUri()
Returns the list of URIs for all locations.
|
StorageUri |
ListBlobItem.getStorageUri()
Returns the list of URIs for all storage locations of the blob item.
|
StorageUri |
CloudBlob.getStorageUri()
Returns the list of URIs for all locations.
|
StorageUri |
CloudBlobDirectory.getStorageUri()
Returns the list of URIs for all locations.
|
protected StorageUri |
CloudBlob.getTransformedAddress(OperationContext opContext)
Returns the transformed URI for the resource if the given credentials require transformation.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
CloudBlob.getParentNameFromURI(StorageUri resourceAddress,
String delimiter,
CloudBlobContainer container)
Retrieves the parent name for a blob URI.
|
protected void |
CloudBlobContainer.setStorageUri(StorageUri storageUri)
Sets the list of URIs for all locations.
|
protected void |
CloudBlob.setStorageUri(StorageUri storageUri)
Sets the list of URIs for all locations.
|
Constructor and Description |
---|
CloudAppendBlob(StorageUri blobAbsoluteUri)
Creates an instance of the
CloudAppendBlob class using the specified absolute URI and storage service
client. |
CloudAppendBlob(StorageUri blobAbsoluteUri,
StorageCredentials credentials)
Creates an instance of the
CloudAppendBlob class using the specified absolute StorageUri
and credentials. |
CloudAppendBlob(StorageUri blobAbsoluteUri,
String snapshotID,
StorageCredentials credentials)
Creates an instance of the
CloudAppendBlob class using the specified absolute StorageUri, snapshot
ID, and credentials. |
CloudBlob(BlobType type,
StorageUri uri,
String snapshotID,
StorageCredentials credentials)
Creates an instance of the
CloudBlob class using the specified URI, snapshot ID, and cloud blob
client. |
CloudBlobClient(StorageUri baseUri)
Creates an instance of the
CloudBlobClient class using the specified Blob service endpoint and
anonymous credentials. |
CloudBlobClient(StorageUri storageUri,
StorageCredentials credentials)
Creates an instance of the
CloudBlobClient class using the specified Blob service endpoint and
account credentials. |
CloudBlobContainer(StorageUri storageUri)
Creates an instance of the
CloudBlobContainer class using the specified URI. |
CloudBlobContainer(StorageUri storageUri,
StorageCredentials credentials)
Creates an instance of the
CloudBlobContainer class using the specified StorageUri and credentials. |
CloudBlobDirectory(StorageUri uri,
String prefix,
CloudBlobClient client,
CloudBlobContainer container)
Creates an instance of the
CloudBlobDirectory class using the specified address, directory parent,
and client. |
CloudBlobDirectory(StorageUri uri,
String prefix,
CloudBlobClient client,
CloudBlobContainer container,
CloudBlobDirectory parent)
Creates an instance of the
CloudBlobDirectory class using the specified address, directory parent,
and client. |
CloudBlockBlob(StorageUri blobAbsoluteUri)
Creates an instance of the
CloudBlockBlob class using the specified absolute StorageUri. |
CloudBlockBlob(StorageUri blobAbsoluteUri,
StorageCredentials credentials)
Creates an instance of the
CloudBlockBlob class using the specified absolute StorageUri and credentials. |
CloudBlockBlob(StorageUri blobAbsoluteUri,
String snapshotID,
StorageCredentials credentials)
Creates an instance of the
CloudBlockBlob class using the specified absolute StorageUri, snapshot
ID, and credentials. |
CloudPageBlob(StorageUri blobAbsoluteUri)
Creates an instance of the
CloudPageBlob class using the specified absolute URI and storage service
client. |
CloudPageBlob(StorageUri blobAbsoluteUri,
StorageCredentials credentials)
Creates an instance of the
CloudPageBlob class using the specified absolute StorageUri and credentials. |
CloudPageBlob(StorageUri blobAbsoluteUri,
String snapshotID,
StorageCredentials credentials)
Creates an instance of the
CloudPageBlob class using the specified absolute StorageUri, snapshot
ID, and credentials. |
Modifier and Type | Method and Description |
---|---|
static StorageUri |
PathUtility.addToQuery(StorageUri resourceURI,
String queryString)
Adds a queryString to an URI.
|
static StorageUri |
PathUtility.appendPathToUri(StorageUri uriList,
String relativeOrAbsoluteUri)
Appends a path to a list of URIs correctly using "/" as separator.
|
static StorageUri |
PathUtility.appendPathToUri(StorageUri uriList,
String relativeOrAbsoluteUri,
String separator)
Appends a path to a list of URIs correctly using "/" as separator.
|
static StorageUri |
PathUtility.getContainerURI(StorageUri blobAddress,
boolean usePathStyleUris)
Gets the container URI from a blob address
|
static StorageUri |
PathUtility.getServiceClientBaseAddress(StorageUri addressUri,
boolean usePathStyleUris)
Get the service client address from a complete Uri.
|
static StorageUri |
PathUtility.getShareURI(StorageUri fileAddress,
boolean usePathStyleUris)
Gets the share URI from a file address
|
StorageUri |
StorageRequest.getStorageUri() |
static StorageUri |
PathUtility.stripURIQueryAndFragment(StorageUri inUri)
Strips the Query and Fragment from the uri.
|
Modifier and Type | Method and Description |
---|---|
static StorageUri |
PathUtility.addToQuery(StorageUri resourceURI,
String queryString)
Adds a queryString to an URI.
|
static StorageUri |
PathUtility.appendPathToUri(StorageUri uriList,
String relativeOrAbsoluteUri)
Appends a path to a list of URIs correctly using "/" as separator.
|
static StorageUri |
PathUtility.appendPathToUri(StorageUri uriList,
String relativeOrAbsoluteUri,
String separator)
Appends a path to a list of URIs correctly using "/" as separator.
|
static StorageUri |
PathUtility.getContainerURI(StorageUri blobAddress,
boolean usePathStyleUris)
Gets the container URI from a blob address
|
static StorageUri |
PathUtility.getServiceClientBaseAddress(StorageUri addressUri,
boolean usePathStyleUris)
Get the service client address from a complete Uri.
|
static StorageUri |
PathUtility.getShareURI(StorageUri fileAddress,
boolean usePathStyleUris)
Gets the share URI from a file address
|
static StorageCredentialsSharedAccessSignature |
SharedAccessSignatureHelper.parseQuery(StorageUri completeUri)
Parses the query parameters and populates a StorageCredentialsSharedAccessSignature object if one is present.
|
void |
StorageRequest.setStorageUri(StorageUri storageUri) |
static StorageUri |
PathUtility.stripURIQueryAndFragment(StorageUri inUri)
Strips the Query and Fragment from the uri.
|
Constructor and Description |
---|
StorageRequest(RequestOptions options,
StorageUri storageUri)
Initializes a new instance of the StorageRequest class.
|
Modifier and Type | Method and Description |
---|---|
StorageUri |
CloudFileShare.getStorageUri()
Returns the list of URIs for all locations.
|
StorageUri |
CloudFileDirectory.getStorageUri()
Returns the list of URIs for all locations.
|
StorageUri |
ListFileItem.getStorageUri()
Returns the list of URIs for all storage locations of the file item.
|
StorageUri |
CloudFile.getStorageUri()
Returns the list of URIs for all locations.
|
protected StorageUri |
CloudFile.getTransformedAddress(OperationContext opContext)
Returns the transformed URI for the resource if the given credentials require transformation.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
CloudFile.getParentNameFromURI(StorageUri resourceAddress,
CloudFileShare share)
Retrieves the parent name for a file URI.
|
protected void |
CloudFileDirectory.setStorageUri(StorageUri storageUri)
Sets the list of URIs for all locations.
|
protected void |
CloudFile.setStorageUri(StorageUri storageUri)
Sets the list of URIs for all locations.
|
Constructor and Description |
---|
CloudFile(StorageUri fileAbsoluteUri)
Creates an instance of the
CloudFile class using the specified absolute StorageUri. |
CloudFile(StorageUri fileAbsoluteUri,
StorageCredentials credentials)
Creates an instance of the
CloudFile class using the specified absolute StorageUri
and credentials. |
CloudFile(StorageUri uri,
String fileName,
CloudFileShare share)
Creates an instance of the
CloudFile class using the specified address, share,
and client. |
CloudFileClient(StorageUri storageUri,
StorageCredentials credentials)
Creates an instance of the
CloudFileClient class using the specified File service endpoint and
account credentials. |
CloudFileDirectory(StorageUri directoryAbsoluteUri)
Creates an instance of the
CloudFileDirectory class using an absolute URI to the directory. |
CloudFileDirectory(StorageUri directoryAbsoluteUri,
StorageCredentials credentials)
Creates an instance of the
CloudFileDirectory class using an absolute URI to the directory
and credentials. |
CloudFileDirectory(StorageUri uri,
String directoryName,
CloudFileShare share)
Creates an instance of the
CloudFileDirectory class using the specified address, share,
and client. |
CloudFileShare(StorageUri storageUri)
Creates an instance of the
CloudFileShare class using the specified URI. |
CloudFileShare(StorageUri storageUri,
StorageCredentials credentials)
Creates an instance of the
CloudFileShare class using the specified StorageUri and credentials. |
Modifier and Type | Method and Description |
---|---|
StorageUri |
CloudQueue.getStorageUri()
Returns the list of URIs for all locations.
|
Constructor and Description |
---|
CloudQueue(StorageUri uri)
Creates an instance of the
CloudQueue class using the specified queue StorageUri . |
CloudQueue(StorageUri uri,
StorageCredentials credentials)
Creates an instance of the
CloudQueue class using the specified queue StorageUri and
credentials. |
CloudQueueClient(StorageUri baseUri,
StorageCredentials credentials)
Initializes a new instance of the
CloudQueueClient class using the specified Queue service endpoint
and account credentials. |
Modifier and Type | Method and Description |
---|---|
StorageUri |
CloudTable.getStorageUri()
Returns the list of URIs for all locations.
|
protected StorageUri |
CloudTableClient.getTransformedEndPoint(OperationContext opContext) |
Constructor and Description |
---|
CloudTable(StorageUri uri)
Creates an instance of the
CloudTable class using the specified table URI. |
CloudTable(StorageUri uri,
StorageCredentials credentials)
Creates an instance of the
CloudTable class using the specified table StorageUri and credentials. |
CloudTableClient(StorageUri baseUri,
StorageCredentials credentials)
Initializes an instance of the
CloudTableClient class using a Table service endpoint and
storage account credentials. |
Copyright © 2019. All rights reserved.