Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a Windows Azure page blob.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..CloudBlob
    Microsoft.WindowsAzure.Storage.Blob.::..CloudPageBlob

Syntax

 
public class CloudPageBlob : CloudBlob, ICloudBlob, IListBlobItem
 
public ref class CloudPageBlob : CloudBlob, ICloudBlob, IListBlobItem
 
type CloudPageBlob = 
    class
        inherit CloudBlob
        interface ICloudBlob
        interface IListBlobItem
    end
 
Public Class CloudPageBlob
	Inherits CloudBlob
	Implements ICloudBlob, IListBlobItem

Properties

NameDescription
System_CAPS_pubpropertyBlobTypeBlobTypeBlobTypeBlobType

Gets the type of the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyContainerContainerContainerContainer

Gets a CloudBlobContainer object representing the blob's container. (Inherited from CloudBlob.)

System_CAPS_pubpropertyCopyStateCopyStateCopyStateCopyState

Gets the state of the most recent or pending copy operation. (Inherited from CloudBlob.)

System_CAPS_pubpropertyIsSnapshotIsSnapshotIsSnapshotIsSnapshot

Gets a value indicating whether this blob is a snapshot. (Inherited from CloudBlob.)

System_CAPS_pubpropertyMetadataMetadataMetadataMetadata

Gets the user-defined metadata for the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyNameNameNameName

Gets the name of the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyParentParentParentParent

Gets the CloudBlobDirectory object representing the virtual parent directory for the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyPropertiesPropertiesPropertiesProperties

Gets the blob's system properties. (Inherited from CloudBlob.)

System_CAPS_pubpropertyServiceClientServiceClientServiceClientServiceClient

Gets the CloudBlobClient object that represents the Blob service. (Inherited from CloudBlob.)

System_CAPS_pubpropertySnapshotQualifiedStorageUriSnapshotQualifiedStorageUriSnapshotQualifiedStorageUriSnapshotQualifiedStorageUri

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.)

System_CAPS_pubpropertySnapshotQualifiedUriSnapshotQualifiedUriSnapshotQualifiedUriSnapshotQualifiedUri

Gets the absolute URI to the blob, including query string information if the blob is a snapshot. (Inherited from CloudBlob.)

System_CAPS_pubpropertySnapshotTimeSnapshotTimeSnapshotTimeSnapshotTime

Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. (Inherited from CloudBlob.)

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the blob's URIs for both the primary and secondary locations. (Inherited from CloudBlob.)

System_CAPS_pubpropertyStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytes

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

System_CAPS_pubpropertyStreamWriteSizeInBytesStreamWriteSizeInBytesStreamWriteSizeInBytesStreamWriteSizeInBytes

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

System_CAPS_pubpropertyUriUriUriUri

Gets the blob's URI for the primary location. (Inherited from CloudBlob.)

Methods

