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.
|
Modifier and Type | Method and Description |
---|---|
CloudBlobClient |
CloudStorageAccount.createCloudBlobClient()
Creates a new Blob service client.
|
Modifier and Type | Field and Description |
---|---|
protected CloudBlobClient |
CloudAnalyticsClient.blobClient
The blob client for logging features.
|
Modifier and Type | Field and Description |
---|---|
protected CloudBlobClient |
CloudBlob.blobServiceClient
Represents the blob client.
|
Modifier and Type | Method and Description |
---|---|
CloudBlobClient |
CloudBlobContainer.getServiceClient()
Returns the Blob service client associated with this container.
|
CloudBlobClient |
CloudBlob.getServiceClient()
Returns the Blob service client associated with the blob.
|
CloudBlobClient |
CloudBlobDirectory.getServiceClient()
Returns the Blob service client associated with this directory.
|
Modifier and Type | Method and Description |
---|---|
protected StorageRequest<CloudBlobClient,CloudBlob,String> |
CloudBlob.startCopyImpl(URI source,
boolean incrementalCopy,
PremiumPageBlobTier premiumPageBlobTier,
AccessCondition sourceAccessCondition,
AccessCondition destinationAccessCondition,
BlobRequestOptions options) |
protected StorageRequest<CloudBlobClient,CloudBlob,Void> |
CloudBlob.uploadBlobTierImpl(String blobTierString,
BlobRequestOptions options) |
Modifier and Type | Method and Description |
---|---|
protected static BlobRequestOptions |
BlobRequestOptions.populateAndApplyDefaults(BlobRequestOptions options,
BlobType blobType,
CloudBlobClient client)
Uses the concurrent request count from the specified client if
null , sets a default value for
everything else, and sets defaults as defined in the parent class. |
protected static BlobRequestOptions |
BlobRequestOptions.populateAndApplyDefaults(BlobRequestOptions options,
BlobType blobType,
CloudBlobClient client,
boolean setStartTime)
Uses the concurrent request count from the specified client if
null , sets a default value for
everything else, and sets defaults as defined in the parent class. |
Constructor and Description |
---|
CloudBlobContainer(String containerName,
CloudBlobClient client)
Creates an instance of the
CloudBlobContainer class using the specified name and client. |
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. |
Copyright © 2019. All rights reserved.