CloudPageBlob Class

Definition

Represents a Microsoft Azure page blob.

public class CloudPageBlob : Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob.ICloudBlob
type CloudPageBlob = class
    inherit CloudBlob
    interface ICloudBlob
    interface IListBlobItem
Public Class CloudPageBlob
Inherits CloudBlob
Implements ICloudBlob
Inheritance
CloudPageBlob
Implements

Constructors

CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient)

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri)

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri, CloudBlobClient)

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient)

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri, StorageCredentials)

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

Properties

BlobType

Gets the type of the blob.

(Inherited from CloudBlob)
Container

Gets a CloudBlobContainer object representing the blob's container.

(Inherited from CloudBlob)
CopyState

Gets the state of the most recent or pending copy operation.

(Inherited from CloudBlob)
IsDeleted

Gets a value indicating whether or not this blob has been deleted.

(Inherited from CloudBlob)
IsSnapshot

Gets a value indicating whether this blob is a snapshot.

(Inherited from CloudBlob)
Metadata

Gets the user-defined metadata for the blob.

(Inherited from CloudBlob)
Name

Gets the name of the blob.

(Inherited from CloudBlob)
Parent

Gets the CloudBlobDirectory object representing the virtual parent directory for the blob.

(Inherited from CloudBlob)
Properties

Gets the blob's system properties.

(Inherited from CloudBlob)
ServiceClient

Gets the CloudBlobClient object that represents the Blob service.

(Inherited from CloudBlob)
SnapshotQualifiedStorageUri

Gets the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.

(Inherited from CloudBlob)
SnapshotQualifiedUri

Gets the absolute URI to the blob, including query string information if the blob is a snapshot.

(Inherited from CloudBlob)
SnapshotTime

Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.

(Inherited from CloudBlob)
StorageUri

Gets the blob's URIs for both the primary and secondary locations.

(Inherited from CloudBlob)
StreamMinimumReadSizeInBytes

Gets or sets the minimum number of bytes to buffer when reading from a blob stream.

(Inherited from CloudBlob)
StreamWriteSizeInBytes

Gets or sets the number of bytes to buffer when writing to a page blob stream.

Uri

Gets the blob's URI for the primary location.

(Inherited from CloudBlob)

Methods

AbortCopy(String, AccessCondition, BlobRequestOptions, OperationContext)

Aborts an ongoing blob copy operation.

(Inherited from CloudBlob)
AbortCopyAsync(String)

Initiates an asynchronous operation to abort an ongoing blob copy operation.

