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 |
---|---|
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 © 2018. All Rights Reserved.