Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudAppendBlob
Represents a Microsoft Azure Append Blob.
|
class |
CloudBlockBlob
Represents a blob that is uploaded as a set of blocks.
|
class |
CloudPageBlob
Represents a Microsoft Azure page blob.
|
Modifier and Type | Method and Description |
---|---|
CloudBlob |
CloudBlob.createSnapshot()
Creates a snapshot of the blob.
|
CloudBlob |
CloudBlob.createSnapshot(AccessCondition accessCondition,
BlobRequestOptions options,
OperationContext opContext)
Creates a snapshot of the blob using the specified request options and operation context.
|
CloudBlob |
CloudBlob.createSnapshot(HashMap<String,String> metadata,
AccessCondition accessCondition,
BlobRequestOptions options,
OperationContext opContext)
Creates a snapshot of the blob using the specified request options and operation context.
|
CloudBlob |
CloudBlobContainer.getBlobReferenceFromServer(String blobName)
Gets a reference to a blob in this container.
|
CloudBlob |
CloudBlobContainer.getBlobReferenceFromServer(String blobName,
String snapshotID,
AccessCondition accessCondition,
BlobRequestOptions options,
OperationContext opContext)
Gets a reference to a blob in this container.
|
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) |
Constructor and Description |
---|
BlobInputStream(CloudBlob parentBlob,
AccessCondition accessCondition,
BlobRequestOptions options,
OperationContext opContext)
Initializes a new instance of the BlobInputStream class.
|
CloudBlob(CloudBlob otherBlob)
Creates an instance of the
CloudBlob class by copying values from another blob. |
Modifier and Type | Method and Description |
---|---|
String |
CloudFile.startCopy(CloudBlob sourceBlob)
Requests the service to start copying a blob's contents, properties, and metadata to a new file.
|
String |
CloudFile.startCopy(CloudBlob sourceBlob,
AccessCondition sourceAccessCondition,
AccessCondition destinationAccessCondition,
FileRequestOptions options,
OperationContext opContext)
Requests the service to start copying a file's contents, properties, and metadata to a new file,
using the specified access conditions, lease ID, request options, and operation context.
|
Copyright © 2019. All rights reserved.