NameDescription
System_CAPS_pubmethodAbortCopyAsync(String)(String^)(String)(String)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAbortCopyAsync(String, AccessCondition, BlobRequestOptions, OperationContext)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, AccessCondition, BlobRequestOptions, OperationContext)(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAbortCopyAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAbortCopyAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String)(Nullable<TimeSpan>, String^)(Nullable<TimeSpan>, String)(Nullable(Of TimeSpan), String)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext)(Nullable<TimeSpan>, String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext)(Nullable(Of TimeSpan), String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable<TimeSpan>, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable(Of TimeSpan), String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String, CancellationToken)(Nullable<TimeSpan>, String^, CancellationToken)(Nullable<TimeSpan>, String, CancellationToken)(Nullable(Of TimeSpan), String, CancellationToken)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAbortCopy(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAbortCopy(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAcquireLease(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<TimeSpan>, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of TimeSpan), String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAcquireLease(Nullable<TimeSpan>, String, AsyncCallback, Object)(Nullable<TimeSpan>, String^, AsyncCallback^, Object^)(Nullable<TimeSpan>, String, AsyncCallback, Object)(Nullable(Of TimeSpan), String, AsyncCallback, Object)

Begins an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginBreakLease(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<TimeSpan>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of TimeSpan), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginBreakLease(Nullable<TimeSpan>, AsyncCallback, Object)(Nullable<TimeSpan>, AsyncCallback^, Object^)(Nullable<TimeSpan>, AsyncCallback, Object)(Nullable(Of TimeSpan), AsyncCallback, Object)

Begins an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginChangeLease(String, AccessCondition, AsyncCallback, Object)(String^, AccessCondition^, AsyncCallback^, Object^)(String, AccessCondition, AsyncCallback, Object)(String, AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginChangeLease(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginClearPages(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Int64, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginClearPages(Int64, Int64, AsyncCallback, Object)(Int64, Int64, AsyncCallback^, Object^)(Int64, Int64, AsyncCallback, Object)(Int64, Int64, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginCreate(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a page blob.

System_CAPS_pubmethodBeginCreate(Int64, AsyncCallback, Object)(Int64, AsyncCallback^, Object^)(Int64, AsyncCallback, Object)(Int64, AsyncCallback, Object)

Begins an asynchronous operation to create a page blob.

System_CAPS_pubmethodBeginCreateSnapshot(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

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

System_CAPS_pubmethodBeginCreateSnapshot(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginDelete(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDelete(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDeleteIfExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDeleteIfExists(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of 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.)

System_CAPS_pubmethodBeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of 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.)

System_CAPS_pubmethodBeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToByteArray(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(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.)

System_CAPS_pubmethodBeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)(array<Byte>^, Int32, AsyncCallback^, Object^)(Byte[], Int32, AsyncCallback, Object)(Byte(), Int32, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToFile(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, FileMode, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToFile(String, FileMode, AsyncCallback, Object)(String^, FileMode, AsyncCallback^, Object^)(String, FileMode, AsyncCallback, Object)(String, FileMode, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToStream(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginExists(BlobRequestOptions, OperationContext, AsyncCallback, Object)(BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(BlobRequestOptions, OperationContext, AsyncCallback, Object)(BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginFetchAttributes(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginFetchAttributes(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginGetPageRanges(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

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

System_CAPS_pubmethodBeginGetPageRanges(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginGetPageRangesDiff(DateTimeOffset, AsyncCallback, Object)(DateTimeOffset, AsyncCallback^, Object^)(DateTimeOffset, AsyncCallback, Object)(DateTimeOffset, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginGetPageRangesDiff(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DateTimeOffset, Nullable(Of Int64), Nullable(Of 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.

System_CAPS_pubmethodBeginOpenRead(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginOpenRead(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginOpenWrite(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginOpenWrite(Nullable<Int64>, AsyncCallback, Object)(Nullable<Int64>, AsyncCallback^, Object^)(Nullable<Int64>, AsyncCallback, Object)(Nullable(Of Int64), AsyncCallback, Object)

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

System_CAPS_pubmethodBeginReleaseLease(AccessCondition, AsyncCallback, Object)(AccessCondition^, AsyncCallback^, Object^)(AccessCondition, AsyncCallback, Object)(AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginReleaseLease(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginRenewLease(AccessCondition, AsyncCallback, Object)(AccessCondition^, AsyncCallback^, Object^)(AccessCondition, AsyncCallback, Object)(AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginRenewLease(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginResize(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginResize(Int64, AsyncCallback, Object)(Int64, AsyncCallback^, Object^)(Int64, AsyncCallback, Object)(Int64, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginSetMetadata(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetMetadata(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetProperties(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetProperties(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetSequenceNumber(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(SequenceNumberAction, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(SequenceNumberAction, Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginSetSequenceNumber(SequenceNumberAction, Nullable<Int64>, AsyncCallback, Object)(SequenceNumberAction, Nullable<Int64>, AsyncCallback^, Object^)(SequenceNumberAction, Nullable<Int64>, AsyncCallback, Object)(SequenceNumberAction, Nullable(Of Int64), AsyncCallback, Object)

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

System_CAPS_pubmethodBeginSnapshot(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSnapshot(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginStartCopy(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudPageBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(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.

System_CAPS_pubmethodBeginStartCopy(CloudPageBlob, AsyncCallback, Object)(CloudPageBlob^, AsyncCallback^, Object^)(CloudPageBlob, AsyncCallback, Object)(CloudPageBlob, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginStartCopy(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(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.)

System_CAPS_pubmethodBeginStartCopy(Uri, AsyncCallback, Object)(Uri^, AsyncCallback^, Object^)(Uri, AsyncCallback, Object)(Uri, AsyncCallback, Object)

Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginUploadFromByteArray(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginUploadFromByteArray(Byte[], Int32, Int32, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AsyncCallback^, Object^)(Byte[], Int32, Int32, AsyncCallback, Object)(Byte(), Int32, Int32, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginUploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(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.

System_CAPS_pubmethodBeginUploadFromFile(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginUploadFromStream(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginUploadFromStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginUploadFromStream(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginUploadFromStream(Stream, Int64, AsyncCallback, Object)(Stream^, Int64, AsyncCallback^, Object^)(Stream, Int64, AsyncCallback, Object)(Stream, Int64, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginWritePages(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginWritePages(Stream, Int64, String, AsyncCallback, Object)(Stream^, Int64, String^, AsyncCallback^, Object^)(Stream, Int64, String, AsyncCallback, Object)(Stream, Int64, String, AsyncCallback, Object)

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

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>)(Nullable<TimeSpan>)(Nullable<TimeSpan>)(Nullable(Of TimeSpan))

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable<TimeSpan>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable(Of TimeSpan), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable<TimeSpan>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable(Of TimeSpan), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>, CancellationToken)(Nullable<TimeSpan>, CancellationToken)(Nullable<TimeSpan>, CancellationToken)(Nullable(Of TimeSpan), CancellationToken)

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition)(String^, AccessCondition^)(String, AccessCondition)(String, AccessCondition)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition, BlobRequestOptions, OperationContext)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, AccessCondition, BlobRequestOptions, OperationContext)(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition, CancellationToken)(String^, AccessCondition^, CancellationToken)(String, AccessCondition, CancellationToken)(String, AccessCondition, CancellationToken)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodClearPagesAsync(Int64, Int64)(Int64, Int64)(Int64, Int64)(Int64, Int64)

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

System_CAPS_pubmethodClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext)(Int64, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^)(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext)(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodClearPagesAsync(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Int64, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Int64, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodClearPagesAsync(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)(Int64, Int64, CancellationToken)

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

System_CAPS_pubmethodCreateAsync(Int64)(Int64)(Int64)(Int64)

Initiates an asynchronous operation to create a page blob.

System_CAPS_pubmethodCreateAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext)(Int64, AccessCondition^, BlobRequestOptions^, OperationContext^)(Int64, AccessCondition, BlobRequestOptions, OperationContext)(Int64, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create a page blob.

System_CAPS_pubmethodCreateAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a page blob.

System_CAPS_pubmethodCreateAsync(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)

Initiates an asynchronous operation to create a page blob.

System_CAPS_pubmethodCreateSnapshotAsync()()()()

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

System_CAPS_pubmethodCreateSnapshotAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

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

System_CAPS_pubmethodCreateSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodCreateSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync()()()()

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync()()()()

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64))

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of 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.)

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>)(Stream^, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable(Of Int64), Nullable(Of Int64))

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32)(array<Byte>^, Int32)(Byte[], Int32)(Byte(), Int32)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext)(array<Byte>^, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^)(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext)(Byte(), Int32, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, CancellationToken)(array<Byte>^, Int32, CancellationToken)(Byte[], Int32, CancellationToken)(Byte(), Int32, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode)(String^, FileMode)(String, FileMode)(String, FileMode)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)(String^, FileMode, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, FileMode, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, CancellationToken)(String^, FileMode, CancellationToken)(String, FileMode, CancellationToken)(String, FileMode, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream)(Stream^)(Stream)(Stream)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndAbortCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndAcquireLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndBreakLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndChangeLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndClearPages(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndCreate(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create a page blob.

System_CAPS_pubmethodEndCreateSnapshot(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndDelete(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDeleteIfExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the result of an asynchronous request to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadRangeToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadRangeToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadToFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the asynchronous result of the request to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndFetchAttributes(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndGetPageRanges(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndGetPageRangesDiff(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndOpenRead(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndOpenWrite(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndReleaseLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndRenewLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndResize(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to resize the page blob.

System_CAPS_pubmethodEndSetMetadata(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndSetProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndSetSequenceNumber(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndSnapshot(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndStartCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndUploadFromByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndUploadFromFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndUploadFromStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEndWritePages(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

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

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodExistsAsync()()()()

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodExistsAsync(BlobRequestOptions, OperationContext)(BlobRequestOptions^, OperationContext^)(BlobRequestOptions, OperationContext)(BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions^, OperationContext^, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync()()()()

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetPageRangesAsync()()()()

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

System_CAPS_pubmethodGetPageRangesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

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

System_CAPS_pubmethodGetPageRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodGetPageRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodGetPageRangesDiffAsync(DateTimeOffset)(DateTimeOffset)(DateTimeOffset)(DateTimeOffset)

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

System_CAPS_pubmethodGetPageRangesDiffAsync(DateTimeOffset, CancellationToken)(DateTimeOffset, CancellationToken)(DateTimeOffset, CancellationToken)(DateTimeOffset, CancellationToken)

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

System_CAPS_pubmethodGetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(DateTimeOffset, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodGetPageRangesDiffAsync(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(DateTimeOffset, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DateTimeOffset, Nullable(Of Int64), Nullable(Of 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.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy)(SharedAccessBlobPolicy^)(SharedAccessBlobPolicy)(SharedAccessBlobPolicy)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders)(SharedAccessBlobPolicy^, SharedAccessBlobHeaders^)(SharedAccessBlobPolicy, SharedAccessBlobHeaders)(SharedAccessBlobPolicy, SharedAccessBlobHeaders)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String)(SharedAccessBlobPolicy^, SharedAccessBlobHeaders^, String^)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessBlobPolicy^, SharedAccessBlobHeaders^, String^, Nullable<SharedAccessProtocol>, IPAddressOrRange^)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, Nullable(Of SharedAccessProtocol), IPAddressOrRange)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, String)(SharedAccessBlobPolicy^, String^)(SharedAccessBlobPolicy, String)(SharedAccessBlobPolicy, String)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodOpenReadAsync()()()()

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenReadAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenReadAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenReadAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>)(Nullable<Int64>)(Nullable<Int64>)(Nullable(Of Int64))

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

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodOpenWriteAsync(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable<Int64>, CancellationToken)(Nullable(Of Int64), CancellationToken)

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

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition)(AccessCondition^)(AccessCondition)(AccessCondition)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition, CancellationToken)(AccessCondition^, CancellationToken)(AccessCondition, CancellationToken)(AccessCondition, CancellationToken)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition)(AccessCondition^)(AccessCondition)(AccessCondition)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition, CancellationToken)(AccessCondition^, CancellationToken)(AccessCondition, CancellationToken)(AccessCondition, CancellationToken)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodResizeAsync(Int64)(Int64)(Int64)(Int64)

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

System_CAPS_pubmethodResizeAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext)(Int64, AccessCondition^, BlobRequestOptions^, OperationContext^)(Int64, AccessCondition, BlobRequestOptions, OperationContext)(Int64, AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodResizeAsync(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodResizeAsync(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)(Int64, CancellationToken)

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

System_CAPS_pubmethodSetMetadataAsync()()()()

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetMetadataAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetMetadataAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetMetadataAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync()()()()

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>)(SequenceNumberAction, Nullable<Int64>)(SequenceNumberAction, Nullable<Int64>)(SequenceNumberAction, Nullable(Of Int64))

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

System_CAPS_pubmethodSetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(SequenceNumberAction, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(SequenceNumberAction, Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodSetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(SequenceNumberAction, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(SequenceNumberAction, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(SequenceNumberAction, Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodSetSequenceNumberAsync(SequenceNumberAction, Nullable<Int64>, CancellationToken)(SequenceNumberAction, Nullable<Int64>, CancellationToken)(SequenceNumberAction, Nullable<Int64>, CancellationToken)(SequenceNumberAction, Nullable(Of Int64), CancellationToken)

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

System_CAPS_pubmethodSnapshotAsync()()()()

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodSnapshotAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodStartCopyAsync(CloudPageBlob)(CloudPageBlob^)(CloudPageBlob)(CloudPageBlob)

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

System_CAPS_pubmethodStartCopyAsync(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(CloudPageBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^)(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodStartCopyAsync(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(CloudPageBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodStartCopyAsync(CloudPageBlob, CancellationToken)(CloudPageBlob^, CancellationToken)(CloudPageBlob, CancellationToken)(CloudPageBlob, CancellationToken)

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

System_CAPS_pubmethodStartCopyAsync(Uri)(Uri^)(Uri)(Uri)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodStartCopyAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(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.)

System_CAPS_pubmethodStartCopyAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(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.)

System_CAPS_pubmethodStartCopyAsync(Uri, CancellationToken)(Uri^, CancellationToken)(Uri, CancellationToken)(Uri, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32)(array<Byte>^, Int32, Int32)(Byte[], Int32, Int32)(Byte(), Int32, Int32)

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

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)(array<Byte>^, Int32, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^)(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)(Byte(), Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, CancellationToken)(array<Byte>^, Int32, Int32, CancellationToken)(Byte[], Int32, Int32, CancellationToken)(Byte(), Int32, Int32, CancellationToken)

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

System_CAPS_pubmethodUploadFromFileAsync(String)(String^)(String)(String)

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

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, AccessCondition, BlobRequestOptions, OperationContext)(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.

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(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.

System_CAPS_pubmethodUploadFromFileAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream)(Stream^)(Stream)(Stream)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream, AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64)(Stream^, Int64)(Stream, Int64)(Stream, Int64)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, CancellationToken)(Stream^, Int64, CancellationToken)(Stream, Int64, CancellationToken)(Stream, Int64, CancellationToken)

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

System_CAPS_pubmethodWritePagesAsync(Stream, Int64, String)(Stream^, Int64, String^)(Stream, Int64, String)(Stream, Int64, String)

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

System_CAPS_pubmethodWritePagesAsync(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, Int64, String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext)(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext)

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

System_CAPS_pubmethodWritePagesAsync(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, Int64, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

System_CAPS_pubmethodWritePagesAsync(Stream, Int64, String, CancellationToken)(Stream^, Int64, String^, CancellationToken)(Stream, Int64, String, CancellationToken)(Stream, Int64, String, CancellationToken)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top