Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
Modifier and Type | Method and Description |
---|---|
CloudAppendBlob |
CloudBlobContainer.getAppendBlobReference(String blobName)
Returns a reference to a
CloudAppendBlob object that represents an append blob in this container. |
CloudAppendBlob |
CloudBlobDirectory.getAppendBlobReference(String blobName)
Returns a reference to a
CloudAppendBlob object that represents an append blob in the directory. |
CloudAppendBlob |
CloudBlobContainer.getAppendBlobReference(String blobName,
String snapshotID)
Returns a reference to a
CloudAppendBlob object that represents an append blob in the container, using the
specified snapshot ID. |
CloudAppendBlob |
CloudBlobDirectory.getAppendBlobReference(String blobName,
String snapshotID)
Returns a reference to a
CloudAppendBlob object that represents an append blob in the directory, using the
specified snapshot ID. |
Modifier and Type | Method and Description |
---|---|
String |
CloudAppendBlob.startCopy(CloudAppendBlob sourceBlob)
Requests the service to start copying a append blob's contents, properties, and metadata to a new append blob.
|
String |
CloudAppendBlob.startCopy(CloudAppendBlob sourceBlob,
AccessCondition sourceAccessCondition,
AccessCondition destinationAccessCondition,
BlobRequestOptions options,
OperationContext opContext)
Requests the service to start copying a append blob's contents, properties, and metadata to a new append blob,
using the specified access conditions, lease ID, request options, and operation context.
|
Constructor and Description |
---|
CloudAppendBlob(CloudAppendBlob otherBlob)
Creates an instance of the
CloudAppendBlob class by copying values from another append blob. |
Copyright © 2019. All rights reserved.