Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

CloudPageBlob Class (Microsoft.WindowsAzure.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)

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

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

Aborts an ongoing blob copy operation. (Inherited from CloudBlob.)

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

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

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

Acquires a lease on this blob. (Inherited from CloudBlob.)

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

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

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

Breaks the current lease on this blob. (Inherited from CloudBlob.)

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

Changes the lease ID 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)

Changes the lease ID 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)

Changes the lease ID on this blob. (Inherited from CloudBlob.)

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

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

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

Clears pages from a page blob.

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

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, use CreateAsync.

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

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

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.

System_CAPS_pubmethodCreateSnapshotAsync()()()()

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

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

Creates a snapshot of the blob.

System_CAPS_pubmethodDeleteAsync()()()()

Deletes the blob. (Inherited from CloudBlob.)

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

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

Deletes the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync()()()()

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

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

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

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

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

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

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

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

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

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

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

Downloads the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(StorageFile)(StorageFile^)(StorageFile)(StorageFile)

(Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(StorageFile, AccessCondition, BlobRequestOptions, OperationContext)(StorageFile^, AccessCondition^, BlobRequestOptions^, OperationContext^)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext)

(Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(StorageFile, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(StorageFile^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Downloads the contents of a blob to a file. (Inherited from CloudBlob.)

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

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

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

Downloads the contents of a blob to a stream. (Inherited from CloudBlob.)

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

(Inherited from Object.)

System_CAPS_pubmethodExistsAsync()()()()

Checks existence of the blob. (Inherited from CloudBlob.)

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

Checks existence of the blob. (Inherited from CloudBlob.)

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

Checks existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync()()()()

Populates a blob's properties and metadata. (Inherited from CloudBlob.)

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

Populates a 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)

Populates a blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetPageRangesAsync()()()()

Gets a collection of valid 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)

Gets a collection of valid 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)

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

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

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

Gets 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()()()()

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

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

Opens a stream for reading from the blob. (Inherited from CloudBlob.)

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

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

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

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)

Opens a stream for writing to the blob.

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

Releases the lease on this blob. (Inherited from CloudBlob.)

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

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

Releases the lease on this blob. (Inherited from CloudBlob.)

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

Renews a lease on this blob. (Inherited from CloudBlob.)

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

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

Renews a lease on this blob. (Inherited from CloudBlob.)

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

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

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

Resizes the page blob to the specified size.

System_CAPS_pubmethodSetMetadataAsync()()()()

Updates the blob's metadata. (Inherited from CloudBlob.)

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

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

Updates the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync()()()()

Updates the blob's properties. (Inherited from CloudBlob.)

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

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

Updates the blob's properties. (Inherited from CloudBlob.)

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

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

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

Sets the page blob's sequence number.

System_CAPS_pubmethodSnapshotAsync()()()()

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

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

Creates a snapshot of the blob. (Inherited from CloudBlob.)

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

Begins an operation to start copying an existing blob's contents, properties, and metadata to a new blob.

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

Begins an operation to start copying a blob's contents, properties, and metadata to a new 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)

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

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

Begins an operation to start copying an existing blob's contents, properties, and metadata to a new 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)

Begins an operation to start copying an existing blob's contents, properties, and metadata to a new 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)

Begins an operation to start copying a blob's contents, properties, and metadata to a new 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)

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

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)

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

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)

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

System_CAPS_pubmethodUploadFromFileAsync(StorageFile)(StorageFile^)(StorageFile)(StorageFile)

System_CAPS_pubmethodUploadFromFileAsync(StorageFile, AccessCondition, BlobRequestOptions, OperationContext)(StorageFile^, AccessCondition^, BlobRequestOptions^, OperationContext^)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext)

System_CAPS_pubmethodUploadFromFileAsync(StorageFile, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(StorageFile^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(StorageFile, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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)

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

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

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

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

Writes pages to a page blob.

Represents a Windows Azure 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