(Inherited from CloudBlob)
AbortCopyAsync(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to abort an ongoing blob copy operation.

(Inherited from CloudBlob)
AbortCopyAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to abort an ongoing blob copy operation.

(Inherited from CloudBlob)
AbortCopyAsync(String, CancellationToken)

Initiates an asynchronous operation to abort an ongoing blob copy operation.

(Inherited from CloudBlob)
AcquireLease(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext)

Acquires a lease on this blob.

(Inherited from CloudBlob)
AcquireLeaseAsync(Nullable<TimeSpan>, String)

Initiates an asynchronous operation to acquire a lease on this blob.

(Inherited from CloudBlob)
AcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to acquire a lease on this blob.

(Inherited from CloudBlob)
AcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to acquire a lease on this blob.

(Inherited from CloudBlob)
AcquireLeaseAsync(Nullable<TimeSpan>, String, CancellationToken)

Initiates an asynchronous operation to acquire a lease on this blob.

(Inherited from CloudBlob)
BeginAbortCopy(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing blob copy operation.

(Inherited from CloudBlob)
BeginAbortCopy(String, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing blob copy operation.

(Inherited from CloudBlob)
BeginAcquireLease(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to acquire a lease on this blob.

(Inherited from CloudBlob)
BeginAcquireLease(Nullable<TimeSpan>, String, AsyncCallback, Object)

Begins an asynchronous operation to acquire a lease on this blob.

(Inherited from CloudBlob)
BeginBreakLease(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to break the current lease on this blob.

(Inherited from CloudBlob)
BeginBreakLease(Nullable<TimeSpan>, AsyncCallback, Object)

Begins an asynchronous operation to break the current lease on this blob.

(Inherited from CloudBlob)
BeginChangeLease(String, AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to change the lease on this blob.

(Inherited from CloudBlob)
BeginChangeLease(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to change the lease on this blob.

(Inherited from CloudBlob)
BeginClearPages(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to clear pages from a page blob.

BeginClearPages(Int64, Int64, AsyncCallback, Object)

Begins an asynchronous operation to clear pages from a page blob.

BeginCreate(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition().

BeginCreate(Int64, AsyncCallback, Object)

Begins an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use BeginCreate(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object).

BeginCreate(Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition().

BeginCreateSnapshot(AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob.

BeginCreateSnapshot(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob.

BeginDelete(AsyncCallback, Object)

Begins an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
BeginDelete(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
BeginDeleteIfExists(AsyncCallback, Object)

Begins an asynchronous request to delete the blob if it already exists.

(Inherited from CloudBlob)
BeginDeleteIfExists(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to delete the blob if it already exists.

(Inherited from CloudBlob)
BeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
BeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
BeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
BeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
BeginDownloadToByteArray(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
BeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
BeginDownloadToFile(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a file.

(Inherited from CloudBlob)
BeginDownloadToFile(String, FileMode, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a file.

(Inherited from CloudBlob)
BeginDownloadToStream(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
BeginDownloadToStream(Stream, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
BeginExists(AsyncCallback, Object)

Begins an asynchronous request to check existence of the blob.

(Inherited from CloudBlob)
BeginExists(BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to check existence of the blob.

(Inherited from CloudBlob)
BeginFetchAttributes(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to populate the blob's properties and metadata.

(Inherited from CloudBlob)
BeginFetchAttributes(AsyncCallback, Object)

Begins an asynchronous operation to populate the blob's properties and metadata.

(Inherited from CloudBlob)
BeginGetAccountProperties(AsyncCallback, Object)

Begins an asynchronous operation to get properties for the account this blob resides on.

(Inherited from CloudBlob)
BeginGetAccountProperties(BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to get properties for the account this blob resides on.

(Inherited from CloudBlob)
BeginGetPageRanges(AsyncCallback, Object)

Begins an asynchronous operation to return a collection of valid page ranges and their starting and ending bytes.

BeginGetPageRanges(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to return a collection of valid page ranges and their starting and ending bytes.

BeginGetPageRangesDiff(DateTimeOffset, AsyncCallback, Object)

Begins an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.

BeginGetPageRangesDiff(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.

BeginOpenRead(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to open a stream for reading from the blob.

(Inherited from CloudBlob)
BeginOpenRead(AsyncCallback, Object)

Begins an asynchronous operation to open a stream for reading from the blob.

(Inherited from CloudBlob)
BeginOpenWrite(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to open a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

BeginOpenWrite(Nullable<Int64>, AsyncCallback, Object)

Begins an asynchronous operation to open a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

BeginReleaseLease(AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to release the lease on this blob.

(Inherited from CloudBlob)
BeginReleaseLease(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to release the lease on this blob.

(Inherited from CloudBlob)
BeginRenewLease(AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to renew a lease on this blob.

(Inherited from CloudBlob)
BeginRenewLease(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to renew a lease on this blob.

(Inherited from CloudBlob)
BeginResize(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to resize the page blob to the specified size.

BeginResize(Int64, AsyncCallback, Object)

Begins an asynchronous operation to resize the page blob to the specified size.

BeginRotateEncryptionKey(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to rotate the encryption key on this blob. This method rotates only the KEK, not the CEK. For more information, visit https://azure.microsoft.com/en-us/documentation/articles/storage-client-side-encryption/

(Inherited from CloudBlob)
BeginRotateEncryptionKey(AsyncCallback, Object)

Begins an asynchronous operation to rotate the encryption key on this blob. This method rotates only the KEK, not the CEK. For more information, visit https://azure.microsoft.com/en-us/documentation/articles/storage-client-side-encryption/

(Inherited from CloudBlob)
BeginSetMetadata(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to update the blob's metadata.

(Inherited from CloudBlob)
BeginSetMetadata(AsyncCallback, Object)

Begins an asynchronous operation to update the blob's metadata.

(Inherited from CloudBlob)
BeginSetPremiumBlobTier(PremiumPageBlobTier, AsyncCallback, Object)

Begins an asynchronous operation to set the tier of the premium blob.

BeginSetPremiumBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to set the tier of the premium blob.

BeginSetProperties(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to update the blob's properties.

(Inherited from CloudBlob)
BeginSetProperties(AsyncCallback, Object)

Begins an asynchronous operation to update the blob's properties.

(Inherited from CloudBlob)
BeginSetSequenceNumber(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to set the page blob's sequence number.

BeginSetSequenceNumber(SequenceNumberAction, Nullable<Int64>, AsyncCallback, Object)

Begins an asynchronous operation to set the page blob's sequence number.

BeginSnapshot(AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob.

(Inherited from CloudBlob)
BeginSnapshot(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob.

(Inherited from CloudBlob)
BeginStartCopy(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another page blob's contents, properties, and metadata to this page blob.

BeginStartCopy(CloudPageBlob, AsyncCallback, Object)

Begins an asynchronous operation to start copying another page blob's contents, properties, and metadata to this page blob.

BeginStartCopy(CloudPageBlob, Nullable<PremiumPageBlobTier>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another page blob's contents, properties, and metadata to this page blob.

BeginStartCopy(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
BeginStartCopy(Uri, AsyncCallback, Object)

Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
BeginStartIncrementalCopy(CloudPageBlob, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start an incremental copy of another page blob's contents, properties, and metadata to this page blob.

BeginStartIncrementalCopy(CloudPageBlob, AsyncCallback, Object)

Begins an asynchronous operation to start an incremental copy of another page blob's contents, properties, and metadata to this page blob.

BeginStartIncrementalCopy(Uri, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

BeginUndelete(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to undelete the soft-deleted blob.

(Inherited from CloudBlob)
BeginUndelete(AsyncCallback, Object)

Begins an asynchronous operation to undelete the soft-deleted blob.

(Inherited from CloudBlob)
BeginUploadFromByteArray(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromByteArray(Byte[], Int32, Int32, AsyncCallback, Object)

Begins an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromByteArray(Byte[], Int32, Int32, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromFile(String, AsyncCallback, Object)

Begins an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromFile(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromStream(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromStream(Stream, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromStream(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromStream(Stream, Int64, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromStream(Stream, Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

BeginUploadFromStream(Stream, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

BeginWritePages(Stream, Int64, Checksum, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to write pages to a page blob.

BeginWritePages(Stream, Int64, Checksum, AsyncCallback, Object)

Begins an asynchronous operation to write pages to a page blob.

BeginWritePages(Uri, Int64, Int64, Int64, Checksum, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to write pages to a page blob.

BreakLease(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext)

Breaks the current lease on this blob.

(Inherited from CloudBlob)
BreakLeaseAsync(Nullable<TimeSpan>)

Initiates an asynchronous operation to break the current lease on this blob.

(Inherited from CloudBlob)
BreakLeaseAsync(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to break the current lease on this blob.

(Inherited from CloudBlob)
BreakLeaseAsync(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to break the current lease on this blob.

(Inherited from CloudBlob)
BreakLeaseAsync(Nullable<TimeSpan>, CancellationToken)

Initiates an asynchronous operation to break the current lease on this blob.

(Inherited from CloudBlob)
ChangeLease(String, AccessCondition, BlobRequestOptions, OperationContext)

Changes the lease ID on this blob.

(Inherited from CloudBlob)
ChangeLeaseAsync(String, AccessCondition)

Initiates an asynchronous operation to change the lease on this blob.

(Inherited from CloudBlob)
ChangeLeaseAsync(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to change the lease on this blob.

(Inherited from CloudBlob)
ChangeLeaseAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to change the lease on this blob.

(Inherited from CloudBlob)
ChangeLeaseAsync(String, AccessCondition, CancellationToken)

Initiates an asynchronous operation to change the lease on this blob.

(Inherited from CloudBlob)
ClearPages(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext)

Clears pages from a page blob.

ClearPagesAsync(Int64, Int64)

Initiates an asynchronous operation to clear pages from a page blob.

ClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to clear pages from a page blob.

ClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to clear pages from a page blob.

ClearPagesAsync(Int64, Int64, CancellationToken)

Initiates an asynchronous operation to clear pages from a page blob.

Create(Int64, AccessCondition, BlobRequestOptions, OperationContext)

Creates a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition().

Create(Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Creates a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition().

CreateAsync(Int64)

Initiates an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use CreateAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext).

CreateAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition().

CreateAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition().

CreateAsync(Int64, CancellationToken)

Initiates an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use CreateAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken).

CreateAsync(Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a page blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition().

CreateSnapshot(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext)

Creates a snapshot of the blob.

CreateSnapshotAsync()

Initiates an asynchronous operation to create a snapshot of the blob.

CreateSnapshotAsync(CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob.

CreateSnapshotAsync(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create a snapshot of the blob.

CreateSnapshotAsync(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob.

Delete(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Deletes the blob.

(Inherited from CloudBlob)
DeleteAsync()

Initiates an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
DeleteAsync(CancellationToken)

Initiates an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
DeleteAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
DeleteAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
DeleteIfExists(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Deletes the blob if it already exists.

(Inherited from CloudBlob)
DeleteIfExistsAsync()

Initiates an asynchronous operation to delete the blob if it already exists.

(Inherited from CloudBlob)
DeleteIfExistsAsync(CancellationToken)

Initiates an asynchronous operation to delete the blob if it already exists.

(Inherited from CloudBlob)
DeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to delete the blob if it already exists.

(Inherited from CloudBlob)
DeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete the blob if it already exists.

(Inherited from CloudBlob)
DownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Downloads a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
DownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
DownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Downloads a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
DownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
DownloadToByteArray(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext)

Downloads the contents of a blob to a byte array.

(Inherited from CloudBlob)
DownloadToByteArrayAsync(Byte[], Int32)

Initiates an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
DownloadToByteArrayAsync(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
DownloadToByteArrayAsync(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
DownloadToByteArrayAsync(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
DownloadToByteArrayAsync(Byte[], Int32, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
DownloadToFile(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)

Downloads the contents of a blob to a file.

(Inherited from CloudBlob)
DownloadToFileAsync(String, FileMode)

Initiates an asynchronous operation to download the contents of a blob to a file.

(Inherited from CloudBlob)
DownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a file.

(Inherited from CloudBlob)
DownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file.

(Inherited from CloudBlob)
DownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Downloads the contents of a blob to a file.

(Inherited from CloudBlob)
DownloadToFileAsync(String, FileMode, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file.

(Inherited from CloudBlob)
DownloadToFileParallelAsync(String, FileMode, Int32, Nullable<Int64>)

Initiates an asynchronous operation to download the contents of a blob to a file by making parallel requests.

(Inherited from CloudBlob)
DownloadToFileParallelAsync(String, FileMode, Int32, Nullable<Int64>, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file by making parallel requests.

(Inherited from CloudBlob)
DownloadToFileParallelAsync(String, FileMode, Int32, Nullable<Int64>, Int64, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file by making parallel requests.

(Inherited from CloudBlob)
DownloadToStream(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Downloads the contents of a blob to a stream.

(Inherited from CloudBlob)
DownloadToStreamAsync(Stream)

Initiates an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
DownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
DownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
DownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
DownloadToStreamAsync(Stream, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
EndAbortCopy(IAsyncResult)

Ends an asynchronous operation to abort an ongoing blob copy operation.

(Inherited from CloudBlob)
EndAcquireLease(IAsyncResult)

Ends an asynchronous operation to acquire a lease on this blob.

(Inherited from CloudBlob)
EndBreakLease(IAsyncResult)

Ends an asynchronous operation to break the current lease on this blob.

(Inherited from CloudBlob)
EndChangeLease(IAsyncResult)

Ends an asynchronous operation to change the lease on this blob.

(Inherited from CloudBlob)
EndClearPages(IAsyncResult)

Ends an asynchronous operation to clear pages from a page blob.

EndCreate(IAsyncResult)

Ends an asynchronous operation to create a page blob.

EndCreateSnapshot(IAsyncResult)

Ends an asynchronous operation to create a snapshot of the blob.

EndDelete(IAsyncResult)

Ends an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
EndDeleteIfExists(IAsyncResult)

Returns the result of an asynchronous request to delete the blob if it already exists.

(Inherited from CloudBlob)
EndDownloadRangeToByteArray(IAsyncResult)

Ends an asynchronous operation to download a range of bytes from a blob to a byte array.

(Inherited from CloudBlob)
EndDownloadRangeToStream(IAsyncResult)

Ends an asynchronous operation to download a range of bytes from a blob to a stream.

(Inherited from CloudBlob)
EndDownloadToByteArray(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a byte array.

(Inherited from CloudBlob)
EndDownloadToFile(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a file.

(Inherited from CloudBlob)
EndDownloadToStream(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a stream.

(Inherited from CloudBlob)
EndExists(IAsyncResult)

Returns the asynchronous result of the request to check existence of the blob.

(Inherited from CloudBlob)
EndFetchAttributes(IAsyncResult)

Ends an asynchronous operation to populate the blob's properties and metadata.

(Inherited from CloudBlob)
EndGetAccountProperties(IAsyncResult)

Ends an asynchronous operation to get properties for the account this blob resides on.

(Inherited from CloudBlob)
EndGetPageRanges(IAsyncResult)

Ends an asynchronous operation to return a collection of valid page ranges and their starting and ending bytes.

EndGetPageRangesDiff(IAsyncResult)

Ends an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.

EndOpenRead(IAsyncResult)

Ends an asynchronous operation to open a stream for reading from the blob.

(Inherited from CloudBlob)
EndOpenWrite(IAsyncResult)

Ends an asynchronous operation to open a stream for writing to the blob.

EndReleaseLease(IAsyncResult)

Ends an asynchronous operation to release the lease on this blob.

(Inherited from CloudBlob)
EndRenewLease(IAsyncResult)

Ends an asynchronous operation to renew a lease on this blob.

(Inherited from CloudBlob)
EndResize(IAsyncResult)

Ends an asynchronous operation to resize the page blob.

EndRotateEncryptionKey(IAsyncResult)

Ends an asynchronous operation to rotate the encryption key on this blob.

(Inherited from CloudBlob)
EndSetMetadata(IAsyncResult)

Ends an asynchronous operation to update the blob's metadata.

(Inherited from CloudBlob)
EndSetPremiumBlobTier(IAsyncResult)

Ends an asynchronous operation to set the tier of the premium blob.

EndSetProperties(IAsyncResult)

Ends an asynchronous operation to update the blob's properties.

(Inherited from CloudBlob)
EndSetSequenceNumber(IAsyncResult)

Ends an asynchronous operation to set the page blob's sequence number.

EndSnapshot(IAsyncResult)

Ends an asynchronous operation to create a snapshot of the blob.

(Inherited from CloudBlob)
EndStartCopy(IAsyncResult)

Ends an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
EndStartIncrementalCopy(IAsyncResult)

Ends an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this blob.

EndUndelete(IAsyncResult)

Ends an asynchronous operation to undelete the soft-deleted blob.

(Inherited from CloudBlob)
EndUploadFromByteArray(IAsyncResult)

Ends an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

EndUploadFromFile(IAsyncResult)

Ends an asynchronous operation to upload a file to a page blob.

EndUploadFromStream(IAsyncResult)

Ends an asynchronous operation to upload a stream to a page blob.

EndWritePages(IAsyncResult)

Ends an asynchronous operation to write pages to a page blob.

Exists(BlobRequestOptions, OperationContext)

Checks existence of the blob.

(Inherited from CloudBlob)
ExistsAsync()

Initiates an asynchronous operation to check existence of the blob.

(Inherited from CloudBlob)
ExistsAsync(BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to check existence of the blob.

(Inherited from CloudBlob)
ExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to check existence of the blob.

(Inherited from CloudBlob)
ExistsAsync(Boolean, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to check existence of the blob.

(Inherited from CloudBlob)
ExistsAsync(CancellationToken)

Initiates an asynchronous operation to check existence of the blob.

(Inherited from CloudBlob)
FetchAttributes(AccessCondition, BlobRequestOptions, OperationContext)

Populates a blob's properties and metadata.

(Inherited from CloudBlob)
FetchAttributesAsync()

Initiates an asynchronous operation to populate the blob's properties and metadata.

(Inherited from CloudBlob)
FetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to populate the blob's properties and metadata.

(Inherited from CloudBlob)
FetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to populate the blob's properties and metadata.

(Inherited from CloudBlob)
FetchAttributesAsync(CancellationToken)

Initiates an asynchronous operation to populate the blob's properties and metadata.

(Inherited from CloudBlob)
GetAccountProperties(BlobRequestOptions, OperationContext)

Get properties for the account this blob resides on.

(Inherited from CloudBlob)
GetAccountPropertiesAsync()

Initiates an asynchronous operation to get properties for the account this blob resides on.

(Inherited from CloudBlob)
GetAccountPropertiesAsync(BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to get properties for the account this blob resides on.

(Inherited from CloudBlob)
GetAccountPropertiesAsync(BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get properties for the account this blob resides on.

(Inherited from CloudBlob)
GetAccountPropertiesAsync(CancellationToken)

Initiates an asynchronous operation to get properties for the account this blob resides on.

(Inherited from CloudBlob)
GetPageRanges(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Gets a collection of valid page ranges and their starting and ending bytes.

GetPageRangesAsync()

Initiates an asynchronous operation to return a collection of page ranges and their starting and ending bytes.

GetPageRangesAsync(CancellationToken)

Initiates an asynchronous operation to return a collection of page ranges and their starting and ending bytes.

GetPageRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to return a collection of page ranges and their starting and ending bytes.

GetPageRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to return a collection of page ranges and their starting and ending bytes.

GetPageRangesDiff(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Gets the collection of page ranges that differ between a specified snapshot and this object.

GetPageRangesDiffAsync(DateTimeOffset)

Initiates an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.

GetPageRangesDiffAsync(DateTimeOffset, CancellationToken)

Initiates an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.

GetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.

GetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to return the collection of page ranges that differ between a specified snapshot and this object.

GetSharedAccessSignature(SharedAccessBlobPolicy)

Returns a shared access signature for the blob.

(Inherited from CloudBlob)
GetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders)

Returns a shared access signature for the blob.

(Inherited from CloudBlob)
GetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String)

Returns a shared access signature for the blob.

(Inherited from CloudBlob)
GetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)

Returns a shared access signature for the blob.

(Inherited from CloudBlob)
GetSharedAccessSignature(SharedAccessBlobPolicy, String)

Returns a shared access signature for the blob.

(Inherited from CloudBlob)
GetUserDelegationSharedAccessSignature(UserDelegationKey, SharedAccessBlobPolicy, SharedAccessBlobHeaders, Nullable<SharedAccessProtocol>, IPAddressOrRange)

Returns an user-delegation-based shared access signature for the blob, with credentials solely based on the UserDelegationKey provided.

(Inherited from CloudBlob)
OpenRead(AccessCondition, BlobRequestOptions, OperationContext)

Opens a stream for reading from the blob.

(Inherited from CloudBlob)
OpenReadAsync()

Initiates an asynchronous operation to open a stream for reading from the blob.

(Inherited from CloudBlob)
OpenReadAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to open a stream for reading from the blob.

(Inherited from CloudBlob)
OpenReadAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to open a stream for reading from the blob.

(Inherited from CloudBlob)
OpenReadAsync(CancellationToken)

Initiates an asynchronous operation to open a stream for reading from the blob.

(Inherited from CloudBlob)
OpenWrite(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Opens a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

OpenWriteAsync(Nullable<Int64>)

Initiates an asynchronous operation to open a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

OpenWriteAsync(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to open a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

OpenWriteAsync(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to open a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

OpenWriteAsync(Nullable<Int64>, CancellationToken)

Initiates an asynchronous operation to open a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

OpenWriteAsync(Nullable<Int64>, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to open a stream for writing to the blob. If the blob already exists, then existing data in the blob may be overwritten.

ReleaseLease(AccessCondition, BlobRequestOptions, OperationContext)

Releases the lease on this blob.

(Inherited from CloudBlob)
ReleaseLeaseAsync(AccessCondition)

Initiates an asynchronous operation to release the lease on this blob.

(Inherited from CloudBlob)
ReleaseLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to release the lease on this blob.

(Inherited from CloudBlob)
ReleaseLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to release the lease on this blob.

(Inherited from CloudBlob)
ReleaseLeaseAsync(AccessCondition, CancellationToken)

Initiates an asynchronous operation to release the lease on this blob.

(Inherited from CloudBlob)
RenewLease(AccessCondition, BlobRequestOptions, OperationContext)

Renews a lease on this blob.

(Inherited from CloudBlob)
RenewLeaseAsync(AccessCondition)

Initiates an asynchronous operation to renew a lease on this blob.

(Inherited from CloudBlob)
RenewLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to renew a lease on this blob.

(Inherited from CloudBlob)
RenewLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to renew a lease on this blob.

(Inherited from CloudBlob)
RenewLeaseAsync(AccessCondition, CancellationToken)

Initiates an asynchronous operation to renew a lease on this blob.

(Inherited from CloudBlob)
Resize(Int64, AccessCondition, BlobRequestOptions, OperationContext)

Resizes the page blob to the specified size.

ResizeAsync(Int64)

Initiates an asynchronous operation to resize the page blob to the specified size.

ResizeAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to resize the page blob to the specified size.

ResizeAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to resize the page blob to the specified size.

ResizeAsync(Int64, CancellationToken)

Initiates an asynchronous operation to resize the page blob to the specified size.

RotateEncryptionKey(AccessCondition, BlobRequestOptions, OperationContext)

Rotates the encryption key on this blob. This method rotates only the KEK, not the CEK. For more information, visit https://azure.microsoft.com/en-us/documentation/articles/storage-client-side-encryption/

(Inherited from CloudBlob)
RotateEncryptionKeyAsync()

Initiates an asynchronous operation to rotate the encryption key on this blob. This method rotates only the KEK, not the CEK. For more information, visit https://azure.microsoft.com/en-us/documentation/articles/storage-client-side-encryption/

(Inherited from CloudBlob)
RotateEncryptionKeyAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to rotate the encryption key on this blob. This method rotates only the KEK, not the CEK. For more information, visit https://azure.microsoft.com/en-us/documentation/articles/storage-client-side-encryption/

(Inherited from CloudBlob)
RotateEncryptionKeyAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to rotate the encryption key on this blob. This method rotates only the KEK, not the CEK. For more information, visit https://azure.microsoft.com/en-us/documentation/articles/storage-client-side-encryption/

(Inherited from CloudBlob)
RotateEncryptionKeyAsync(CancellationToken)

Initiates an asynchronous operation to rotate the encryption key on this blob. This method rotates only the KEK, not the CEK. For more information, visit https://azure.microsoft.com/en-us/documentation/articles/storage-client-side-encryption/

(Inherited from CloudBlob)
SetMetadata(AccessCondition, BlobRequestOptions, OperationContext)

Updates the blob's metadata.

(Inherited from CloudBlob)
SetMetadataAsync()

Initiates an asynchronous operation to update the blob's metadata.

(Inherited from CloudBlob)
SetMetadataAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to update the blob's metadata.

(Inherited from CloudBlob)
SetMetadataAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to update the blob's metadata.

(Inherited from CloudBlob)
SetMetadataAsync(CancellationToken)

Initiates an asynchronous operation to update the blob's metadata.

(Inherited from CloudBlob)
SetPremiumBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext)

Sets the tier of the premium blob.

SetPremiumBlobTierAsync(PremiumPageBlobTier)

Initiates an asynchronous operation to set the tier of the premium blob.

SetPremiumBlobTierAsync(PremiumPageBlobTier, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to set the tier of the premium blob.

SetPremiumBlobTierAsync(PremiumPageBlobTier, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to set the premium tier of the blob.

SetPremiumBlobTierAsync(PremiumPageBlobTier, CancellationToken)

Initiates an asynchronous operation to set the tier of the premium blob.

SetProperties(AccessCondition, BlobRequestOptions, OperationContext)

Updates the blob's properties.

(Inherited from CloudBlob)
SetPropertiesAsync()

Initiates an asynchronous operation to update the blob's properties.

(Inherited from CloudBlob)
SetPropertiesAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to update the blob's properties.

(Inherited from CloudBlob)
SetPropertiesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to update the blob's properties.

(Inherited from CloudBlob)
SetPropertiesAsync(CancellationToken)

Initiates an asynchronous operation to update the blob's properties.

(Inherited from CloudBlob)
SetSequenceNumber(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Sets the page blob's sequence number.

SetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>)

Initiates an asynchronous operation to set the page blob's sequence number.

SetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to set the page blob's sequence number.

SetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to set the page blob's sequence number.

SetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>, CancellationToken)

Initiates an asynchronous operation to set the page blob's sequence number.

Snapshot(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext)

Creates a snapshot of the blob.

(Inherited from CloudBlob)
SnapshotAsync()

Initiates an asynchronous operation to create a snapshot of the blob.

(Inherited from CloudBlob)
SnapshotAsync(CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob.

(Inherited from CloudBlob)
SnapshotAsync(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create a snapshot of the blob.

(Inherited from CloudBlob)
SnapshotAsync(IDictionary<String,String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob.

(Inherited from CloudBlob)
StartCopy(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Begins an operation to start copying another page blob's contents, properties, and metadata to this page blob.

StartCopy(CloudPageBlob, Nullable<PremiumPageBlobTier>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Begins an operation to start copying another page blob's contents, properties, and metadata to this page blob.

StartCopy(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Begins an operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
StartCopyAsync(CloudPageBlob)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob.

StartCopyAsync(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob.

StartCopyAsync(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob.

StartCopyAsync(CloudPageBlob, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob.

StartCopyAsync(CloudPageBlob, Nullable<PremiumPageBlobTier>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob.

StartCopyAsync(Uri)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
StartCopyAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
StartCopyAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
StartCopyAsync(Uri, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
StartCopyAsync(Uri, Nullable<PremiumPageBlobTier>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
StartCopyAsync(Uri, Nullable<StandardBlobTier>, Nullable<RehydratePriority>, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

(Inherited from CloudBlob)
StartIncrementalCopy(CloudPageBlob, AccessCondition, BlobRequestOptions, OperationContext)

Begins an operation to start an incremental copy of another page blob's contents, properties, and metadata to this page blob.

StartIncrementalCopy(Uri, AccessCondition, BlobRequestOptions, OperationContext)

Begins an operation to start an incremental copy of another page blob's contents, properties, and metadata to this page blob.

StartIncrementalCopyAsync(CloudPageBlob)

Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.

StartIncrementalCopyAsync(CloudPageBlob, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.

StartIncrementalCopyAsync(CloudPageBlob, CancellationToken)

Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.

StartIncrementalCopyAsync(Uri, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.

Undelete(AccessCondition, BlobRequestOptions, OperationContext)

UnDeletes the blob if it is soft-deleted.

(Inherited from CloudBlob)
UndeleteAsync()

Initiates an asynchronous operation to undelete the soft-deleted blob.

(Inherited from CloudBlob)
UndeleteAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to undelete the soft-deleted blob.

(Inherited from CloudBlob)
UndeleteAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to undelete the soft-deleted blob.

(Inherited from CloudBlob)
UndeleteAsync(CancellationToken)

Initiates an asynchronous operation to delete the blob.

(Inherited from CloudBlob)
UploadFromByteArray(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)

Uploads the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromByteArray(Byte[], Int32, Int32, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Uploads the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromByteArrayAsync(Byte[], Int32, Int32)

Initiates an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromByteArrayAsync(Byte[], Int32, Int32, CancellationToken)

Initiates an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromByteArrayAsync(Byte[], Int32, Int32, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromByteArrayAsync(Byte[], Int32, Int32, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to upload the contents of a byte array to a page blob. If the blob already exists, it will be overwritten.

UploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext)

Uploads a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromFile(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Uploads a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromFileAsync(String)

Initiates an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromFileAsync(String, CancellationToken)

Initiates an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromFileAsync(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromFileAsync(String, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to upload a file to a page blob. If the blob already exists, it will be overwritten.

UploadFromStream(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Uploads a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStream(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)

Uploads a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStream(Stream, Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Uploads a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStream(Stream, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext)

Uploads a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Int64)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Int64, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Int64, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

UploadFromStreamAsync(Stream, Nullable<PremiumPageBlobTier>, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to upload a stream to a page blob. If the blob already exists, it will be overwritten.

WritePages(Stream, Int64, Checksum, AccessCondition, BlobRequestOptions, OperationContext)

Writes pages to a page blob.

WritePages(Uri, Int64, Int64, Int64, Checksum, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Writes pages to a page blob.

WritePagesAsync(Stream, Int64, Checksum)

Initiates an asynchronous operation to write pages to a page blob.

WritePagesAsync(Stream, Int64, Checksum, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to write pages to a page blob.

WritePagesAsync(Stream, Int64, Checksum, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to write pages to a page blob.

WritePagesAsync(Stream, Int64, Checksum, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)

Initiates an asynchronous operation to write pages to a page blob.

WritePagesAsync(Stream, Int64, Checksum, CancellationToken)

Initiates an asynchronous operation to write pages to a page blob.

WritePagesAsync(Uri, Int64, Int64, Int64, Checksum, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to write pages to a page blob.

Applies to