Microsoft.WindowsAzure.Storage
Represents the status of an asynchronous operation and provides support for cancellation.
Cancels the asynchronous operation.
Represents a handler that signs HTTP requests.
Signs the specified HTTP request so it can be authenticated by the Windows Azure storage services.
The HTTP request to sign.
An object for tracking the current operation.
Represents a handler that signs HTTP requests with no authentication information.
Initializes a new instance of the class.
Signs the specified HTTP request with no authentication information.
The HTTP request to sign.
An object for tracking the current operation.
Represents a handler that signs HTTP requests with a shared key.
Initializes a new instance of the class.
A canonicalizer that converts HTTP request data into a standard form appropriate for signing.
A object providing credentials for the request.
The name of the storage account that the HTTP request will access.
Signs the specified HTTP request with a shared key.
The HTTP request to sign.
An object for tracking the current operation.
Represents a handler that signs HTTP requests with a shared key.
Initializes a new instance of the class.
A canonicalizer that converts HTTP request data into a standard form appropriate for signing.
A object providing credentials for the request.
The name of the storage account that the HTTP request will access.
Signs the specified HTTP request with a shared key.
The HTTP request to sign.
An object for tracking the current operation.
Initializes a new instance of the BlobReadStreamBase class.
Blob reference to read from
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
An object for tracking the current operation.
Sets the position within the current stream.
A byte offset relative to the origin parameter.
A value of type SeekOrigin indicating the reference
point used to obtain the new position.
The new position within the current stream.
Seeking in a BlobReadStream disables MD5 validation.
This operation is not supported in BlobReadStreamBase.
Not used.
This operation is not supported in BlobReadStreamBase.
Not used.
Not used.
Not used.
This operation is a no-op in BlobReadStreamBase.
Read as much as we can from the internal buffer
The buffer to read the data into.
The byte offset in buffer at which to begin writing
data read from the stream.
The maximum number of bytes to read.
Number of bytes read from the stream.
Calculates the number of bytes to read from the blob.
Number of bytes to read.
Updates the blob MD5 with newly downloaded content.
The buffer to read the data from.
The byte offset in buffer at which to begin reading data.
The maximum number of bytes to read.
Releases the blob resources used by the Stream.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Gets a value indicating whether the current stream supports reading.
Gets a value indicating whether the current stream supports seeking.
Gets a value indicating whether the current stream supports writing.
Gets or sets the position within the current stream.
Gets the length in bytes of the stream.
The length in bytes of the stream.
Initializes a new instance of the BlobReadStream class.
Blob reference to read from
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
An object for tracking the current operation.
Reads a sequence of bytes from the current stream and advances the
position within the stream by the number of bytes read.
The buffer to read the data into.
The byte offset in buffer at which to begin writing
data read from the stream.
The maximum number of bytes to read.
The total number of bytes read into the buffer. This can be
less than the number of bytes requested if that many bytes are not
currently available, or zero (0) if the end of the stream has been reached.
Begins an asynchronous read operation.
The buffer to read the data into.
The byte offset in buffer at which to begin writing
data read from the stream.
The maximum number of bytes to read.
An optional asynchronous callback, to be called when the read is complete.
A user-provided object that distinguishes this particular asynchronous read request from other requests.
An IAsyncResult that represents the asynchronous read, which could still be pending.
Waits for the pending asynchronous read to complete.
The reference to the pending asynchronous request to finish.
The total number of bytes read into the buffer. This can be
less than the number of bytes requested if that many bytes are not
currently available, or zero (0) if the end of the stream has been reached.
Dispatches an async read operation that either reads from the cache or makes a call to
the server.
The reference to the pending asynchronous request to finish.
The buffer to read the data into.
The byte offset in buffer at which to begin writing
data read from the stream.
The maximum number of bytes to read.
Called when the asynchronous DownloadRangeToStream operation completes.
The result of the asynchronous operation.
Dispatches a sync read operation that either reads from the cache or makes a call to
the server.
The buffer to read the data into.
The byte offset in buffer at which to begin writing
data read from the stream.
The maximum number of bytes to read.
Number of bytes read from the stream.
Represents a stream for writing to a blob.
Clears all buffers for this stream, causes any buffered data to be written to the underlying blob, and commits the blob.
Begins an asynchronous commit operation.
An optional asynchronous callback, to be called when the commit is complete.
A user-provided object that distinguishes this particular asynchronous commit request from other requests.
An ICancellableAsyncResult that represents the asynchronous commit, which could still be pending.
Waits for the pending asynchronous commit to complete.
The reference to the pending asynchronous request to finish.
Begins an asynchronous flush operation.
An optional asynchronous callback, to be called when the flush is complete.
A user-provided object that distinguishes this particular asynchronous flush request from other requests.
An ICancellableAsyncResult that represents the asynchronous flush, which could still be pending.
Waits for the pending asynchronous flush to complete.
The reference to the pending asynchronous request to finish.
Initializes a new instance of the BlobWriteStreamBase class.
The service client.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
An object for tracking the current operation.
Initializes a new instance of the BlobWriteStreamBase class for a block blob.
Blob reference to write to.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
An object for tracking the current operation.
Initializes a new instance of the BlobWriteStreamBase class for a page blob.
Blob reference to write to.
Size of the page blob.
Use true if the page blob is newly created, false otherwise.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
An object for tracking the current operation.
This operation is not supported in BlobWriteStreamBase.
Not used.
Not used.
Not used.
Calculates the new position within the current stream for a Seek operation.
A byte offset relative to the origin parameter.
A value of type SeekOrigin indicating the reference
point used to obtain the new position.
The new position within the current stream.
This operation is not supported in BlobWriteStreamBase.
Not used.
Generates a new block ID to be used for PutBlock.
Base64 encoded block ID
Releases the blob resources used by the Stream.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Gets a value indicating whether the current stream supports reading.
Gets a value indicating whether the current stream supports seeking.
Gets a value indicating whether the current stream supports writing.
Gets the length in bytes of the stream.
Gets or sets the position within the current stream.
Initializes a new instance of the BlobWriteStream class for a block blob.
Blob reference to write to.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
An object for tracking the current operation.
Initializes a new instance of the BlobWriteStream class for a page blob.
Blob reference to write to.
Size of the page blob.
Use true if the page blob is newly created, false otherwise.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
An object for tracking the current operation.
Sets the position within the current stream.
A byte offset relative to the origin parameter.
A value of type SeekOrigin indicating the reference
point used to obtain the new position.
The new position within the current stream.
Writes a sequence of bytes to the current stream and advances the current
position within this stream by the number of bytes written.
An array of bytes. This method copies count bytes from
buffer to the current stream.
The zero-based byte offset in buffer at which to begin
copying bytes to the current stream.
The number of bytes to be written to the current stream.
Begins an asynchronous write operation.
An array of bytes. This method copies count bytes from
buffer to the current stream.
The zero-based byte offset in buffer at which to begin
copying bytes to the current stream.
The number of bytes to be written to the current stream.
An optional asynchronous callback, to be called when the write is complete.
A user-provided object that distinguishes this particular asynchronous write request from other requests.
An IAsyncResult that represents the asynchronous write, which could still be pending.
Waits for the pending asynchronous write to complete.
The reference to the pending asynchronous request to finish.
Clears all buffers for this stream and causes any buffered data to be written to the underlying blob.
Begins an asynchronous flush operation.
An optional asynchronous callback, to be called when the flush is complete.
A user-provided object that distinguishes this particular asynchronous flush request from other requests.
An ICancellableAsyncResult that represents the asynchronous flush, which could still be pending.
Waits for the pending asynchronous flush to complete.
The reference to the pending asynchronous request to finish.
Called when noPendingWritesEvent is signalled indicating that there are no outstanding write requests.
An object containing information to be used by the callback method each time it executes.
true if the WaitHandle timed out; false if it was signaled.
Releases the blob resources used by the Stream.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Clears all buffers for this stream, causes any buffered data to be written to the underlying blob, and commits the blob.
Begins an asynchronous commit operation.
An optional asynchronous callback, to be called when the commit is complete.
A user-provided object that distinguishes this particular asynchronous commit request from other requests.
An ICancellableAsyncResult that represents the asynchronous commit, which could still be pending.
Waits for the pending asynchronous commit to complete.
The reference to the pending asynchronous request to finish.
Called when the pending flush operation completes so that we can continue with the commit.
The result of the asynchronous operation.
Called when the block blob commit operation completes.
The result of the asynchronous operation.
Called when the page blob commit operation completes.
The result of the asynchronous operation.
Dispatches a write operation.
The reference to the pending asynchronous request to finish.
Starts an asynchronous PutBlock operation as soon as the parallel
operation semaphore becomes available.
Data to be uploaded
Block ID
MD5 hash of the data to be uploaded
The reference to the pending asynchronous request to finish.
Called when the asynchronous PutBlock operation completes.
The result of the asynchronous operation.
Starts an asynchronous WritePages operation as soon as the parallel
operation semaphore becomes available.
Data to be uploaded
Offset within the page blob
MD5 hash of the data to be uploaded
The reference to the pending asynchronous request to finish.
Called when the asynchronous WritePages operation completes.
The result of the asynchronous operation.
Provides a client-side logical representation of the Windows Azure Blob service. This client is used to configure and execute requests against the Blob service.
The service client encapsulates the base URI for the Blob service. If the service client will be used for authenticated access,
it also encapsulates the credentials for accessing the storage account.
Provides a client-side logical representation of the Windows Azure Blob service. This client is used to configure and execute requests against the Blob service.
The service client encapsulates the base URI for the Blob service. If the service client will be used for authenticated access, it also encapsulates
the credentials for accessing the storage account.
Constant for the max value of ParallelOperationThreadCount.
Returns an enumerable collection of containers whose names
begin with the specified prefix and that are retrieved lazily.
The container name prefix.
A value that indicates whether to return container metadata with the listing.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
An enumerable collection of containers that are retrieved lazily.
Returns a result segment containing a collection of objects.
A returned by a previous listing operation.
A result segment of containers.
Returns a result segment containing a collection of objects.
The container name prefix.
A returned by a previous listing operation.
A result segment of containers.
Returns a result segment containing a collection of containers whose names begin with the specified prefix.
The container name prefix.
A value that indicates whether to return container metadata with the listing.
A non-negative integer value that indicates the maximum number of results to be returned
in the result segment, up to the per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A result segment of containers.
Returns a result segment containing a collection of containers
whose names begin with the specified prefix.
The container name prefix.
A value that indicates whether to return container metadata with the listing.
A non-negative integer value that indicates the maximum number of results to be returned
in the result segment, up to the per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A result segment of containers.
Begins an asynchronous request to return a result segment containing a collection of containers.
A continuation token returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to return a result segment containing a collection of containers.
The container name prefix.
A continuation token returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to return a result segment containing a collection of containers
whose names begin with the specified prefix.
The container name prefix.
A value that indicates whether to return container metadata with the listing.
A non-negative integer value that indicates the maximum number of results to be returned
in the result segment, up to the per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return a result segment containing a collection of containers.
An that references the pending asynchronous operation.
A result segment of containers.
Returns a task that performs an asynchronous request to return a result segment containing a collection of containers.
A continuation token returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to return a result segment containing a collection of containers.
A continuation token returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to return a result segment containing a collection of containers.
The container name prefix.
A continuation token returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to return a result segment containing a collection of containers.
The container name prefix.
A continuation token returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to return a result segment containing a collection of containers.
The container name prefix.
A value that indicates whether to return container metadata with the listing.
A non-negative integer value that indicates the maximum number of results to be returned
in the result segment, up to the per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to return a result segment containing a collection of containers.
The container name prefix.
A value that indicates whether to return container metadata with the listing.
A non-negative integer value that indicates the maximum number of results to be returned
in the result segment, up to the per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns an enumerable collection of the blobs in the container that are retrieved lazily.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
An enumerable collection of objects that implement and are retrieved lazily.
Returns a result segment containing a collection of blob items
in the container.
The blob name prefix, including the container name.
A returned by a previous listing operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of blob items
in the container.
The blob name prefix, including the container name.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A result segment containing objects that implement .
Begins an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix, including the container name.
A returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix, including the container name.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return a result segment containing a collection of blob items
in the container.
An that references the pending asynchronous operation.
A result segment containing objects that implement .
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix, including the container name.
A returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix.
A returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets a reference to a blob from the service.
The URI of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A reference to the blob.
Begins an asynchronous operation to get a reference to a blob from the service.
The URI of the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to get a reference to a blob from the service.
The URI of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to get a reference to a blob from the service.
An that references the pending asynchronous operation.
A reference to the blob.
Returns a task that gets a reference to a blob from the service.
The URI of the blob.
A object that represents the current operation.
Returns a task that gets a reference to a blob from the service.
The URI of the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a object that gets a reference to a blob from the service.
The URI of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that gets a reference to a blob from the service.
The URI of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Core implementation for the ListContainers method.
The container prefix.
The details included.
The continuation token.
A non-negative integer value that indicates the maximum number of results to be returned
in the result segment, up to the per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A object that specifies additional options for the request.
A that lists the containers.
Implements the FetchAttributes method. The attributes are updated immediately.
The URI of the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that fetches the attributes.
Begins an asynchronous operation to get the properties of the blob service.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to get the properties of the blob service.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to get the properties of the blob service.
The result returned from a prior call to
BeginGetServiceProperties
.
The blob service properties.
Returns a task that performs an asynchronous operation to get the properties of the blob service.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the properties of the blob service.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the properties of the blob service.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the properties of the blob service.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the properties of the blob service.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
The blob service properties.
Begins an asynchronous operation to set the properties of the blob service.
The blob service properties.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to set the properties of the blob service.
The blob service properties.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to set the properties of the blob service.
The result returned from a prior call to
BeginSetServiceProperties .
Returns a task that gets the properties of the blob service.
The blob service properties.
A object that represents the current operation.
Returns a task that gets the properties of the blob service.
The blob service properties.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that gets the properties of the blob service.
The blob service properties.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that gets the properties of the blob service.
The blob service properties.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets the properties of the blob service.
The blob service properties.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
Stores the default delimiter.
Stores the parallelism factor.
Default is 32 MB.
The default server and client timeout interval.
Max execution time across all potential retries.
Initializes a new instance of the class using the specified Blob service endpoint
and anonymous credentials.
The Blob service endpoint to use to create the client.
Initializes a new instance of the class using the specified Blob service endpoint
and account credentials.
The Blob service endpoint to use to create the client.
The account credentials.
Initializes a new instance of the class.
True to use path style Uris.
The Blob service endpoint to use to create the client.
The account credentials.
Returns a reference to the root container for this service client.
A reference to the root container.
Returns a reference to a object with the specified name.
The name of the container, or an absolute URI to the container.
A reference to a container.
Parses the user prefix.
The prefix.
Name of the container.
The listing prefix.
Gets or sets the authentication scheme to use to sign HTTP requests.
Gets the authentication handler used to sign HTTP requests.
The authentication handler.
Gets or sets a buffer manager that implements the interface,
specifying a buffer pool for use with operations against the Blob service client.
Gets the account credentials used to create the Blob service client.
The account credentials.
Gets the base URI for the Blob service client.
The base URI used to construct the Blob service client.
Gets or sets the default retry policy for requests made via the Blob service client.
The retry policy.
Gets or sets the default server and client timeout for requests made via the Blob service client.
The server and client timeout interval.
Gets or sets the maximum execution time across all potential retries.
The maximum execution time across all potential retries.
Gets or sets the default delimiter that may be used to create a virtual directory structure of blobs.
The default delimiter.
Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob.
The maximum size of a blob, in bytes, that may be uploaded as a single blob,
ranging from between 1 and 64 MB inclusive.
Gets or sets the number of blocks that may be simultaneously uploaded when uploading a blob that is greater than
the value specified by the property in size.
The number of parallel operations that may proceed.
Gets a value indicating whether the service client is used with Path style or Host style.
Is true if use path style uris; otherwise, false.
Represents a container in the Windows Azure Blob service.
Containers hold directories, which are encapsulated as objects, and directories hold block blobs and page blobs. Directories can also contain sub-directories.
Represents a container in the Windows Azure Blob service.
Creates the container.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object
is used to track requests to the storage service, and to provide additional runtime information about the operation.
Creates the container and specifies the level of access to the container's data.
An object that specifies whether data in the container may be accessed publicly and what level of access is to be allowed.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object
is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous operation to create a container.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a container.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a container and specify the level of access to the container's data.
An object that specifies whether data in the container may be accessed publicly and what level of access is to be allowed.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to create a container.
An that references the pending asynchronous operation.
Returns a task that creates a container.
A object that represents the current operation.
Returns a task that creates a container.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that creates a container.
An object that specifies whether data in the container may be accessed publicly and what level of access is to be allowed.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that creates a container and specifies the level of access to the container's data.
An object that specifies whether data in the container may be accessed publicly and what level of access is to be allowed.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates the container if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the container did not already exist and was created; otherwise false.
Creates the container if it does not already exist and specifies whether the container or its blobs are publicly accessible.
An object that specifies whether data in the container may be accessed publicly and what level of access is to be allowed.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the container did not already exist and was created; otherwise false.
Begins an asynchronous request to create the container if it does not already exist.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to create the container if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to create the container if it does not already exist.
An object that specifies whether data in the container may be accessed publicly and the level of access.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to create the container if it does not already exist.
An that references the pending asynchronous operation.
true if the container did not already exist and was created; otherwise, false.
Returns a task that creates the container if it does not already exist.
A object that represents the current operation.
Returns a task that creates the container if it does not already exist.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that creates the container if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that creates the container if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that creates the container if it does not already exist.
An object that specifies whether data in the container may be accessed publicly and the level of access.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that creates the container if it does not already exist.
An object that specifies whether data in the container may be accessed publicly and the level of access.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to delete a container.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete a container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete a container.
An that references the pending asynchronous operation.
Returns a task that deletes the container.
A object that represents the current operation.
Returns a task that deletes the container.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that deletes the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that deletes the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the container if it already exists.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the container did not already exist and was created; otherwise false.
Begins an asynchronous request to delete the container if it already exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to delete the container if it already exists.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to delete the container if it already exists.
An that references the pending asynchronous operation.
true if the container did not already exist and was created; otherwise, false.
Returns a task that deletes the container if it already exists.
A object that represents the current operation.
Returns a task that deletes the container if it already exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that deletes the container if it already exists.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that deletes the container if it already exists.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets a reference to a blob in this container.
The name of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A reference to the blob.
Begins an asynchronous operation to get a reference to a blob in this container.
The name of the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to get a reference to a blob in this container.
The name of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to get a reference to a blob in this container.
An that references the pending asynchronous operation.
A reference to the blob.
Returns a task that gets a reference to a blob in this container.
The name of the blob.
A object that represents the current operation.
Returns a task that gets a reference to a blob in this container.
The name of the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that gets a reference to a blob in this container.
The name of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that gets a reference to a blob in this container.
The name of the blob.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns an enumerable collection of the blobs in the container that are retrieved lazily.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
An enumerable collection of objects that implement and are retrieved lazily.
Returns a result segment containing a collection of blob items
in the container.
A continuation token returned by a previous listing operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of blob items
in the container.
The blob name prefix.
A continuation token returned by a previous listing operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of blob items
in the container.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of blob items
in the container.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A result segment containing objects that implement .
Begins an asynchronous operation to return a result segment containing a collection of blob items
in the container.
A continuation token returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix.
A continuation token returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection of blob items
in the container.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return a result segment containing a collection of blob items
in the container.
An that references the pending asynchronous operation.
A result segment containing objects that implement .
Returns a task that returns a result segment containing a collection of blob items
in the container.
A continuation token returned by a previous listing operation.
Returns a task that returns a result segment containing a collection of blob items
in the container.
A continuation token returned by a previous listing operation.
A to observe while waiting for a task to complete.
Returns a task that returns a result segment containing a collection of blob items
in the container.
The blob name prefix.
A continuation token returned by a previous listing operation.
Returns a task that returns a result segment containing a collection of blob items
in the container.
The blob name prefix.
A continuation token returned by a previous listing operation.
A to observe while waiting for a task to complete.
Returns a task that returns a result segment containing a collection of blob items
in the container.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that returns a result segment containing a collection of blob items
in the container.
The blob name prefix.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets permissions for the container.
The permissions to apply to the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous request to set permissions for the container.
The permissions to apply to the container.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to set permissions for the container.
The permissions to apply to the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to set permissions for the container.
An that references the pending asynchronous operation.
Returns a task that sets permissions for the container.
The permissions to apply to the container.
A object that represents the current operation.
Returns a task that sets permissions for the container.
The permissions to apply to the container.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that sets permissions for the container.
The permissions to apply to the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that sets permissions for the container.
The permissions to apply to the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the permissions settings for the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The container's permissions.
Begins an asynchronous request to get the permissions settings for the container.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to get the permissions settings for the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to get the permissions settings for the container.
An that references the pending asynchronous operation.
The container's permissions.
Returns a task that gets the permissions settings for the container.
A object that represents the current operation.
Returns a task that gets the permissions settings for the container.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that gets the permissions settings for the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that gets the permissions settings for the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Checks whether the container exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the container exists.
Begins an asynchronous request to check whether the container exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to check whether the container exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to check whether the container exists.
An that references the pending asynchronous operation.
true if the container exists.
Returns a task that checks whether the container exists.
A object that represents the current operation.
Returns a task that checks whether the container exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that checks whether the container exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that checks whether the container exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Retrieves the container's attributes.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to retrieve the container's attributes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to retrieve the container's attributes.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to retrieve the container's attributes.
An that references the pending asynchronous operation.
Returns a task that retrieves the container's attributes.
A object that represents the current operation.
Returns a task that retrieves the container's attributes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that retrieves the container's attributes.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that retrieves the container's attributes.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets the container's user-defined metadata.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to set user-defined metadata on the container.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to set user-defined metadata on the container.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous request operation to set user-defined metadata on the container.
An that references the pending asynchronous operation.
Returns a task that sets container's user-defined metadata.
A object that represents the current operation.
Returns a task that sets container's user-defined metadata.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that sets container's user-defined metadata.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that sets container's user-defined metadata.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Acquires a lease on this container.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
The ID of the acquired lease.
Begins an asynchronous operation to acquire a lease on this container.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to acquire a lease on this container.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to acquire a lease on this container.
An IAsyncResult that references the pending asynchronous operation.
The ID of the acquired lease.
Returns a task that acquires a lease on this container.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
A object that represents the current operation.
Returns a task that acquires a lease on this container.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that acquires a lease on this container.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that acquires a lease on this container.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Renews a lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
Begins an asynchronous operation to renew a lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to renew a lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to renew a lease on this container.
An IAsyncResult that references the pending asynchronous operation.
Returns a task that renews a lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A object that represents the current operation.
Returns a task that renews a lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that renews a lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that renews a lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Changes the lease ID on this container.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the container, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
The new lease ID.
Begins an asynchronous operation to change the lease on this container.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the container, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to change the lease on this container.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the container, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to change the lease on this container.
An IAsyncResult that references the pending asynchronous operation.
The new lease ID.
Returns a task that changes the lease ID on this container.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the container, including a required lease ID.
A object that represents the current operation.
Returns a task that changes the lease ID on this container.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the container, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that changes the lease ID on this container.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the container, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that changes the lease ID on this container.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the container, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Releases the lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
Begins an asynchronous operation to release the lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to release the lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to release the lease on this container.
An IAsyncResult that references the pending asynchronous operation.
Returns a task that releases the lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A object that represents the current operation.
Returns a task that releases the lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that releases the lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that releases the lease on this container.
An object that represents the access conditions for the container, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Breaks the current lease on this container.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
A representing the amount of time before the lease ends, to the second.
Begins an asynchronous operation to break the current lease on this container.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to break the current lease on this container.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to break the current lease on this container.
An IAsyncResult that references the pending asynchronous operation.
A representing the amount of time before the lease ends, to the second.
Returns a task that breaks the current lease on this container.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
A object that represents the current operation.
Returns a task that breaks the current lease on this container.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that breaks the current lease on this container.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that breaks the current lease on this container.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Generates a RESTCommand for acquiring a lease.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation. This parameter must not be null.
A RESTCommand implementing the acquire lease operation.
Generates a RESTCommand for renewing a lease.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation, including the current lease ID.
This cannot be null.
A RESTCommand implementing the renew lease operation.
Generates a RESTCommand for changing a lease ID.
The proposed new lease ID.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation, including the current lease ID. This cannot be null.
A RESTCommand implementing the change lease ID operation.
Generates a RESTCommand for releasing a lease.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation, including the current lease ID.
This cannot be null.
A RESTCommand implementing the release lease operation.
Generates a RESTCommand for breaking a lease.
The amount of time to allow the lease to remain, rounded down to seconds.
If null, the break period is the remainder of the current lease, or zero for infinite leases.
An object that represents the access conditions for the container. If null, no condition is used.
The options for this operation. Cannot be null.
A RESTCommand implementing the break lease operation.
Implementation for the Create method.
A object that specifies additional options for the request.
An object that specifies whether data in the container may be accessed publicly and the level of access.
A that creates the container.
Implementation for the Delete method.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
A that deletes the container.
Implementation for the FetchAttributes method.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
A that fetches the attributes.
Implementation for the Exists method.
A object that specifies additional options for the request.
A that checks existence.
Implementation for the SetMetadata method.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
A that sets the metadata.
Implementation for the SetPermissions method.
The permissions to set.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
A that sets the permissions.
Implementation for the GetPermissions method.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
A that gets the permissions.
Selects the protocol response.
The protocol item.
The parsed .
Core implementation of the ListBlobs method.
The blob prefix.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A object that specifies additional options for the request.
A continuation token returned by a previous listing operation.
A that lists the blobs.
Retrieve ETag and LastModified date time from response.
The response to parse.
Initializes a new instance of the class.
The absolute URI to the container.
Initializes a new instance of the class.
The absolute URI to the container.
The account credentials.
Initializes a new instance of the class.
The container name.
A client object that specifies the endpoint for the Blob service.
Initializes a new instance of the class.
The properties.
The metadata.
The container name.
The client to be used.
Parse URI for SAS (Shared Access Signature) information.
The complete Uri.
The credentials to use.
Returns the canonical name for shared access.
The canonical name.
Returns a shared access signature for the container.
The access policy for the shared access signature.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Returns a shared access signature for the container.
The access policy for the shared access signature.
A container-level access policy.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Gets a reference to a page blob in this container.
The name of the blob.
A reference to a page blob.
Returns a reference to a page blob in this virtual directory.
The name of the page blob.
The snapshot timestamp, if the blob is a snapshot.
A reference to a page blob.
Gets a reference to a block blob in this container.
The name of the blob.
A reference to a block blob.
Gets a reference to a block blob in this container.
The name of the blob.
The snapshot timestamp, if the blob is a snapshot.
A reference to a block blob.
Gets a reference to a virtual blob directory beneath this container.
The name of the virtual blob directory.
A reference to a virtual blob directory.
Gets the service client for the container.
A client object that specifies the endpoint for the Blob service.
Gets the container's URI.
The absolute URI to the container.
Gets the name of the container.
The container's name.
Gets the container's metadata.
The container's metadata.
Gets the container's system properties.
The container's properties.
Represents a virtual directory of blobs, designated by a delimiter character.
Containers, which are encapsulated as objects, hold directories, and directories hold block blobs and page blobs. Directories can also contain sub-directories.
Represents a virtual directory of blobs on the client which emulates a hierarchical data store by using delimiter characters.
Containers, which are encapsulated as objects, hold directories, and directories hold block blobs and page blobs. Directories can also contain sub-directories.
Represents an item that may be returned by a blob listing operation.
Gets the URI to the blob item.
The blob item's URI.
Gets the blob item's parent virtual directory.
The blob item's parent virtual directory.
Gets the blob item's container.
The blob item's container.
Returns an enumerable collection of the blobs in the virtual directory that are retrieved lazily.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
An enumerable collection of objects that implement and are retrieved lazily.
Returns a result segment containing a collection of blob items
in the virtual directory.
A continuation token returned by a previous listing operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of blob items
in the virtual directory.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A result segment containing objects that implement .
Begins an asynchronous operation to return a result segment containing a collection of blob items
in the virtual directory.
A continuation token returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection of blob items
in the virtual directory.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return a result segment containing a collection of blob items
in the virtual directory.
An that references the pending asynchronous operation.
A result segment containing objects that implement .
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the virtual directory.
A continuation token returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the virtual directory.
A continuation token returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the virtual directory.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of blob items
in the virtual directory.
Specifies whether to list blobs in a flat listing, or whether to list blobs hierarchically, by virtual directory.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A continuation token returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Stores the parent directory.
Stores the prefix this directory represents.
Initializes a new instance of the class given an address and a client.
The blob directory's address.
The container for the virtual directory.
Gets a reference to a page blob in this virtual directory.
The name of the blob.
A reference to a page blob.
Returns a reference to a page blob in this virtual directory.
The name of the page blob.
The snapshot timestamp, if the blob is a snapshot.
A reference to a page blob.
Gets a reference to a block blob in this virtual directory.
The name of the blob.
A reference to a block blob.
Gets a reference to a block blob in this virtual directory.
The name of the blob.
The snapshot timestamp, if the blob is a snapshot.
A reference to a block blob.
Returns a virtual subdirectory within this virtual directory.
The name of the virtual subdirectory.
A object representing the virtual subdirectory.
Initializes the prefix.
Gets the service client for the virtual directory.
A client object that specifies the endpoint for the Windows Azure Blob service.
Gets the URI that identifies the virtual directory.
The URI to the virtual directory.
Gets the container for the virtual directory.
The container for the virtual directory.
Gets the parent directory for the virtual directory.
The virtual directory's parent directory.
Gets the prefix.
The prefix.
Called when the asynchronous operation to commit the blob started by UploadFromStream finishes.
The result of the asynchronous operation.
Implements getting the stream without specifying a range.
The blob.
The attributes.
The destination stream.
The offset.
The length.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A that gets the stream.
Implements the FetchAttributes method. The attributes are updated immediately.
The blob.
The attributes.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A that fetches the attributes.
Implementation for the Exists method.
The blob.
The attributes.
An object that specifies additional options for the request.
A that checks existence.
Implementation for the SetMetadata method.
The blob.
The attributes.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A that sets the metadata.
Implementation for the SetProperties method.
The blob.
The attributes.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A that sets the properties.
Implements the DeleteBlob method.
The blob.
The attributes.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A that deletes the blob.
Generates a for acquiring a lease.
The blob.
The attributes.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A implementing the acquire lease operation.
Generates a for renewing a lease.
The blob.
The attributes.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A implementing the renew lease operation.
accessCondition
Generates a for changing a lease ID.
The blob.
The attributes.
The proposed new lease ID.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A implementing the change lease ID operation.
accessCondition
Generates a for releasing a lease.
The blob.
The attributes.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A implementing the release lease operation.
accessCondition
Generates a for breaking a lease.
The blob.
The attributes.
The amount of time to allow the lease to remain, rounded down to seconds.
If null, the break period is the remainder of the current lease, or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
An object that specifies additional options for the request.
A implementing the break lease operation.
Implementation of the StartCopyFromBlob method. Result is a BlobAttributes object derived from the response headers.
The blob.
The attributes.
The URI of the source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
An object that specifies additional options for the request.
A that starts to copy the blob.
sourceAccessCondition
Implementation of the AbortCopy method. No result is produced.
The blob.
The attributes.
The copy ID of the copy operation to abort.
An object that represents the access conditions for the operation. If null, no condition is used.
An object that specifies additional options for the request.
A that aborts the copy.
Updates this blob with the given attributes at the end of a fetch attributes operation.
The new attributes.
The response.
if set to true, blob's MD5 will not be updated.
Retrieve ETag, LMT, and Sequence-Number from response.
The attributes.
The response to parse.
Converts the source blob of a copy operation to an appropriate access URI, taking Shared Access Signature credentials into account.
The source blob.
A URI addressing the source blob, using SAS if appropriate.
Represents a blob that is uploaded as a set of blocks.
Represents a blob that is uploaded as a set of blocks.
An interface required for Windows Azure blob types. The and classes implement the interface.
An interface required for Windows Azure blob types. The and classes implement the interface.
Opens a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A stream to be used for reading from the blob.
On the object returned by this method, the method must be called exactly once for every call. Failing to end a read process before beginning another read can cause unknown behavior.
Begins an asynchronous operation to open a stream for reading from the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to open a stream for reading from the blob.
An that references the pending asynchronous operation.
A stream to be used for reading from the blob.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a stream to the Windows Azure Blob Service.
The stream providing the blob content. Use a seek-able stream for optimal performance.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Uploads a stream to the Windows Azure Blob Service.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload a stream to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a file to the Windows Azure Blob Service.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload a file to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload the contents of a byte array to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download the contents of a blob to a stream.
The target stream.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a stream.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a file.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The total number of bytes read into the buffer.
Begins an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a byte array.
An that references the pending asynchronous operation.
The total number of bytes read into the buffer.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads a range of bytes from a blob to a stream.
The target stream.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download a range of bytes from a blob to a stream.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The total number of bytes read into the buffer.
Begins an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download a range of bytes from a blob to a byte array.
An that references the pending asynchronous operation.
The total number of bytes read into the buffer.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data range, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Checks existence of the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the blob exists.
Begins an asynchronous request to check existence of the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to check existence of the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to check existence of the blob.
An that references the pending asynchronous operation.
true if the blob exists.
Returns a task that performs an asynchronous request to check existence of the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Populates a blob's properties and metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to populate the blob's properties and metadata.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to populate the blob's properties and metadata.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Updates the blob's metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to update the blob's metadata.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to update the blob's metadata.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Updates the blob's properties.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to update the blob's properties.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to update the blob's properties.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to delete the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete the blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to delete the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the blob did not already exist and was created; otherwise false.
Begins an asynchronous request to delete the blob if it already exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to delete the blob if it already exists.
An that references the pending asynchronous operation.
true if the blob did not already exist and was created; otherwise, false.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Acquires a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
The ID of the acquired lease.
Begins an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds.
A string representing the proposed lease ID for the new lease.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to acquire a lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
The ID of the acquired lease.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds.
A string representing the proposed lease ID for the new lease.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds.
A string representing the proposed lease ID for the new lease.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Renews a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
Begins an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to renew a lease on this blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Changes the lease ID on this blob.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
The new lease ID.
Begins an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to change the lease on this blob.
An that references the pending asynchronous operation.
The new lease ID.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Releases the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
Begins an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to release the lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Breaks the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
A representing the amount of time before the lease ends, to the second.
Begins an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to break the current lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
A representing the amount of time before the lease ends, to the second.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds.
An object that represents the access conditions for the blob.
The options for this operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
An object that represents the access conditions for the source blob.
An object that represents the access conditions for the destination blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The copy ID associated with the copy operation.
Begins an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob.
An object that represents the access conditions for the destination blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
An that references the pending asynchronous operation.
The copy ID associated with the copy operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob.
An object that represents the access conditions for the destination blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob.
An object that represents the access conditions for the destination blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Aborts an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to abort an ongoing blob copy operation.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a shared access signature for the blob.
The access policy for the shared access signature.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Returns a shared access signature for the blob.
The access policy for the shared access signature.
A container-level access policy.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Gets the blob item's name.
The blob item's name.
Gets the object that represents the Blob service.
A client object that specifies the Blob service endpoint.
Gets or sets the number of bytes to buffer when writing to a page blob stream or
the block size for writing to a block blob.
The number of bytes to buffer or the size of a block, in bytes.
Gets or sets the minimum number of bytes to buffer when reading from a blob stream.
The minimum number of bytes to buffer.
Gets the blob's system properties.
The blob's properties.
Gets the user-defined metadata for the blob.
The blob's metadata, as a collection of name-value pairs.
Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.
The blob's snapshot time if the blob is a snapshot; otherwise, null.
If the blob is not a snapshot, the value of this property is null.
Gets a value indicating whether this blob is a snapshot.
true if this blob is a snapshot; otherwise, false.
Gets the snapshot qualified URI to this blob.
The blob's snapshot qualified URI if the blob is a snapshot; otherwise the absolute URI to the blob.
Gets the state of the most recent or pending copy operation.
A object containing the copy state, or null if no copy blob state exists for this blob.
Gets the type of the blob.
The type of the blob.
Opens a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A stream to be used for reading from the blob.
On the object returned by this method, the method must be called exactly once for every call. Failing to end a read process before beginning another read can cause unknown behavior.
Begins an asynchronous operation to open a stream for reading from the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to open a stream for reading from the blob.
An that references the pending asynchronous operation.
A stream to be used for reading from the blob.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Opens a stream for writing to the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A stream to be used for writing to the blob.
Begins an asynchronous operation to open a stream for writing to the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to open a stream for writing to the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to open a stream for writing to the blob.
An that references the pending asynchronous operation.
A stream to be used for writing to the blob.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a stream to a block blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Uploads a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Uploads a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload a stream to a block blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a block blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a file to the Blob service.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Called when the asynchronous UploadFromStream operation completes.
The result of the asynchronous operation.
Ends an asynchronous operation to upload a file to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload the contents of a byte array to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a string of text to a blob.
The text to upload.
An object that indicates the text encoding to use. If null, UTF-8 will be used.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a string of text to a blob.
The text to upload.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a string of text to a blob.
The text to upload.
An object that indicates the text encoding to use. If null, UTF-8 will be used.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload a string of text to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a string of text to a blob.
The text to upload.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a string of text to a blob.
The text to upload.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a string of text to a blob.
The text to upload.
An object that indicates the text encoding to use. If null, UTF-8 will be used.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a string of text to a blob.
The text to upload.
An object that indicates the text encoding to use. If null, UTF-8 will be used.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download the contents of a blob to a stream.
The target stream.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a stream.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Called when the asynchronous DownloadToStream operation completes.
The result of the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a file.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The total number of bytes read into the buffer.
Begins an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a byte array.
An that references the pending asynchronous operation.
The total number of bytes read into the buffer.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the blob's contents as a string.
An object that indicates the text encoding to use.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The contents of the blob, as a string.
Begins an asynchronous operation to download the blob's contents as a string.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the blob's contents as a string.
An object that indicates the text encoding to use.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Called when the asynchronous DownloadToStream operation completes.
The result of the asynchronous operation.
Ends an asynchronous operation to download the blob's contents as a string.
An that references the pending asynchronous operation.
The contents of the blob, as a string.
Returns a task that performs an asynchronous operation to download the blob's contents as a string.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the blob's contents as a string.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the blob's contents as a string.
An object that indicates the text encoding to use.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the blob's contents as a string.
An object that indicates the text encoding to use.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download a range of bytes from a blob to a stream.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The total number of bytes read into the buffer.
Begins an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Called when the asynchronous DownloadRangeToStream operation completes.
The result of the asynchronous operation.
Ends an asynchronous operation to download a range of bytes from a blob to a byte array.
An that references the pending asynchronous operation.
The total number of bytes read into the buffer.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Checks existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the blob exists.
Begins an asynchronous request to check existence of the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to check existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to check existence of the blob.
An that references the pending asynchronous operation.
true if the blob exists.
Returns a task that performs an asynchronous request to check existence of the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Populates a blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to populate the blob's properties and metadata.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to populate the blob's properties and metadata.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Updates the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to update the blob's metadata.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to update the blob's metadata.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Updates the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to update the blob's properties.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to update the blob's properties.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to delete the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete the blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to delete the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the blob did already exist and was deleted; otherwise false.
Begins an asynchronous request to delete the blob if it already exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to delete the blob if it already exists.
An that references the pending asynchronous operation.
true if the blob did already exist and was deleted; otherwise, false.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request, or null.
An object that represents the context for the current operation.
A blob snapshot.
Begins an asynchronous operation to create a snapshot of the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request, or null.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to create a snapshot of the blob.
An that references the pending asynchronous operation.
A blob snapshot.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Acquires a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
The ID of the acquired lease.
Begins an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to acquire a lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
The ID of the acquired lease.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Renews a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
Begins an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to renew a lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Changes the lease ID on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
The new lease ID.
Begins an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to change the lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
The new lease ID.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Releases the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
Begins an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to release the lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Breaks the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
A representing the amount of time before the lease ends, to the second.
Begins an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to break the current lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
A representing the amount of time before the lease ends, to the second.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a single block.
A base64-encoded block ID that identifies the block.
A stream that provides the data for the block.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a single block.
A base64-encoded block ID that identifies the block.
A stream that provides the data for the block.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a single block.
A base64-encoded block ID that identifies the block.
A stream that provides the data for the block.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload a single block.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a single block.
A base64-encoded block ID that identifies the block.
A stream that provides the data for the block.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a single block.
A base64-encoded block ID that identifies the block.
A stream that provides the data for the block.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a single block.
A base64-encoded block ID that identifies the block.
A stream that provides the data for the block.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a single block.
A base64-encoded block ID that identifies the block.
A stream that provides the data for the block.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a list of blocks to a new or existing blob.
An enumerable collection of block IDs, as base64-encoded strings.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a list of blocks to a new or existing blob.
An enumerable collection of block IDs, as base64-encoded strings.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a list of blocks to a new or existing blob.
An enumerable collection of block IDs, as base64-encoded strings.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload a list of blocks to a new or existing blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a list of blocks to a new or existing blob.
An enumerable collection of block IDs, as base64-encoded strings.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a list of blocks to a new or existing blob.
An enumerable collection of block IDs, as base64-encoded strings.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a list of blocks to a new or existing blob.
An enumerable collection of block IDs, as base64-encoded strings.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a list of blocks to a new or existing blob.
An enumerable collection of block IDs, as base64-encoded strings.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns an enumerable collection of the blob's blocks, using the specified block list filter.
One of the enumeration values that indicates whether to return
committed blocks, uncommitted blocks, or both.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
An enumerable collection of objects implementing .
Begins an asynchronous operation to return an enumerable collection of the blob's blocks,
using the specified block list filter.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return an enumerable collection of the blob's blocks,
using the specified block list filter.
One of the enumeration values that indicates whether to return
committed blocks, uncommitted blocks, or both.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return an enumerable collection of the blob's blocks,
using the specified block list filter.
An that references the pending asynchronous operation.
An enumerable collection of objects implementing .
Returns a task that performs an asynchronous operation to return an enumerable collection of the blob's blocks,
using the specified block list filter.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return an enumerable collection of the blob's blocks,
using the specified block list filter.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return an enumerable collection of the blob's blocks,
using the specified block list filter.
One of the enumeration values that indicates whether to return
committed blocks, uncommitted blocks, or both.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return an enumerable collection of the blob's blocks,
using the specified block list filter.
One of the enumeration values that indicates whether to return
committed blocks, uncommitted blocks, or both.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The copy ID associated with the copy operation.
This method fetches the blob's ETag, last modified time, and part of the copy state.
The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.
Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The copy ID associated with the copy operation.
This method fetches the blob's ETag, last modified time, and part of the copy state.
The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.
Begins an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
The source blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
An that references the pending asynchronous operation.
The copy ID associated with the copy operation.
This method fetches the blob's ETag, last modified time, and part of the copy state.
The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Aborts an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to abort an ongoing blob copy operation.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Implementation for the CreateSnapshot method.
A collection of name-value pairs defining the metadata of the snapshot, or null.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that creates the snapshot.
If the metadata parameter is null then no metadata is associated with the request.
Uploads the full blob from a seekable stream.
The content stream. Must be seekable.
Number of bytes to upload from the content stream starting at its current position.
The content MD5.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that gets the stream.
Uploads the block.
The source stream.
The block ID.
The content MD5.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that uploads the block.
Uploads the block list.
The blocks to upload.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that uploads the block list.
Gets the download block list.
The types of blocks.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that gets the download block list.
Default is 4 MB.
Default is 4 MB.
Initializes a new instance of the class using an absolute URI to the blob.
The absolute URI to the blob.
Initializes a new instance of the class using an absolute URI to the blob.
The absolute URI to the blob.
The account credentials.
Initializes a new instance of the class using an absolute URI to the blob.
The absolute URI to the blob.
The snapshot timestamp, if the blob is a snapshot.
The account credentials.
Initializes a new instance of the class using the specified blob name and
the parent container reference.
If snapshotTime is not null, the blob instance represents a Snapshot.
Name of the blob.
Snapshot time in case the blob is a snapshot.
The reference to the parent container.
Initializes a new instance of the class.
The attributes.
The service client.
Stores the that contains this blob.
Stores the blob's parent .
Stores the blob's attributes.
Returns a shared access signature for the blob.
The access policy for the shared access signature.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Returns a shared access signature for the blob.
The access policy for the shared access signature.
A stored access policy.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Gets the canonical name of the blob, formatted as /<account-name>/<container-name>/<blob-name>.
If ignoreSnapshotTime is false and this blob is a snapshot, the canonical name is augmented with a
query of the form ?snapshot=<snapshot-time>.
This is used by both Shared Access and Copy blob operations.
Indicates if the snapshot time is ignored.
The canonical name of the blob.
Parse URI for SAS (Shared Access Signature) and snapshot information.
The complete Uri.
The credentials to use.
Gets the object that represents the Blob service.
A client object that specifies the Blob service endpoint.
Gets or sets the block size for writing to a block blob.
The size of a block, in bytes, ranging from between 16 KB and 4 MB inclusive.
Gets or sets the minimum number of bytes to buffer when reading from a blob stream.
The minimum number of bytes to buffer, being at least 16KB.
Gets the blob's system properties.
The blob's properties.
Gets the user-defined metadata for the blob.
The blob's metadata, as a collection of name-value pairs.
Gets the blob's URI.
The absolute URI to the blob.
Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.
The blob's snapshot time, if the blob is a snapshot. If the blob is not a snapshot, the value of this property is null.
Gets a value indicating whether this blob is a snapshot.
true if this blob is a snapshot; otherwise, false.
Gets the qualified URI to this blob if it is a snapshot.
The qualified URI to the blob if the blob is a snapshot; otherwise, returns the absolute URI to the blob.
Gets the state of the most recent or pending copy operation.
A object containing the copy state, or null if no copy blob state exists for this blob.
Gets the type of the blob.
The type of the blob.
Gets the blob's name.
The blob's name.
Gets a object representing the blob's container.
The blob's container.
Gets the object representing the
virtual parent directory for the blob.
The blob's virtual parent directory.
Represents a Windows Azure page blob.
Represents a Windows Azure page blob.
Opens a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A stream to be used for reading from the blob.
On the object returned by this method, the method must be called exactly once for every call. Failing to end a read process before beginning another read can cause unknown behavior.
Begins an asynchronous operation to open a stream for reading from the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to open a stream for reading from the blob.
An that references the pending asynchronous operation.
A stream to be used for reading from the blob.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for reading from the blob.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Opens a stream for writing to the blob.
The size of the page blob, in bytes. The size must be a multiple of 512. If null, the page blob must already exist.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A stream to be used for writing to the blob.
Begins an asynchronous operation to open a stream for writing to the blob.
The size of the page blob, in bytes. The size must be a multiple of 512. If null, the page blob must already exist.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to open a stream for writing to the blob.
The size of the page blob, in bytes. The size must be a multiple of 512. If null, the page blob must already exist.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to open a stream for writing to the blob.
An that references the pending asynchronous operation.
A stream to be used for writing to the blob.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
The size of the page blob, in bytes. The size must be a multiple of 512. If null, the page blob must already exist.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
The size of the page blob, in bytes. The size must be a multiple of 512. If null, the page blob must already exist.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
The size of the page blob, in bytes. The size must be a multiple of 512. If null, the page blob must already exist.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to open a stream for writing to the blob.
The size of the page blob, in bytes. The size must be a multiple of 512. If null, the page blob must already exist.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download the contents of a blob to a stream.
The target stream.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a stream.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a stream.
The target stream.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Called when the asynchronous DownloadToStream operation completes.
The result of the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a file.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a file.
The target file.
A constant that determines how to open or create the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The total number of bytes read into the buffer.
Begins an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download the contents of a blob to a byte array.
An that references the pending asynchronous operation.
The total number of bytes read into the buffer.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download the contents of a blob to a byte array.
The target byte array.
The starting offset in the byte array.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to download a range of bytes from a blob to a stream.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a stream.
The target stream.
The offset at which to begin downloading the blob, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Downloads a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The total number of bytes read into the buffer.
Begins an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Called when the asynchronous DownloadRangeToStream operation completes.
The result of the asynchronous operation.
Ends an asynchronous operation to download a range of bytes from a blob to a byte array.
An that references the pending asynchronous operation.
The total number of bytes read into the buffer.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to download a range of bytes from a blob to a byte array.
The target byte array.
The starting offset in the byte array.
The starting offset of the data range, in bytes.
The length of the data to download from the blob, in bytes.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a stream to a page blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Uploads a stream to a page blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Uploads a stream to a page blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
Specifies the number of bytes from the Stream source to upload from the start position.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
Specifies the number of bytes from the Stream source to upload from the start position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
Specifies the number of bytes from the Stream source to upload from the start position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload a stream to a page blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a stream to a page blob.
The stream providing the blob content.
The number of bytes to write from the source stream at its current position.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads a file to the Windows Azure Blob Service.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
An object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Called when the asynchronous UploadFromStream operation completes.
The result of the asynchronous operation.
Ends an asynchronous operation to upload a file to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload a file to a blob.
The file providing the blob content.
A constant that determines how to open the file.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Uploads the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to upload the contents of a byte array to a blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to upload the contents of a byte array to a blob.
An array of bytes.
The zero-based byte offset in buffer at which to begin uploading bytes to the blob.
The number of bytes to be written to the blob.
An object that represents the access conditions for the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates a page blob.
The maximum size of the page blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to create a page blob.
The maximum size of the page blob, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a page blob.
The maximum size of the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to create a page blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to create a page blob.
The maximum size of the blob, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a page blob.
The maximum size of the blob, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a page blob.
The maximum size of the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a page blob.
The maximum size of the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Resizes the page blob to the specified size.
The size of the page blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to resize the page blob to the specified size.
The size of the page blob, in bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to resize the page blob to the specified size.
The size of the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to resize the page blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to resize the page blob to the specified size.
The size of the blob, in bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to resize the page blob to the specified size.
The size of the blob, in bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to resize the page blob to the specified size.
The size of the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to resize the page blob to the specified size.
The size of the blob, in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets the page blob's sequence number.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if is equal to .
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to set the page blob's sequence number.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if is equal to .
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to set the page blob's sequence number.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if is equal to .
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to set the page blob's sequence number.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to set the page blob's sequence number.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if is equal to .
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the page blob's sequence number.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if is equal to .
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the page blob's sequence number.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if is equal to .
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the page blob's sequence number.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if is equal to .
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Checks existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the blob exists.
Begins an asynchronous request to check existence of the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to check existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to check existence of the blob.
An that references the pending asynchronous operation.
true if the blob exists.
Returns a task that performs an asynchronous request to check existence of the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the blob.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Populates a blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to populate the blob's properties and metadata.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to populate the blob's properties and metadata.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to populate the blob's properties and metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets a collection of valid page ranges and their starting and ending bytes.
The starting offset of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
The length of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
An enumerable collection of page ranges.
Begins an asynchronous operation to return a collection of valid page ranges and their starting and ending bytes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a collection of valid page ranges and their starting and ending bytes.
The starting offset of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
The length of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return a collection of valid page ranges and their starting and ending bytes.
An that references the pending asynchronous operation.
An enumerable collection of page ranges.
Returns a task that performs an asynchronous operation to return a collection of page ranges and their starting and ending bytes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a collection of page ranges and their starting and ending bytes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a collection of page ranges and their starting and ending bytes.
The starting offset of the data range, in bytes. Must be a multiple of 512.
The length of the data range, in bytes. Must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a collection of page ranges and their starting and ending bytes.
The starting offset of the data range, in bytes. Must be a multiple of 512.
The length of the data range, in bytes. Must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Updates the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to update the blob's metadata.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to update the blob's metadata.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's metadata.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Updates the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to update the blob's properties.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to update the blob's properties.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the blob's properties.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to delete the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete the blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to delete the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the blob.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
true if the blob did already exist and was deleted; otherwise false.
Begins an asynchronous request to delete the blob if it already exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to delete the blob if it already exists.
An that references the pending asynchronous operation.
true if the blob did already exist and was deleted; otherwise, false.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the blob if it already exists.
Whether to only delete the blob, to delete the blob and all snapshots, or to only delete the snapshots.
An object that represents the access conditions for the container. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request, or null.
An object that represents the context for the current operation.
A blob snapshot.
Begins an asynchronous operation to create a snapshot of the blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request, or null.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to create a snapshot of the blob.
An that references the pending asynchronous operation.
A blob snapshot.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a snapshot of the blob.
A collection of name-value pairs defining the metadata of the snapshot.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Acquires a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
The ID of the acquired lease.
Begins an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to acquire a lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
The ID of the acquired lease.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to acquire a lease on this blob.
A representing the span of time for which to acquire the lease,
which will be rounded down to seconds. If null, an infinite lease will be acquired. If not null, this must be
greater than zero.
A string representing the proposed lease ID for the new lease, or null if no lease ID is proposed.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Renews a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
Begins an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to renew a lease on this blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to renew a lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Changes the lease ID on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
The new lease ID.
Begins an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to change the lease on this blob.
An that references the pending asynchronous operation.
The new lease ID.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to change the lease on this blob.
A string representing the proposed lease ID for the new lease. This cannot be null.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Releases the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
Begins an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to release the lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to release the lease on this blob.
An object that represents the access conditions for the blob, including a required lease ID.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Breaks the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
A representing the amount of time before the lease ends, to the second.
Begins an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
The options for this operation. If null, default options will be used.
An object that represents the context for the current operation.
An optional callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to break the current lease on this blob.
An IAsyncResult that references the pending asynchronous operation.
A representing the amount of time before the lease ends, to the second.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to break the current lease on this blob.
A representing the amount of time to allow the lease to remain,
which will be rounded down to seconds. If null, the break period is the remainder of the current lease,
or zero for infinite leases.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Writes pages to a page blob.
A stream providing the page data.
The offset at which to begin writing, in bytes. The offset must be a multiple of 512.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to write pages to a page blob.
A stream providing the page data.
The offset at which to begin writing, in bytes. The offset must be a multiple of 512.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to write pages to a page blob.
A stream providing the page data.
The offset at which to begin writing, in bytes. The offset must be a multiple of 512.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to write pages to a page blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to write pages to a page blob.
A stream providing the page data.
The offset at which to begin writing, in bytes. The offset must be a multiple of 512.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to write pages to a page blob.
A stream providing the page data.
The offset at which to begin writing, in bytes. The offset must be a multiple of 512.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to write pages to a page blob.
A stream providing the page data.
The offset at which to begin writing, in bytes. The offset must be a multiple of 512.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to write pages to a page blob.
A stream providing the page data.
The offset at which to begin writing, in bytes. The offset must be a multiple of 512.
An optional hash value that will be used to set the property
on the blob. May be null or an empty string.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Clears pages from a page blob.
The offset at which to begin clearing pages, in bytes. The offset must be a multiple of 512.
The length of the data range to be cleared, in bytes. The length must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to clear pages from a page blob.
The offset at which to begin clearing pages, in bytes. The offset must be a multiple of 512.
The length of the data range to be cleared, in bytes. The length must be a multiple of 512.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to clear pages from a page blob.
The offset at which to begin clearing pages, in bytes. The offset must be a multiple of 512.
The length of the data range to be cleared, in bytes. The length must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to clear pages from a page blob.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to clear pages from a page blob.
The offset at which to begin clearing pages, in bytes. The offset must be a multiple of 512.
The length of the data range to be cleared, in bytes. The length must be a multiple of 512.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to clear pages from a page blob.
The offset at which to begin clearing pages, in bytes. The offset must be a multiple of 512.
The length of the data range to be cleared, in bytes. The length must be a multiple of 512.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to clear pages from a page blob.
The offset at which to begin clearing pages, in bytes. The offset must be a multiple of 512.
The length of the data range to be cleared, in bytes. The length must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to clear pages from a page blob.
The offset at which to begin clearing pages, in bytes. The offset must be a multiple of 512.
The length of the data range to be cleared, in bytes. The length must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The copy ID associated with the copy operation.
This method fetches the blob's ETag, last modified time, and part of the copy state.
The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.
Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The copy ID associated with the copy operation.
This method fetches the blob's ETag, last modified time, and part of the copy state.
The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.
Begins an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
The URI of a source blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
The source blob.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to request that the service start to copy a blob's contents, properties, and metadata to a new blob.
An that references the pending asynchronous operation.
The copy ID associated with the copy operation.
This method fetches the blob's ETag, last modified time, and part of the copy state.
The copy ID and copy status fields are fetched, and the rest of the copy state is cleared.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The URI of a source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to request that the service start to copy another blob's contents, properties, and metadata
to the blob referenced by this object.
The source blob.
An object that represents the access conditions for the source blob. If null, no condition is used.
An object that represents the access conditions for the destination blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Aborts an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to abort an ongoing blob copy operation.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to abort an ongoing blob copy operation.
A string identifying the copy operation.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Implements the Create method.
The size in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that creates the blob.
Implementation for the Resize method.
The size in bytes.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that sets the metadata.
Implementation for the SetSequenceNumber method.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if this operation is an increment action.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that sets the sequence number.
Implementation for the CreateSnapshot method.
A collection of name-value pairs defining the metadata of the snapshot, or null.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that creates the snapshot.
If the metadata parameter is null then no metadata is associated with the request.
Gets the page ranges impl.
The starting offset of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
The length of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A for getting the page ranges.
Implementation method for the WritePage methods.
The page data.
The start offset.
The content MD5.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that writes the pages.
Implementation method for the ClearPage methods.
The start offset. Must be multiples of 512.
Length of the data range to be cleared. Must be multiples of 512.
An object that represents the access conditions for the blob. If null, no condition is used.
A object that specifies additional options for the request.
A that writes the pages.
Default is 4 MB.
Default is 4 MB.
Initializes a new instance of the class using an absolute URI to the blob.
The absolute URI to the blob.
Initializes a new instance of the class using an absolute URI to the blob.
The absolute URI to the blob.
The account credentials.
Initializes a new instance of the class using an absolute URI to the blob.
The absolute URI to the blob.
The snapshot timestamp, if the blob is a snapshot.
The account credentials.
Initializes a new instance of the class using the specified blob name and
the parent container reference.
If snapshotTime is not null, the blob instance represents a Snapshot.
Name of the blob.
Snapshot time in case the blob is a snapshot.
The reference to the parent container.
Initializes a new instance of the class.
The attributes.
The service client.
Stores the that contains this blob.
Stores the blob's parent .
Stores the blob's attributes.
Returns a shared access signature for the blob.
The access policy for the shared access signature.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Returns a shared access signature for the blob.
The access policy for the shared access signature.
A stored access policy.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Gets the canonical name of the blob, formatted as /<account-name>/<container-name>/<blob-name>.
If ignoreSnapshotTime is false and this blob is a snapshot, the canonical name is augmented with a
query of the form ?snapshot=<snapshot-time>.
This is used by both Shared Access and Copy blob operations.
Indicates if the snapshot time is ignored.
The canonical name of the blob.
Parse URI for SAS (Shared Access Signature) and snapshot information.
The complete Uri.
The credentials to use.
Gets the object that represents the Blob service.
A client object that specifies the Blob service endpoint.
Gets or sets the number of bytes to buffer when writing to a page blob stream.
The number of bytes to buffer, ranging from between 512 bytes and 4 MB inclusive.
Gets or sets the minimum number of bytes to buffer when reading from a blob stream.
The minimum number of bytes to buffer, being at least 16KB.
Gets the blob's system properties.
The blob's properties.
Gets the user-defined metadata for the blob.
The blob's metadata, as a collection of name-value pairs.
Gets the blob's URI.
The absolute URI to the blob.
Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.
The blob's snapshot time, if the blob is a snapshot. If the blob is not a snapshot, the value of this property is null.
Gets a value indicating whether this blob is a snapshot.
true if this blob is a snapshot; otherwise, false.
Gets the qualified URI to this blob if it is a snapshot.
The qualified URI to the blob if the blob is a snapshot; otherwise, returns the absolute URI to the blob.
Gets the state of the most recent or pending copy operation.
A object containing the copy state, or null if no copy blob state exists for this blob.
Gets the type of the blob.
The type of the blob.
Gets the blob's name.
The blob's name.
Gets a object representing the blob's container.
The blob's container.
Gets the object representing the
virtual parent directory for the blob.
The blob's virtual parent directory.
Provides a set of methods for parsing a response containing blob data from the Blob service.
Gets the request ID from the response.
The web response.
A unique value associated with the request.
Gets the blob's properties from the response.
The web response.
The blob's properties.
Extracts the lease status from a web response.
The web response.
A enumeration from the web response.
If the appropriate header is not present, a status of is returned.
The header contains an unrecognized value.
Extracts the lease state from a web response.
The web response.
A enumeration from the web response.
If the appropriate header is not present, a status of is returned.
The header contains an unrecognized value.
Extracts the lease duration from a web response.
The web response.
A enumeration from the web response.
If the appropriate header is not present, a status of is returned.
The header contains an unrecognized value.
Extracts the lease ID header from a web response.
The web response.
The lease ID.
Extracts the remaining lease time from a web response.
The web response.
The remaining lease time, in seconds.
Gets the user-defined metadata.
The response from server.
A of the metadata.
Extracts a object from the headers of a web response.
The HTTP web response.
A object, or null if the web response does not contain a copy status.
Gets the snapshot timestamp from the response.
The web response.
The snapshot timestamp.
Reads service properties from a stream.
The stream from which to read the service properties.
The service properties stored in the stream.
Gets a from a string.
The lease status string.
A enumeration.
If a null or empty string is supplied, a status of is returned.
The string contains an unrecognized value.
Gets a from a string.
The lease state string.
A enumeration.
If a null or empty string is supplied, a status of is returned.
The string contains an unrecognized value.
Gets a from a string.
The lease duration string.
A enumeration.
If a null or empty string is supplied, a status of is returned.
The string contains an unrecognized value.
Builds a object from the given strings containing formatted copy information.
The copy status, as a string.
The copy ID.
The source URI of the copy, as a string.
A string formatted as progressBytes/TotalBytes.
The copy completion time, as a string, or null.
The copy status description, if any.
A object populated from the given strings.
A factory class for constructing a web request to manage blobs in the Blob service.
Creates a web request to get the properties of the Blob service.
The absolute URI to the Blob service.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval, in seconds.
An object for tracking the current operation.
A web request to get the Blob service properties.
Creates a web request to set the properties of the Blob service.
The absolute URI to the Blob service.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval, in seconds.
An object for tracking the current operation.
A web request to set the Blob service properties.
Writes Blob service properties to a stream, formatted in XML.
The service properties to format and write to the stream.
The stream to which the formatted properties are to be written.
Constructs a web request to create a new block blob or page blob, or to update the content
of an existing block blob.
The absolute URI to the blob.
The server timeout interval.
The properties to set for the blob.
The type of the blob.
For a page blob, the size of the blob. This parameter is ignored
for block blobs.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Adds the snapshot.
An object of type that contains additional parameters to add to the URI query string.
The snapshot version, if the blob is a snapshot.
Constructs a web request to return the list of valid page ranges for a page blob.
The absolute URI to the blob.
The server timeout interval.
The snapshot timestamp, if the blob is a snapshot.
The starting offset of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
The length of the data range over which to list page ranges, in bytes. Must be a multiple of 512.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Adds the Range Header for Blob Service Operations.
Request
Starting byte of the range
Number of bytes in the range
Constructs a web request to return the blob's system properties.
The absolute URI to the blob.
The server timeout interval.
The snapshot timestamp, if the blob is a snapshot.
The access condition to apply to the request.
An object for tracking the current operation.
A web request for performing the operation.
Constructs a web request to set system properties for a blob.
The absolute URI to the blob.
The server timeout interval.
The blob's properties.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to resize a page blob.
The absolute URI to the blob.
The server timeout interval.
The new blob size, if the blob is a page blob. Set this parameter to null to keep the existing blob size.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to set a page blob's sequence number.
The absolute URI to the blob.
The server timeout interval.
A value of type , indicating the operation to perform on the sequence number.
The sequence number. Set this parameter to null if this operation is an increment action.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to return the user-defined metadata for the blob.
The absolute URI to the blob.
The server timeout interval.
The snapshot timestamp, if the blob is a snapshot.
The access condition to apply to the request.
An object for tracking the current operation.
A web request for performing the operation.
Constructs a web request to set user-defined metadata for the blob.
The absolute URI to the blob.
The server timeout interval.
The access condition to apply to the request.
An object for tracking the current operation.
A web request for performing the operation.
Adds user-defined metadata to the request as one or more name-value pairs.
The web request.
The user-defined metadata.
Adds user-defined metadata to the request as a single name-value pair.
The web request.
The metadata name.
The metadata value.
Constructs a web request to delete a blob.
The absolute URI to the blob.
The server timeout interval.
The snapshot timestamp, if the blob is a snapshot.
A set of options indicating whether to delete only blobs, only snapshots, or both.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to create a snapshot of a blob.
The absolute URI to the blob.
The server timeout interval.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to use to acquire, renew, change, release or break the lease for the blob.
The absolute URI to the blob.
The server timeout interval, in seconds.
The lease action to perform.
A lease ID to propose for the result of an acquire or change operation,
or null if no ID is proposed for an acquire operation. This should be null for renew, release, and break operations.
The lease duration, in seconds, for acquire operations.
If this is -1 then an infinite duration is specified. This should be null for renew, change, release, and break operations.
The amount of time to wait, in seconds, after a break operation before the lease is broken.
If this is null then the default time is used. This should be null for acquire, renew, change, and release operations.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Adds a proposed lease id to a request.
The request.
The proposed lease id.
Adds a lease duration to a request.
The request.
The lease duration.
Adds a lease break period to a request.
The request.
The lease break period.
Adds a lease action to a request.
The request.
The lease action.
Constructs a web request to write a block to a block blob.
The absolute URI to the blob.
The server timeout interval.
The block ID for this block.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to create or update a blob by committing a block list.
The absolute URI to the blob.
The server timeout interval.
The properties to set for the blob.
The access condition to apply to the request.
An object for tracking the current operation.
A web request for performing the operation.
Constructs a web request to return the list of blocks for a block blob.
The absolute URI to the blob.
The server timeout interval.
The snapshot timestamp, if the blob is a snapshot.
The types of blocks to include in the list: committed, uncommitted, or both.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to write or clear a range of pages in a page blob.
The absolute URI to the blob.
The server timeout interval.
The page range, defined by an object of type .
A value of type , indicating the operation to perform on the page blob.
The to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to copy a blob.
The absolute URI to the destination blob.
The server timeout interval.
The absolute URI to the source blob, including any necessary authentication parameters.
The access condition to apply to the source blob.
The access condition to apply to the destination blob.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to abort a copy operation.
The absolute URI to the blob.
The server timeout interval.
The ID string of the copy operation to be aborted.
The access condition to apply to the request. Only lease conditions are supported for this operation.
An object for tracking the current operation.
A web request for performing the operation.
Constructs a web request to get the blob's content, properties, and metadata.
The absolute URI to the blob.
The server timeout interval.
The snapshot version, if the blob is a snapshot.
The access condition to apply to the request.
An object for tracking the current operation.
A web request for performing the operation.
Constructs a web request to return a specified range of the blob's content, together with its properties and metadata.
The absolute URI to the blob.
The server timeout interval, in seconds.
The snapshot version, if the blob is a snapshot.
The byte offset at which to begin returning content.
The number of bytes to return, or null to return all bytes through the end of the blob.
If set to true, request an MD5 header for the specified range.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Provides a set of methods for parsing container responses from the Blob service.
Gets the request ID from the response.
The web response.
A unique value associated with the request.
Gets the container's properties from the response.
The web response.
The container's attributes.
Gets the user-defined metadata.
The response from server.
A of the metadata.
Gets the ACL for the container from the response.
The web response.
A value indicating the public access level for the container.
Reads the share access policies from a stream in XML.
The stream of XML policies.
The permissions object to which the policies are to be written.
Converts the ACL string to a object.
The string to convert.
The resulting object.
A factory class for constructing a web request to manage containers in the Blob service.
Constructs a web request to create a new container.
The absolute URI to the container.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to create a new container.
The absolute URI to the container.
The server timeout interval.
An object for tracking the current operation.
An object that specifies whether data in the container may be accessed publicly and the level of access.
A web request to use to perform the operation.
Constructs a web request to delete the container and all of the blobs within it.
The absolute URI to the container.
The server timeout interval.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to return the user-defined metadata for this container.
The absolute URI to the container.
The server timeout interval.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to return the properties and user-defined metadata for this container.
The absolute URI to the container.
The server timeout interval.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to set user-defined metadata for the container.
The absolute URI to the container.
The server timeout interval.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to use to acquire, renew, change, release or break the lease for the container.
The absolute URI to the container.
The server timeout interval, in seconds.
The lease action to perform.
A lease ID to propose for the result of an acquire or change operation,
or null if no ID is proposed for an acquire operation. This should be null for renew, release, and break operations.
The lease duration, in seconds, for acquire operations.
If this is -1 then an infinite duration is specified. This should be null for renew, change, release, and break operations.
The amount of time to wait, in seconds, after a break operation before the lease is broken.
If this is null then the default time is used. This should be null for acquire, renew, change, and release operations.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Adds user-defined metadata to the request as one or more name-value pairs.
The web request.
The user-defined metadata.
Adds user-defined metadata to the request as a single name-value pair.
The web request.
The metadata name.
The metadata value.
Constructs a web request to return a listing of all containers in this storage account.
The absolute URI for the account.
The server timeout interval.
A set of parameters for the listing operation.
Additional details to return with the listing.
An object for tracking the current operation.
A web request for the specified operation.
Constructs a web request to return the ACL for a container.
The absolute URI to the container.
The server timeout interval.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to set the ACL for a container.
The absolute URI to the container.
The server timeout interval.
The type of public access to allow for the container.
The access condition to apply to the request.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to return a listing of all blobs in the container.
The absolute URI to the container.
The server timeout interval.
A set of parameters for the listing operation.
An object for tracking the current operation.
A web request to use to perform the operation.
Gets the container Uri query builder.
A for the container.
This class represents a queue in the Windows Azure Queue service.
This class represents a queue in the Windows Azure Queue service.
Creates the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous operation to create a queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to create a queue.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to create a queue.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates the queue if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
true if the queue did not already exist and was created; otherwise false.
Begins an asynchronous request to create the queue if it does not already exist.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to create the queue if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to create the queue if it does not already exist.
An that references the pending asynchronous operation.
true if the queue did not already exist and was created; otherwise, false.
Returns a task that performs an asynchronous request to create the queue if it does not already exist.
A object that represents the current operation.
Returns a task that performs an asynchronous request to create the queue if it does not already exist.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to create the queue if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to create the queue if it does not already exist.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the queue if it already exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
true if the queue did not already exist and was created; otherwise false.
Begins an asynchronous request to delete the queue if it already exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to delete the queue if it already exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to delete the queue if it already exists.
An that references the pending asynchronous operation.
true if the queue did not already exist and was created; otherwise, false.
Returns a task that performs an asynchronous request to delete the queue if it already exists.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the queue if it already exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the queue if it already exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to delete the queue if it already exists.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous operation to delete a queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete a queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete a queue.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to delete a queue.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets permissions for the queue.
The permissions to apply to the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous request to set permissions for the queue.
The permissions to apply to the queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to set permissions for the queue.
The permissions to apply to the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the result of an asynchronous request to set permissions for the queue.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous request to set permissions for the queue.
The permissions to apply to the queue.
A object that represents the current operation.
Returns a task that performs an asynchronous request to set permissions for the queue.
The permissions to apply to the queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to set permissions for the queue.
The permissions to apply to the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to set permissions for the queue.
The permissions to apply to the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the permissions settings for the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The queue's permissions.
Begins an asynchronous request to get the permissions settings for the queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to get the permissions settings for the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to get the permissions settings for the queue.
An that references the pending asynchronous operation.
The queue's permissions.
Returns a task that performs an asynchronous request to get the permissions settings for the queue.
A object that represents the current operation.
Returns a task that performs an asynchronous request to get the permissions settings for the queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to get the permissions settings for the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to get the permissions settings for the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Checks existence of the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
true if the queue exists.
Begins an asynchronous request to check existence of the queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to check existence of the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to check existence of the queue.
An that references the pending asynchronous operation.
true if the queue exists.
Returns a task that performs an asynchronous request to check existence of the queue.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to check existence of the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets the queue's user-defined metadata.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous operation to set user-defined metadata on the queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to set user-defined metadata on the queue.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous request operation to set user-defined metadata on the queue.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to set user-defined metadata on the queue.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set user-defined metadata on the queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set user-defined metadata on the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set user-defined metadata on the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Fetches the queue's attributes.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous operation to fetch the queue's attributes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to fetch the queue's attributes.
A object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to fetch a queue's attributes.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to fetch the queue's attributes.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to fetch the queue's attributes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to fetch the queue's attributes.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to fetch the queue's attributes.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Adds a message to the queue.
The message to add.
The maximum time to allow the message to be in the queue, or null.
The length of time from now during which the message will be invisible.
If null then the message will be visible immediately.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to add a message to the queue.
The message to add.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to add a message to the queue.
The message to add.
The maximum time to allow the message to be in the queue, or null.
The length of time from now during which the message will be invisible.
If null then the message will be visible immediately.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to add a message to the queue.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to add a message to the queue.
The message to add.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to add a message to the queue.
The message to add.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to add a message to the queue.
The message to add.
The maximum time to allow the message to be in the queue, or null.
The length of time from now during which the message will be invisible.
If null then the message will be visible immediately.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to add a message to the queue.
The message to add.
The maximum time to allow the message to be in the queue, or null.
The length of time from now during which the message will be invisible.
If null then the message will be visible immediately.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Updates the visibility timeout and optionally the content of a message.
The message to update.
The visibility timeout interval.
Flags of values that specifies which parts of the message are to be updated.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
Begins an asynchronous operation to update the visibility timeout and optionally the content of a message.
The message to update.
The visibility timeout interval.
An EnumSet of values that specifies which parts of the message are to be updated.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to update the visibility timeout and optionally the content of a message.
The message to update.
The visibility timeout interval.
An EnumSet of values that specifies which parts of the message are to be updated.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to add a message to the queue.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to update the visibility timeout and optionally the content of a message.
The message to update.
The visibility timeout interval.
An EnumSet of values that specifies which parts of the message are to be updated.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the visibility timeout and optionally the content of a message.
The message to update.
The visibility timeout interval.
An EnumSet of values that specifies which parts of the message are to be updated.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the visibility timeout and optionally the content of a message.
The message to update.
The visibility timeout interval.
An EnumSet of values that specifies which parts of the message are to be updated.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to update the visibility timeout and optionally the content of a message.
The message to update.
The visibility timeout interval.
An EnumSet of values that specifies which parts of the message are to be updated.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes a message.
A message.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Deletes the specified message from the queue.
The message ID.
The pop receipt value.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous operation to delete a message.
A message.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete a message.
A message.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete a message.
The message ID.
The pop receipt value.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete a message.
The message ID.
The pop receipt value.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete a message.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to delete a message.
A message.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a message.
A message.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a message.
A message.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a message.
A message.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a message.
The message ID.
The pop receipt value.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a message.
The message ID.
The pop receipt value.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a message.
The message ID.
The pop receipt value.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a message.
The message ID.
The pop receipt value.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the specified number of messages from the queue using the specified request options and
operation context. This operation marks the retrieved messages as invisible in the queue for the default
visibility timeout period.
The number of messages to retrieve.
The visibility timeout interval.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
An enumerable collection of messages.
Begins an asynchronous operation to get messages from the queue.
The number of messages to retrieve.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to get the specified number of messages from the queue using the
specified request options and operation context. This operation marks the retrieved messages as invisible in the
queue for the default visibility timeout period.
The number of messages to retrieve.
The visibility timeout interval.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to get messages from the queue.
An that references the pending asynchronous operation.
An enumerable collection of messages.
Returns a task that performs an asynchronous operation to get messages from the queue.
The number of messages to retrieve.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get messages from the queue.
The number of messages to retrieve.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the specified number of messages from the queue using the
specified request options and operation context. This operation marks the retrieved messages as invisible in the
queue for the default visibility timeout period.
The number of messages to retrieve.
The visibility timeout interval.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the specified number of messages from the queue using the
specified request options and operation context. This operation marks the retrieved messages as invisible in the
queue for the default visibility timeout period.
The number of messages to retrieve.
The visibility timeout interval.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets a message from the queue using the default request options. This operation marks the retrieved message as invisible in the queue for the default visibility timeout period.
The visibility timeout interval.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
A message.
Begins an asynchronous operation to get a single message from the queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to get a single message from the queue, and specifies how long the message should be
reserved before it becomes visible, and therefore available for deletion.
The visibility timeout interval.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to get a single message from the queue.
An that references the pending asynchronous operation.
A message.
Returns a task that performs an asynchronous operation to get a single message from the queue.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get a single message from the queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get a single message from the queue, and specifies how long the message should be
reserved before it becomes visible, and therefore available for deletion.
The visibility timeout interval.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get a single message from the queue, and specifies how long the message should be
reserved before it becomes visible, and therefore available for deletion.
The visibility timeout interval.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Peeks a message from the queue, using the specified request options and operation context. A peek request retrieves a message from the queue without changing its visibility.
The number of messages to peek.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
An enumerable collection of messages.
Begins an asynchronous operation to peek messages from the queue.
The number of messages to peek.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to peek messages from the queue.
The number of messages to peek.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to peek messages from the queue.
An that references the pending asynchronous operation.
An enumerable collection of messages.
Returns a task that performs an asynchronous operation to peek messages from the queue.
The number of messages to peek.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to peek messages from the queue.
The number of messages to peek.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to peek messages from the queue.
The number of messages to peek.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to peek messages from the queue.
The number of messages to peek.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Peeks a single message from the queue. A peek request retrieves a message from the queue without changing its visibility.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
A message.
Begins an asynchronous operation to get a single message from the queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to peek a single message from the queue.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to peek a single message from the queue.
An that references the pending asynchronous operation.
A message.
Returns a task that performs an asynchronous operation to get a single message from the queue.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get a single message from the queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get a single message from the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get a single message from the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Clears all messages from the queue.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
Begins an asynchronous operation to clear all messages from the queue.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to clear all messages from the queue.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests to the storage service, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to clear all messages from the queue.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to clear all messages from the queue.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to clear all messages from the queue.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to clear all messages from the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to clear all messages from the queue.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Ends an asynchronous operation to clear all messages from the queue.
An that references the pending asynchronous operation.
Implementation for the ClearMessages method.
A object that specifies additional options for the request.
A that gets the permissions.
Implementation for the Create method.
A object that specifies additional options for the request.
A that creates the queue.
Implementation for the Delete method.
A object that specifies additional options for the request.
A that deletes the queue.
Implementation for the FetchAttributes method.
A object that specifies additional options for the request.
A that fetches the attributes.
Implementation for the Exists method.
A object that specifies additional options for the request.
A that checks existence.
Implementation for the SetMetadata method.
A object that specifies additional options for the request.
A that sets the metadata.
Implementation for the SetPermissions method.
The permissions to set.
A object that specifies additional options for the request.
A that sets the permissions.
Implementation for the GetPermissions method.
A object that specifies additional options for the request.
A that gets the permissions.
Implementation for the AddMessageImpl method.
A queue message.
A value indicating the message time-to-live.
The visibility delay for the message.
A object that specifies additional options for the request.
A that sets the permissions.
Implementation for the UpdateMessage method.
A queue message.
The visibility timeout for the message.
Indicates whether to update the visibility delay, message contents, or both.
A object that specifies additional options for the request.
A that sets the permissions.
Implementation for the DeleteMessage method.
The message ID.
The pop receipt value.
A object that specifies additional options for the request.
A that deletes the queue.
Implementation for the GetPermissions method.
The number of messages to retrieve.
The visibility timeout interval.
A object that specifies additional options for the request.
A that gets the permissions.
Implementation for the PeekMessages method.
The number of messages to retrieve.
A object that specifies additional options for the request.
A that gets the permissions.
Gets the ApproximateMessageCount and metadata from response.
The web response.
Update the message pop receipt and next visible time.
The Cloud Queue Message.
The web response.
Initializes a new instance of the class.
The absolute URI to the queue.
Initializes a new instance of the class.
The absolute URI to the queue.
The account credentials.
Initializes a new instance of the class.
The queue name.
A client object that specifies the endpoint for the queue service.
Uri for the messages.
Gets the Uri for general message operations.
Gets the individual message address.
The message id.
The URI of the message.
Parse URI for SAS (Shared Access Signature) information.
The complete Uri.
The credentials to use.
Returns the canonical name for shared access.
The canonical name.
Selects the get message response.
The protocol message.
The parsed message.
Selects the peek message response.
The protocol message.
The parsed message.
Returns a shared access signature for the queue.
The access policy for the shared access signature.
A queue-level access policy.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Gets the service client for the queue.
A client object that specifies the endpoint for the queue service.
Gets the queue's URI.
The absolute URI to the queue.
Gets the name of the queue.
The queue's name.
Gets the approximate message count for the queue.
The approximate message count.
Gets or sets a value indicating whether to apply base64 encoding when adding or retrieving messages.
True to encode messages; otherwise, false. The default value is true.
Gets the queue's metadata.
The queue's metadata.
Provides a client-side logical representation of the Windows Azure Queue service. This client is used to configure and execute requests against the Queue service.
The service client encapsulates the base URI for the Queue service. If the service client will be used for authenticated access, it also encapsulates the credentials for accessing the storage account.
Provides a client-side logical representation of the Windows Azure Queue service. This client is used to configure and execute requests against the Queue service.
The service client encapsulates the base URI for the Queue service. If the service client will be used for authenticated access, it also encapsulates the credentials for accessing the storage account.
Returns an enumerable collection of the queues in the storage account whose names begin with the specified prefix and that are retrieved lazily.
The queue name prefix.
An enumeration value that indicates which details to include in the listing.
An object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
An enumerable collection of objects that implement and are retrieved lazily.
Returns a result segment containing a collection of queues in the storage account.
A continuation token returned by a previous listing operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of queues in the storage account.
The queue name prefix.
A continuation token returned by a previous listing operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of queues in the storage account.
The queue name prefix.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
An object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
A result segment containing objects that implement .
Returns a result segment containing a collection of queues in the storage account.
The queue name prefix.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
An object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
A result segment.
Begins an asynchronous operation to return a result segment containing a collection of queue items.
A returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection of queue items.
The queue name prefix.
A returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection of queue items.
The queue name prefix.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
An object that specifies additional options for the request.
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return a result segment containing a collection of queue items.
An that references the pending asynchronous operation.
A queue result segment.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of queue items.
A returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of queue items.
A returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of queue items.
The queue name prefix.
A returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of queue items.
The queue name prefix.
A returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of queue items.
The queue name prefix.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection of queue items.
The queue name prefix.
A enumeration describing which items to include in the listing.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Core implementation of the ListQueues method.
The queue name prefix.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A enumeration describing which items to include in the listing.
An object that specifies additional options for the request.
The continuation token.
A that lists the queues.
Begins an asynchronous operation to get the properties of the queue service.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to get the properties of the queue service.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to get the properties of the queue service.
The result returned from a prior call to .
A object containing the queue service properties.
Returns a task that performs an asynchronous operation to get the properties of the queue service.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the properties of the queue service.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the properties of the queue service.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the properties of the queue service.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the properties of the queue service.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
The queue service properties.
Begins an asynchronous operation to set the properties of the queue service.
The queue service properties.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to set the properties of the queue service.
The queue service properties.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to set the properties of the queue service.
The result returned from a prior call to .
Returns a task that performs an asynchronous operation to set the properties of the queue service.
The queue service properties.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the properties of the queue service.
The queue service properties.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the properties of the queue service.
The queue service properties.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the properties of the queue service.
The queue service properties.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets the properties of the queue service.
The queue service properties.
A object that specifies additional options for the request. Specifying null will use the default request options from the associated service client ().
An object that represents the context for the current operation. This object is used to track requests, and to provide additional runtime information about the operation.
The default server and client timeout interval.
Max execution time across all potential retries.
Initializes a new instance of the class using the specified queue service endpoint
and anonymous credentials.
The queue service endpoint to use to create the client.
Initializes a new instance of the class using the specified queue service endpoint
and account credentials.
The queue service endpoint to use to create the client.
The account credentials.
Initializes a new instance of the class.
True to use path style Uris.
The queue service endpoint to use to create the client.
The account credentials.
Returns a reference to a object with the specified name.
The name of the queue, or an absolute URI to the queue.
A reference to a queue.
Gets or sets the authentication scheme to use to sign HTTP requests.
Gets the authentication handler used to sign HTTP requests.
The authentication handler.
Gets or sets a buffer manager that implements the interface,
specifying a buffer pool for use with operations against the Queue service client.
Gets the account credentials used to create the queue service client.
The account credentials.
Gets the base URI for the Queue service client.
The base URI used to construct the Queue service client.
Gets or sets the default retry policy for requests made via the Queue service client.
The retry policy.
Gets or sets the default server and client timeout for requests made via the Queue service client.
The server and client timeout interval.
Gets or sets the maximum execution time across all potential retries.
The maximum execution time across all potential retries.
Gets a value indicating whether the service client is used with Path style or Host style.
Is true if use path style uris; otherwise, false.
Represents a message in the Windows Azure Queue service.
Represents a message in the Windows Azure Queue service.
The maximum message size in bytes.
The maximum number of messages that can be peeked at a time.
Initializes a new instance of the class with the given byte array.
The content of the message as a byte array.
Sets the content of this message.
The new message content.
The maximum amount of time a message is kept in the queue.
Custom UTF8Encoder to throw exception in case of invalid bytes.
Initializes a new instance of the class with the given byte array.
Initializes a new instance of the class with the given string.
The content of the message as a string of text.
Initializes a new instance of the class with the given message ID and pop receipt.
The message ID.
The pop receipt token.
Initializes a new instance of the class with the given Base64 encoded string.
This method is only used internally.
The text string.
Whether the string is Base64 encoded.
Gets the content of the message for transfer (internal use only).
Indicates if the message should be encoded.
The message content as a string.
Sets the content of this message.
The new message content.
Gets the maximum message size in bytes.
The maximum message size in bytes.
Gets the maximum amount of time a message is kept in the queue.
The maximum amount of time a message is kept in the queue.
Gets the maximum number of messages that can be peeked at a time.
The maximum number of messages that can be peeked at a time.
Gets the content of the message as a byte array.
The content of the message as a byte array.
Gets the message ID.
The message ID.
Gets the message's pop receipt.
The pop receipt value.
Gets the time that the message was added to the queue.
The time that the message was added to the queue.
Gets the time that the message expires.
The time that the message expires.
Gets the time that the message will next be visible.
The time that the message will next be visible.
Gets the content of the message, as a string.
The message content.
Gets the number of times this message has been dequeued.
The number of times this message has been dequeued.
Gets message type that indicates if the RawString is the original message string or Base64 encoding of the original binary data.
Gets or sets the original message string or Base64 encoding of the original binary data.
The original message string.
Provides a set of methods for parsing a response containing queue data from the Queue service.
Gets the request ID from the response.
The web response.
A unique value associated with the request.
Gets the approximate message count for the queue.
The web response.
The approximate count for the queue.
Gets the user-defined metadata.
The response from server.
An object of type containing the metadata.
Extracts the pop receipt from a web response header.
The web response.
The pop receipt stored in the header of the response.
Extracts the next visibility time from a web response header.
The web response.
The time of next visibility stored in the header of the response.
Reads service properties from a stream.
The stream from which to read the service properties.
The service properties stored in the stream.
Reads the share access policies from a stream in XML.
The stream of XML policies.
The permissions object to which the policies are to be written.
A factory class for constructing a web request to manage queues in the Queue service.
Creates a web request to get the properties of the Queue service.
The absolute URI to the Queue service.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval, in seconds.
An object for tracking the current operation.
A web request to get the Queue service properties.
Creates a web request to set the properties of the Queue service.
The absolute URI to the Queue service.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval, in seconds.
An object for tracking the current operation.
A web request to set the Queue service properties.
Writes Queue service properties to a stream, formatted in XML.
The service properties to format and write to the stream.
The stream to which the formatted properties are to be written.
Constructs a web request to create a new queue.
The absolute URI to the queue.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to delete the queue and all of the messages within it.
The absolute URI to the queue.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to clear all messages in the queue.
The absolute URI to the queue.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to return the user-defined metadata for this queue.
The absolute URI to the queue.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Generates a web request to set user-defined metadata for the queue.
The absolute URI to the queue.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Adds user-defined metadata to the request as one or more name-value pairs.
The web request.
The user-defined metadata.
Adds user-defined metadata to the request as a single name-value pair.
The web request.
The metadata name.
The metadata value.
Constructs a web request to return a listing of all queues in this storage account.
The absolute URI for the account.
The server timeout interval.
A set of parameters for the listing operation.
Additional details to return with the listing.
An object for tracking the current operation.
A web request for the specified operation.
Constructs a web request to return the ACL for a queue.
The absolute URI to the queue.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to set the ACL for a queue.
The absolute URI to the queue.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to add a message for a queue.
The absolute URI to the queue.
The server timeout interval.
The message time-to-live, in seconds.
The visibility timeout, in seconds.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to update a message.
The absolute URI to the message to update.
The server timeout interval, in seconds.
The pop receipt of the message.
The length of time from now during which the message will be invisible, in seconds.
An object for tracking the current operation.
A web request for the update operation.
Constructs a web request to update a message.
The absolute URI to the message to update.
The server timeout interval, in seconds.
The pop receipt of the message.
An object for tracking the current operation.
A web request for the update operation.
Constructs a web request to get messages for a queue.
The absolute URI to the queue.
The server timeout interval.
The number of messages.
The visibility timeout.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to peeks messages for a queue.
The absolute URI to the queue.
The server timeout interval.
The number of messages.
An object for tracking the current operation.
A web request to use to perform the operation.
Represents a Windows Azure table.
Represents a Windows Azure table.
Executes the operation on a table, using the specified and .
A object that represents the operation to perform.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A containing the result of executing the operation on the table.
Begins an asynchronous table operation.
A object that represents the operation to perform.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous table operation using the specified and .
A object that represents the operation to perform.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous table operation.
An that references the pending asynchronous operation.
A containing the result executing the operation on the table.
Returns a task that performs an asynchronous table operation using the specified and .
A object that represents the operation to perform.
A object that represents the current operation.
Returns a task that performs an asynchronous table operation using the specified and .
A object that represents the operation to perform.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous table operation using the specified and .
A object that represents the operation to perform.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous table operation using the specified and .
A object that represents the operation to perform.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Executes a batch operation on a table as an atomic operation, using the specified and .
The object representing the operations to execute on the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
An enumerable collection of objects that contains the results, in order, of each operation in the on the table.
Begins an asynchronous operation to execute a batch of operations on a table.
The object representing the operations to execute on the table.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to execute a batch of operations on a table, using the specified and .
The object representing the operations to execute on the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous batch of operations on a table.
An that references the pending asynchronous operation.
A enumerable collection of type that contains the results, in order, of each operation in the on the table.
Returns a task that performs an asynchronous operation to execute a batch of operations on a table, using the specified and .
The object representing the operations to execute on the table.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a batch of operations on a table, using the specified and .
The object representing the operations to execute on the table.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a batch of operations on a table, using the specified and .
The object representing the operations to execute on the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a batch of operations on a table, using the specified and .
The object representing the operations to execute on the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Executes a query on a table, using the specified and .
A representing the query to execute.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
An enumerable collection of objects, representing table entities returned by the query.
Executes a query in segmented mode with the specified continuation token, , and .
A representing the query to execute.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A object containing the results of executing the query.
Begins an asynchronous segmented query operation using the specified continuation token.
A representing the query to execute.
A object representing a continuation token from the server when the operation returns a partial result.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to query a table in segmented mode using the specified continuation token, , and .
A representing the query to execute.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous segmented query operation.
An that references the pending asynchronous operation.
A object containing the results of executing the query.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token, , and .
A representing the query to execute.
A object representing a continuation token from the server when the operation returns a partial result.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token, , and .
A representing the query to execute.
A object representing a continuation token from the server when the operation returns a partial result.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token, , and .
A representing the query to execute.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token, , and .
A representing the query to execute.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Executes a query on a table, using the specified and , applying the to the result.
A representing the query to execute.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
An enumerable collection, containing the projection into type TResult, of the results of executing the query.
Executes a query in segmented mode with the specified continuation token, , and .
A representing the query to execute.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A object containing the results of executing the query.
Begins an asynchronous segmented query operation using the specified continuation token.
A representing the query to execute.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
A factory method that creates a query that can be modified using LINQ. The query may be subsequently executed using one of the execution methods available for ,
such as , , or .
The entity type of the query.
A object, specialized for type TElement, that may subsequently be executed.
The namespace includes extension methods for the object,
including , , and . To use these methods, include a using
statement that references the namespace.
Executes a query on a table, using the specified and .
The entity type of the query.
A TableQuery instance specifying the table to query and the query parameters to use, specialized for a type T implementing TableEntity.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
An enumerable collection, specialized for type TElement, of the results of executing the query.
Queries a table in segmented mode using the specified continuation token, , and .
The entity type of the query.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A , specialized for type TElement, containing the results of executing the query.
Begins an asynchronous operation to query a table in segmented mode, using the specified continuation token.
The entity type of the query.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
A object representing a continuation token from the server when the operation returns a partial result.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to query a table in segmented mode using the specified continuation token and .
The entity type of the query.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous segmented table query operation.
The type of the results to be returned. Can be the entity type specified in the Begin or the result type of the resolver
An that references the pending asynchronous operation.
A containing the results of executing the query.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token and .
The entity type of the query.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
A object representing a continuation token from the server when the operation returns a partial result.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token and .
The entity type of the query.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
A object representing a continuation token from the server when the operation returns a partial result.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token and .
The entity type of the query.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to query a table in segmented mode using the specified continuation token and .
The entity type of the query.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Executes a query, using the specified and , applying the to the result.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
An enumerable collection, containing the projection into type TResult, of the results of executing the query.
Executes a query in segmented mode with the specified continuation token, using the specified and , applying the to the results.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A containing the projection into type TResult of the results of executing the query.
Begins an asynchronous operation to query a table in segmented mode, using the specified and continuation token.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous segmented table query operation.
The entity type of the query.
The type into which the will project the query results.
An that references the pending asynchronous operation.
A containing the projection into type TResult of the results of executing the query.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query in segmented mode with the specified continuation token, , and , applies the to the results.
The entity type of the query.
The type into which the will project the query results.
A instance specifying the table to query and the query parameters to use, specialized for a type TElement.
An instance which creates a projection of the table query result entities into the specified type TResult.
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
Begins an asynchronous operation to create a table.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to create a table.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to create a table.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a table.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates the table if it does not already exist.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
true if table was created; otherwise, false.
Begins an asynchronous operation to create a table if it does not already exist.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to create a table if it does not already exist.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to determine whether a table exists.
An that references the pending asynchronous operation.
true if table exists; otherwise, false.
Returns a task that performs an asynchronous operation to create a table if it does not already exist.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a table if it does not already exist.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a table if it does not already exist.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to create a table if it does not already exist.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
Begins an asynchronous operation to delete a table.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete a table.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous operation to delete a table.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a table.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete a table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Deletes the table if it exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
true if the table was deleted; otherwise, false.
Begins an asynchronous operation to delete the table if it exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to delete the table if it exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to delete the table if it exists.
An that references the pending asynchronous operation.
true if the table was deleted; otherwise, false.
Returns a task that performs an asynchronous operation to delete the table if it exists.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the table if it exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the table if it exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to delete the table if it exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Checks whether the table exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
true if table exists; otherwise, false.
Begins an asynchronous operation to determine whether a table exists.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to determine whether a table exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to determine whether a table exists.
An that references the pending asynchronous operation.
true if table exists; otherwise, false.
Returns a task that performs an asynchronous operation to determine whether a table exists.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to determine whether a table exists.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to determine whether a table exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to determine whether a table exists.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the permissions settings for the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The table's permissions.
Begins an asynchronous request to get the permissions settings for the table.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to get the permissions settings for the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to get the permissions settings for the table.
An that references the pending asynchronous operation.
The table's permissions.
Returns a task that performs an asynchronous request to get the permissions settings for the table.
A object that represents the current operation.
Returns a task that performs an asynchronous request to get the permissions settings for the table.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to get the permissions settings for the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to get the permissions settings for the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets the permissions settings for the table.
A object that represents the permissions to set.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
Begins an asynchronous request to set permissions for the table.
The permissions to apply to the table.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous request to set permissions for the table.
The permissions to apply to the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Returns the asynchronous result of the request to get the permissions settings for the table.
An that references the pending asynchronous operation.
Returns a task that performs an asynchronous request to set permissions for the table.
The permissions to apply to the table.
A object that represents the current operation.
Returns a task that performs an asynchronous request to set permissions for the table.
The permissions to apply to the table.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous request to set permissions for the table.
The permissions to apply to the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous request to set permissions for the table.
The permissions to apply to the table.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Initializes a new instance of the class.
The absolute URI to the table.
Initializes a new instance of the class.
The absolute URI to the table.
The account credentials.
Initializes a new instance of the class.
The table name.
The client.
Returns a shared access signature for the table.
The access policy for the shared access signature.
An access policy identifier.
The start partition key, or null.
The start row key, or null.
The end partition key, or null.
The end row key, or null.
A shared access signature, as a URI query string.
The query string returned includes the leading question mark.
Thrown if the current credentials don't support creating a shared access signature.
Returns the name of the table.
The name of the table.
Parse URI for SAS (Shared Access Signature) information.
The complete Uri.
The credentials to use.
Gets the canonical name of the table, formatted as /<account-name>/<table-name>.
The canonical name of the table.
Gets the object that represents the Table service.
A client object that specifies the Table service endpoint.
Gets the table name.
The table name.
Gets the URI that identifies the table.
The address of the table.
Provides a client-side logical representation of the Windows Azure Table Service. This client is used to configure and execute requests against the Table Service.
The service client encapsulates the base URI for the Table service. If the service client will be used for authenticated access, it also encapsulates the credentials for accessing the storage account.
Provides a client-side logical representation of the Windows Azure Table service. This client is used to configure and execute requests against the Table service.
The CloudTableClient object encapsulates the base URI for the Table service. If the service client will be used for authenticated access,
it also encapsulates the credentials for accessing the storage account.
Returns an enumerable collection of tables, which are retrieved lazily, that begin with the specified prefix.
The table name prefix.
A object that specifies additional options for the request.
An object that provides information on how the operation executed.
An enumerable collection of tables that are retrieved lazily.
Returns an enumerable collection of tables in the storage account.
A returned by a previous listing operation.
An enumerable collection of tables.
Returns an enumerable collection of tables, which are retrieved lazily, that begin with the specified prefix.
The table name prefix.
A returned by a previous listing operation.
An enumerable collection of tables that are retrieved lazily.
Returns an enumerable collection of tables that begin with the specified prefix and that are retrieved lazily.
The table name prefix.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
A object that specifies additional options for the request.
An object that provides information on how the operation executed.
An enumerable collection of tables that are retrieved lazily.
Begins an asynchronous operation to return a result segment containing a collection of tables
in the storage account.
A returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
The table name prefix.
A returned by a previous listing operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
The table name prefix.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
The server timeout, maximum execution time, and retry policies for the operation.
An object that provides information on how the operation executed.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to return a result segment containing a collection
of tables.
An that references the pending asynchronous operation.
A result segment containing tables.
Returns a task that performs an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
A returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
A returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
The table name prefix.
A returned by a previous listing operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
The table name prefix.
A returned by a previous listing operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
The table name prefix.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
The server timeout, maximum execution time, and retry policies for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to return a result segment containing a collection
of tables beginning with the specified prefix.
The table name prefix.
A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the
per-operation limit of 5000. If this value is null, the maximum possible number of results will be returned, up to 5000.
A returned by a previous listing operation.
The server timeout, maximum execution time, and retry policies for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the service properties for the Table service.
A object that specifies additional options for the request.
An object that provides information on how the operation executed.
The table service properties as a object.
Begins an asynchronous operation to get the service properties of the Table service.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to get the service properties of the Table service.
A object that specifies additional options for the request.
An object that provides information on how the operation executed.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to get the service properties of the Table service.
The result returned from a prior call to .
The table service properties.
Returns a task that performs an asynchronous operation to get the service properties of the Table service.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the service properties of the Table service.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the service properties of the Table service.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to get the service properties of the Table service.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Sets the service properties of the Table service.
The table service properties.
A object that specifies additional options for the request.
An object that provides information on how the operation executed.
Begins an asynchronous operation to set the service properties of the Table service.
The table service properties.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to set the service properties of the Table service.
The table service properties.
A object that specifies additional options for the request.
An object that provides information on how the operation executed.
The callback delegate that will receive notification when the asynchronous operation completes.
A user defined object to be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to set the service properties of the Table service.
The result returned from a prior call to
Returns a task that performs an asynchronous operation to set the service properties of the Table service.
The table service properties.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the service properties of the Table service.
The table service properties.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the service properties of the Table service.
The table service properties.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to set the service properties of the Table service.
The table service properties.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Creates a new object for performing operations against the Table service.
A service context to use for performing operations against the Table service.
The default server and client timeout interval.
Max execution time across all potential retries.
Initializes a new instance of the class using the specified Table service endpoint
and anonymous credentials.
The Table service endpoint to use to create the client.
Initializes a new instance of the class using the specified Table service endpoint
and storage account credentials.
The Table service endpoint to use to create the client.
The storage account credentials.
Initializes a new instance of the class.
True to use path-style URIs.
The Table service endpoint to use to create the client.
The storage account credentials.
Gets a reference to the specified table.
The name of the table.
A object.
Gets or sets the authentication scheme to use to sign HTTP requests.
Note that if you are using the legacy Table service API, which is based on WCF Data Services, the authentication scheme used by the TableServiceContext object will always be Shared Key Lite, regardless of the value of this property.
Gets the authentication handler used to sign HTTP requests.
The authentication handler.
Gets or sets a buffer manager that implements the interface,
specifying a buffer pool for use with operations against the Table service client.
Gets the storage account credentials used to create the Table service client.
The storage account credentials.
Gets the base URI for the Table service client.
The base URI used to construct the Table service client.
Gets or sets the default retry policy for requests made via the Table service client.
The retry policy.
Gets or sets the default server and client timeout for requests.
The server and client timeout interval.
Gets or sets the maximum execution time across all potential retries.
The maximum execution time across all potential retries.
Gets a value indicating whether the service client is used with Path style or Host style.
Is true if use path style URIs; otherwise, false.
Represents a custom attribute that can be used to ignore entity properties during serialization/de-serialization.
Represents a batch operation on a table.
Represents a batch operation on a table.
A batch operation is a collection of table operations which are executed by the Storage Service REST API as a single atomic operation, by invoking an
Entity Group Transaction.A batch operation may contain up to 100 individual
table operations, with the requirement that each operation entity must have same partition key. A batch with a retrieve operation cannot contain any other operations.
Note that the total payload of a batch operation is limited to 4MB.
Inserts a into the batch that retrieves an entity based on its row key and partition key. The entity will be deserialized into the specified class type which extends .
The class of type for the entity to retrieve.
A string containing the partition key of the entity to retrieve.
A string containing the row key of the entity to retrieve.
Adds a table operation to retrieve an entity of the specified class type with the specified partition key and row key to the batch operation.
The return type which the specified will resolve the given entity to.
A string containing the partition key of the entity to retrieve.
A string containing the row key of the entity to retrieve.
The implementation to project the entity to retrieve as a particular type in the result.
Initializes a new instance of the class.
Adds a to the that deletes the specified entity from a table.
The entity to be deleted from the table.
Adds a to the that inserts the specified entity into a table.
The entity to be inserted into the table.
Adds a to the that inserts the specified entity into a table if the entity does not exist; if the entity does exist then its contents are merged with the provided entity.
The entity whose contents are being inserted or merged.
Adds a to the that inserts the specified entity into a table if the entity does not exist; if the entity does exist then its contents are replaced with the provided entity.
The entity whose contents are being inserted or replaced.
Adds a to the that merges the contents of the specified entity with the existing entity in a table.
The entity whose contents are being merged.
Adds a to the that replaces the contents of the specified entity in a table.
The entity whose contents are being replaced.
Adds a to the that retrieves an entity with the specified partition key and row key.
A string containing the partition key of the entity to retrieve.
A string containing the row key of the entity to retrieve.
Returns the zero-based index of the first occurrence of the specified item, or -1 if the does not contain the item.
The item to search for.
The zero-based index of the first occurrence of item within the , if found; otherwise, –1.
Inserts a into the at the specified index.
The index at which to insert the .
The item to insert.
Removes the at the specified index from the .
The index of the to remove from the .
Adds the to the .
The item to add to the .
Clears all objects from the .
Returns true if this contains the specified element.
The item to search for.
true if the item is contained in the ; false, otherwise.
Copies all the elements of the to the specified one-dimensional array starting at the specified destination array index.
The one-dimensional array that is the destination of the elements copied from the .
The index in the destination array at which copying begins.
Removes the specified item from the .
The item to remove.
true if the item was successfully removed; false, otherwise.
Returns an for the .
An enumerable collection of items.
Returns an .
An for the .
Gets or sets the item at the specified index.
The index at which to get or set the item.
The item at the specified index.
Gets the number of operations in this .
The number of operations in the .
Gets a value indicating whether the is read-only.
true if the is read-only; false, otherwise.
Represents a single table operation.
Represents a single table operation.
Creates a new table operation that replaces the contents of
the given entity in a table.
The class of type for the entity to retrieve.
A string containing the partition key of the entity to retrieve.
A string containing the row key of the entity to retrieve.
The object.
Creates a new table operation that replaces the contents of
the given entity in a table.
The return type which the specified will resolve the given entity to.
A string containing the partition key of the entity to retrieve.
A string containing the row key of the entity to retrieve.
The implementation to project the entity to retrieve as a particular type in the result.
The object.
Creates a new instance of the class given the
entity to operate on and the type of operation that is being
performed.
The entity on which the operation is being performed.
The type of operation.
Creates a new table operation that deletes the given entity
from a table.
The entity to be deleted from the table.
The object.
Creates a new table operation that inserts the given entity
into a table.
The entity to be inserted into the table.
The object.
Creates a new table operation that inserts the given entity
into a table if the entity does not exist; if the entity does
exist then its contents are merged with the provided entity.
The entity whose contents are being inserted
or merged.
The object.
Creates a new table operation that inserts the given entity
into a table if the entity does not exist; if the entity does
exist then its contents are replaced with the provided entity.
The entity whose contents are being inserted
or replaced.
The object.
Creates a new table operation that merges the contents of
the given entity with the existing entity in a table.
The entity whose contents are being merged.
The object.
Creates a new table operation that replaces the contents of
the given entity in a table.
The entity whose contents are being replaced.
The object.
Creates a new table operation that replaces the contents of
the given entity in a table.
The partition key of the entity to be replaced.
The row key of the entity to be replaced.
The object.
Gets the entity that is being operated upon.
Gets the type of operation.
Represents a query against a Windows Azure table.
A class which implements .
Represents a query against a specified table.
Initializes a new instance of the class.
Executes a query on a table, using the specified and .
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
An enumerable collection, specialized for type TElement, of the results of executing the query.
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An that references the asynchronous operation.
Ends an asynchronous operation to execute a query and return the results as a result segment.
The reference to the pending asynchronous request to finish.
A result segment containing objects of type .
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
A of object that represents the current operation.
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null./// A to observe while waiting for a task to complete.
A of object that represents the current operation.
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
An object for tracking the current operation.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
A of object that represents the current operation.
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
An object for tracking the current operation.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
A to observe while waiting for a task to complete.
A of object that represents the current operation.
Queries a table in segmented mode using the specified continuation token, , and .
A object representing a continuation token from the server when the operation returns a partial result.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object for tracking the current operation.
A , specialized for type TElement, containing the results of executing the query.
Returns an enumerator that iterates through the .
An for the .
Generates a property filter condition string for the string value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A string containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the boolean value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A bool containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the binary value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A byte array containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value, formatted as the specified .
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A string containing the value to compare with the property.
The to format the value as.
A string containing the formatted filter condition.
Creates a filter condition using the specified logical operator on two filter conditions.
A string containing the first formatted filter condition.
A string containing Operators.AND or Operators.OR.
A string containing the second formatted filter condition.
A string containing the combined filter expression.
Defines the property names of the table entity properties to return when the table query is executed.
The select clause is optional on a table query, used to limit the table properties returned from the server. By default, a query will return all properties from the table entity.
A list of string objects containing the property names of the table entity properties to return when the query is executed.
A instance set with the table entity properties to return.
Defines the upper bound for the number of entities the query returns.
The maximum number of entities for the table query to return.
A instance set with the number of entities to return.
Defines a filter expression for the table query. Only entities that satisfy the specified filter expression will be returned by the query.
Setting a filter expression is optional; by default, all entities in the table are returned if no filter expression is specified in the table query.
A string containing the filter expression to apply to the table query.
A instance set with the filter on entities to return.
Gets the type of the element(s) that are returned when the expression tree is executed.
Gets the expression tree.
Gets the query provider that is associated with this data source.
Gets or sets the number of entities the query returns specified in the table query.
The maximum number of entities for the table query to return.
Gets or sets the filter expression to use in the table query.
A string containing the filter expression to use in the query.
Gets or sets the property names of the table entity properties to return when the table query is executed.
A list of strings containing the property names of the table entity properties to return when the query is executed.
Represents a query against a specified table.
The class aggregates and encodes the query parameters to pass with the request when the query is executed.
To execute the query, call the executeQuery or executeQuerySegmented method of the class.
Represents a query against a specified table.
A instance aggregates the query parameters to use when the query is executed. One of the executeQuery or executeQuerySegmented methods
of must be called to execute the query. The parameters are encoded and passed to the server when the table query is executed.
Specifies the names of the entity properties to return when the query is executed against the table.
The Project clause is optional on a query, used to limit the properties returned from the server. By default, a query will return all properties from the entity.
The entity type of the query.
The entity instance to project off of.
A list of string objects containing the names of the entity properties to return when the query is executed.
A instance set with the entity properties to return.
Generates a property filter condition string for the string value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A string containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the boolean value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A bool containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the binary value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A byte array containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value.
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A containing the value to compare with the property.
A string containing the formatted filter condition.
Generates a property filter condition string for the value, formatted as the specified .
A string containing the name of the property to compare.
A string containing the comparison operator to use.
A string containing the value to compare with the property.
The to format the value as.
A string containing the formatted filter condition.
Creates a filter condition using the specified logical operator on two filter conditions.
A string containing the first formatted filter condition.
A string containing Operators.AND or Operators.OR.
A string containing the second formatted filter condition.
A string containing the combined filter expression.
Defines the property names of the table entity properties to return when the table query is executed.
The select clause is optional on a table query, used to limit the table properties returned from the server. By default, a query will return all properties from the table entity.
A list of string objects containing the property names of the table entity properties to return when the query is executed.
A instance set with the table entity properties to return.
Defines the upper bound for the number of entities the query returns.
The maximum number of entities for the table query to return.
A instance set with the number of entities to return.
Defines a filter expression for the table query. Only entities that satisfy the specified filter expression will be returned by the query.
Setting a filter expression is optional; by default, all entities in the table are returned if no filter expression is specified in the table query.
A string containing the filter expression to apply to the table query.
A instance set with the filter on entities to return.
Gets or sets the number of entities the table query will return.
The maximum number of entities for the table query to return.
Gets or sets the filter expression to use in the table query.
A string containing the filter expression to use in the query.
Gets or sets the property names of the table entity properties to return when the table query is executed.
A list of strings containing the property names of the table entity properties to return when the query is executed.
Represents a object for use with the Windows Azure Table service.
The class does not support concurrent queries or requests.
Initializes a new instance of the class.
Callback on DataContext object sending request.
The sender.
The instance containing the event data.
Saves changes, using the retry policy specified for the service context.
A that represents the result of the operation.
Saves changes, using the retry policy specified for the service context.
Additional options for saving changes.
A that represents the result of the operation.
Begins an asynchronous operation to save changes, using the retry policy specified for the service context.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to save changes, using the retry policy specified for the service context.
Additional options for saving changes.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to save changes, using the retry policy specified for the service context.
Additional options for saving changes.
An object for tracking the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to save changes.
An that references the pending asynchronous operation.
A that represents the result of the operation.
Returns a object that performs an asynchronous operation to save changes, using the retry policy specified for the service context.
A object that represents the current operation.
Returns a object that performs an asynchronous operation to save changes, using the retry policy specified for the service context.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a object that performs an asynchronous operation to save changes, using the retry policy specified for the service context.
Additional options for saving changes.
A object that represents the current operation.
Returns a object that performs an asynchronous operation to save changes, using the retry policy specified for the service context.
Additional options for saving changes.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a object that performs an asynchronous operation to save changes, using the retry policy specified for the service context.
Additional options for saving changes.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a object that performs an asynchronous operation to save changes, using the retry policy specified for the service context.
Additional options for saving changes.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Releases all resources used by the TableServiceContext.
Releases the unmanaged resources used by the TableServiceContext and optionally releases the managed resources.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Gets the object that represents the Table service.
A client object that specifies the Table service endpoint.
Gets the authentication handler used to sign HTTP requests.
The authentication handler.
Represents an entity in the Windows Azure Table service.
Initializes a new instance of the class.
The partition key.
The row key.
Initializes a new instance of the class.
Gets or sets the timestamp for the entity.
The entity's timestamp.
Gets or sets the partition key of a table entity.
The partition key.
Gets or sets the row key of a table entity.
The row key.
Provides a set of extensions for the Table service.
Converts the query into a object that supports
additional operations like retries.
The type of the element.
The query.
A object that represents the runtime context of the Table service.
The converted query.
A class for constructing a query against the Table service.
The type of the element.
Initializes a new instance of the class.
An object that implements .
A object.
Expands the specified path.
The path to expand.
A new query with the expanded path.
Returns an enumerator that iterates through the collection.
A that can be used to iterate through the collection.
Executes the request with any specified options.
An object of type .
An object for tracking the current operation.
An enumerable collection, specialized for type TElement, of the results of executing the query.
Executes a segmented query against the Table service.
The continuation token.
The request options.
An object for tracking the current operation.
A result segment containing objects of type .
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Begins an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
A object that specifies additional options for the request.
An object that represents the context for the current operation.
The callback delegate that will receive notification when the asynchronous operation completes.
A user-defined object that will be passed to the callback delegate.
An that references the asynchronous operation.
Ends an asynchronous operation to execute a query and return the results as a result segment.
The reference to the pending asynchronous request to finish.
A result segment containing objects of type .
Returns a task that performs an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A object that represents the current operation.
Returns a task that performs an asynchronous operation to execute a query and return the results as a result segment.
A continuation token returned by a previous listing operation, can be null.
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
An object that represents the context for the current operation.
A to observe while waiting for a task to complete.
A object that represents the current operation.
Gets the table service context.
An object of type .
Stores the wrapped .
Gets the type of the element(s) that are returned when the expression tree associated with this
instance of is executed.
A that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.
Gets the expression tree that is associated with the instance of .
The that is associated with this instance of .
Gets the query provider that is associated with this data source.
The that is associated with this data source.
A factory class for constructing a web request to manage tables in the Table service.
Creates a web request to get the properties of the Table service.
The absolute URI to the Table service.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval, in seconds.
An object for tracking the current operation.
A web request to get the Table service properties.
Creates a web request to set the properties of the Table service.
The absolute URI to the Table service.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval, in seconds.
An object for tracking the current operation.
A web request to set the Table service properties.
Writes Table service properties to a stream, formatted in XML.
The service properties to format and write to the stream.
The stream to which the formatted properties are to be written.
Constructs a web request to return the ACL for a table.
The absolute URI to the table.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to set the ACL for a table.
The absolute URI to the table.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval.
An object for tracking the current operation.
A web request to use to perform the operation.
Provides a set of methods for parsing a response stream from the Table service.
Gets the request ID from the response.
The web response.
A unique value associated with the request.
Reads service properties from a stream.
The stream from which to read the service properties.
The service properties stored in the stream.
Reads the share access policies from a stream in XML.
The stream of XML policies.
The permissions object to which the policies are to be written.
Gets the table continuation from response.
The response.
The continuation.
Translates the data service client exception.
The exception.
The request result.
The translated exception.
Look for an inner exception of type T.
The exception.
The found exception or null.
Applies the continuation to query.
The continuation token.
The local query.
The modified query.
Gets the query take count.
The type of the element.
The query.
The default value.
The take count of the query, if any.
Gets the table continuation from response.
The response.
The continuation.
Copies the headers and properties from a request into a different request.
The request to copy into.
The request to copy from.
Gets an ETag from a response.
The web response.
A quoted ETag string.
Gets the user-defined metadata.
The response from server.
A of the metadata.
Gets the metadata or properties.
The response from server.
The prefix for all the headers.
A of the headers with the prefix.
Converts a string to UTC time.
The string to convert.
A UTC representation of the string.
Reads service properties from a stream.
The stream from which to read the service properties.
The service properties stored in the stream.
Reads a collection of shared access policies from the specified object.
A collection of shared access policies to be filled.
A policy response object for reading the stream.
The type of policy to read.
Creates the web request.
The HTTP method.
The request URI.
The timeout.
An object of type , containing additional parameters to add to the URI query string.
An object for tracking the current operation.
A web request for performing the operation.
Creates the specified URI.
The URI to create.
The timeout.
The builder.
An object for tracking the current operation.
A web request for performing the operation.
Constructs a web request to return the ACL for a cloud resource.
The absolute URI to the resource.
The server timeout interval.
An optional query builder to use.
An object for tracking the current operation.
A web request to use to perform the operation.
Constructs a web request to set the ACL for a cloud resource.
The absolute URI to the resource.
The server timeout interval.
An optional query builder to use.
An object for tracking the current operation.
A web request to use to perform the operation.
Gets the properties.
The URI to query.
The timeout.
The builder.
An object for tracking the current operation.
A web request for performing the operation.
Gets the metadata.
The blob Uri.
The timeout.
The builder.
An object for tracking the current operation.
A web request for performing the operation.
Sets the metadata.
The blob Uri.
The timeout.
The builder.
An object for tracking the current operation.
A web request for performing the operation.
Adds the metadata.
The request.
The metadata.
Adds the metadata.
The request.
The metadata name.
The metadata value.
Deletes the specified URI.
The URI of the resource to delete.
The timeout.
The builder.
An object for tracking the current operation.
A web request for performing the operation.
Creates a web request to get the properties of the service.
The absolute URI to the service.
An object of type , containing additional parameters to add to the URI query string.
The server timeout interval.
An object for tracking the current operation.
A web request to get the service properties.
Creates a web request to set the properties of the service.
The absolute URI to the service.
The builder.
The server timeout interval.
An object for tracking the current operation.
A web request to set the service properties.
Generates a query builder for building service requests.
A for building service requests.
Adds the lease id.
The request.
The lease id.
Adds an optional header to a request.
The web request.
The metadata name.
The metadata value.
Adds an optional header to a request.
The web request.
The header name.
The header value.
Adds an optional header to a request.
The web request.
The header name.
The header value.
Applies the lease condition to the web request.
The request to be modified.
Access condition to be added to the request.
Applies the sequence number condition to the web request.
The request to be modified.
Access condition to be added to the request.
Applies the condition to the web request.
The request to be modified.
Access condition to be added to the request.
Applies the condition for a source blob to the web request.
The request to be modified.
Access condition to be added to the request.
Creates a well-formatted log entry so that logs can be easily parsed
An object that represents the context for the current operation.
A composite format string.
An object array that contains zero or more objects to format.
Log entry that contains common log prefix and a copy of format in which the format items have been replaced by the string representation of the corresponding objects in args.
Determines if the current operation context allows for a specific level of log entry.
Level of the log entry.
An object that represents the context for the current operation.
true if the entry should be logged; otherwise false.
Represents a canonicalizer that converts HTTP request data into a standard form appropriate for signing.
For detailed information on how to authenticate a request,
see Authentication for the Windows Azure Storage Services.
Converts the specified HTTP request data into a standard form appropriate for signing.
The HTTP request that needs to be signed.
The name of the storage account that the HTTP request will access.
The canonicalized string containing the HTTP request data in a standard form appropriate for signing.
Authentication for the Windows Azure Storage Services
Gets the authorization scheme used for canonicalization.
The authorization scheme used for canonicalization.
Authentication for the Windows Azure Storage Services
Represents a canonicalizer that converts HTTP request data into a standard form appropriate for signing via
the Shared Key authentication scheme for the Blob or Queue service.
Authentication for the Windows Azure Storage Services
Converts the specified HTTP request data into a standard form appropriate for signing.
The HTTP request that needs to be signed.
The name of the storage account that the HTTP request will access.
The canonicalized string containing the HTTP request data in a standard form appropriate for signing.
Authentication for the Windows Azure Storage Services
Gets a static instance of the object.
The static instance of the class.
Authentication for the Windows Azure Storage Services
Gets the authorization scheme used for canonicalization.
The authorization scheme used for canonicalization.
Authentication for the Windows Azure Storage Services
Represents a canonicalizer that converts HTTP request data into a standard form appropriate for signing via
the Shared Key Lite authentication scheme for the Blob or Queue service.
Authentication for the Windows Azure Storage Services
Converts the specified HTTP request data into a standard form appropriate for signing.
The HTTP request that needs to be signed.
The name of the storage account that the HTTP request will access.
The canonicalized string containing the HTTP request data in a standard form appropriate for signing.
Authentication for the Windows Azure Storage Services
Gets a static instance of the object.
The static instance of the class.
Authentication for the Windows Azure Storage Services
Gets the authorization scheme used for canonicalization.
The authorization scheme used for canonicalization.
Authentication for the Windows Azure Storage Services
Represents a canonicalizer that converts HTTP request data into a standard form appropriate for signing via
the Shared Key Lite authentication scheme for the Table service.
Authentication for the Windows Azure Storage Services
Converts the specified HTTP request data into a standard form appropriate for signing.
The HTTP request that needs to be signed.
The name of the storage account that the HTTP request will access.
The canonicalized string containing the HTTP request data in a standard form appropriate for signing.
Authentication for the Windows Azure Storage Services
Gets a static instance of the object.
The static instance of the class.
Authentication for the Windows Azure Storage Services
Gets the authorization scheme used for canonicalization.
The authorization scheme used for canonicalization.
Authentication for the Windows Azure Storage Services
Represents a canonicalizer that converts HTTP request data into a standard form appropriate for signing via
the Shared Key authentication scheme for the Table service.
Authentication for the Windows Azure Storage Services
Converts the specified HTTP request data into a standard form appropriate for signing.
The HTTP request that needs to be signed.
The name of the storage account that the HTTP request will access.
The canonicalized string containing the HTTP request data in a standard form appropriate for signing.
Authentication for the Windows Azure Storage Services
Gets a static instance of the object.
The static instance of the class.
Authentication for the Windows Azure Storage Services
Gets the authorization scheme used for canonicalization.
The authorization scheme used for canonicalization.
Authentication for the Windows Azure Storage Services
Helper class to allow an APM Method to be executed with a given timeout in milliseconds
Helper class to convert an APM method to a Task method.
This class provides asynchronous semaphore functionality (based on Stephen Toub's blog).
Creates and initializes a new asynchronous copy operation.
The source stream.
The destination stream.
An ExecutionState used to coordinate copy operation.
Size of read and write buffers used to move data.
Boolean value indicating whether the MD-5 should be calculated.
An object that represents the state for the current operation.
Begins a stream copy operation.
Callback delegate
Number of bytes to copy from source stream to destination stream. Cannot be passed with a value for maxLength.
Maximum length of the source stream. Cannot be passed with a value for copyLength.
Aborts an ongoing copy operation.
Cleans up references. To end a copy operation, use Abort().
Synchronizes Read and Write operations, and handles exceptions.
Read/Write operation or null if first run.
Helper method for EndOpWithCatch(IAsyncResult). Begins/Ends Read and Write Stream operations.
Should only be called by EndOpWithCatch(IAsyncResult) since it assumes we are inside the lock.
Read/Write operation or null if first run.
Callback for timeout timer. Aborts the AsyncStreamCopier operation if a timeout occurs.
Callback state.
True if the timer has timed out, false otherwise.
Aborts the AsyncStreamCopier operation.
An object that stores state of the operation.
True if aborted due to a time out, or false for a general cancellation.
Terminates and cleans up the AsyncStreamCopier.
Helper method for this.SignalCompletion()
Should only be called by this.SignalCompletion()
Determines whether the next operation should begin or halt due to an exception or cancellation.
True to continue, false to halt.
Waits for a read operation to end and updates the AsyncStreamCopier state.
Waits for a write operation to end and updates the AsyncStreamCopier state.
If a read operation has completed with data, swaps the read/write buffers and resets their corresponding counts.
This must be called inside a lock as it could lead to undefined behavior if multiple unsynchronized callers simultaneously called in.
Number of bytes to write, or negative if no read operation has completed.
Determines the number of bytes that should be read from the source in the next BeginRead operation.
Should only be called when no outstanding read operations exist.
Number of bytes to read.
Determines whether no more data can be read from the source Stream.
True if at the end, false otherwise.
Determines whether the current read buffer contains data ready to be written.
True if read buffer is full, false otherwise.
Represents an operation that supports cancellation. Used by
ICancellableAsyncResult implementations throughout the library.
Also used by AsyncExtensions as a bridge between CancellationToken
and the ICancellableAsyncResult returned by an APM method call.
The class is provides the helper functions to do FISMA compliant MD5.
Cryptographic service provider.
Access to the private keys is not required and the user interface can be bypassed.
ALG_ID value that identifies the hash algorithm to use.
The hash value or message hash for the hash object specified by hashHandle.
The address to which the function copies a handle to the new hash object. Has to be released by calling the CryptDestroyHash function after we are finished using the hash object.
A handle to a CSP created by a call to CryptAcquireContext.
Whether this object has been torn down or not.
Initializes a new instance of NativeMD5.
Finalizes an instance of the NativeMD5 class, unhooking it from all events.
Initializes an implementation of the NativeMD5 class.
Routes data written to the object into the hash algorithm for computing the hash.
The input to compute the hash code for.
The offset into the byte array from which to begin using data.
The number of bytes in the byte array to use as data.
Finalizes the hash computation after the last data is processed by the cryptographic stream object.
The computed hash code.
Releases the unmanaged resources used by the NativeMD5.
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Validates the status returned by all the crypto functions and throws exception per the return code.
The boolean status returned by the crypto functions.
Represents the async result returned by operations that do not directly
call into the Executor.
Async operation's result type
Represents the async result returned by a storage command.
The callback provided by the user.
The state for the callback.
Indicates whether a task is completed.
Indicates whether task completed synchronously.
The event for blocking on this task's completion.
Initializes a new instance of the StorageCommandAsyncResult class.
The callback method to be used on completion.
The state for the callback.
We implement the dispose only to allow the explicit closing of the event.
Releases unmanaged and - optionally - managed resources.
Set to true to release both managed and unmanaged resources; false to release only unmanaged resources.
Provides the lazy initialization of the WaitHandle (based on Joe Duffy's blog).
The WaitHandle to use for waiting on completion.
Called on completion of the async operation to notify the user
(Based on Joe Duffy's lockless design).
Blocks the calling thread until the async operation is completed.
Updates the CompletedSynchronously flag with another asynchronous operation result.
Set to true if the last operation was completed synchronously; false if it was completed asynchronously.
Gets A user-defined object that contains information about the asynchronous operation.
Gets a System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete.
Gets a value indicating whether the asynchronous operation completed synchronously.
Gets a value indicating whether the asynchronous operation has completed.
Initializes a new instance of the StorageAsyncResult class.
The callback method to be used on completion.
The state for the callback.
Called on completion of the async operation to notify the user
Exception that was caught by the caller.
Blocks the calling thread until the async operation is completed and throws
any stored exceptions.
Represents a set of access conditions to be used for operations against the storage services.
Time for IfModifiedSince.
Time for IfUnmodifiedSince.
Constructs an empty access condition.
An empty access condition.
Constructs an access condition such that an operation will be performed only if the resource's ETag value
matches the specified ETag value.
The ETag value that must be matched.
An AccessCondition object that represents the If-Match condition.
Constructs an access condition such that an operation will be performed only if the resource has been
modified since the specified time.
The time since which the resource must have been modified in order for the operation to proceed.
An AccessCondition object that represents the If-Modified-Since condition.
Constructs an access condition such that an operation will be performed only if the resource's ETag value
does not match the specified ETag value.
The ETag value that must be matched, or "*".
An AccessCondition object that represents the If-None-Match condition.
If "*" is specified as the parameter then this condition requires that the resource does not exist.
Constructs an access condition such that an operation will be performed only if the resource has not been
modified since the specified time.
The time since which the resource must not have been modified in order for the operation to proceed.
An AccessCondition object that represents the If-Unmodified-Since condition.
Constructs an access condition such that an operation will be performed only if resource's current sequence
number is less than or equal to the specified value.
The value that the current sequence number of the resource must be less than or equal to.
An AccessCondition object that represents the If-Sequence-Number-LE condition.
Constructs an access condition such that an operation will be performed only if resource's current sequence
number is less than the specified value.
The value that the current sequence number of the resource must be less than.
An AccessCondition object that represents the If-Sequence-Number-LT condition.
Constructs an access condition such that an operation will be performed only if resource's current sequence
number is equal to the specified value.
The value that the current sequence number of the resource must be equal to.
An AccessCondition object that represents the If-Sequence-Number-EQ condition.
Constructs an access condition such that an operation will be performed only if the lease ID on the
resource matches the specified lease ID.
The lease ID that must match the lease ID of the resource.
An AccessCondition object that represents the lease condition.
Constructs an access condition such that an operation will be performed only if the resource's ETag value
matches the specified ETag value and the lease ID on the resource matches the lease ID specified in
the given access condition.
An AccessCondition object that represents the lease condition.
The ETag value that must be matched.
An AccessCondition object that represents the If-Match and the lease conditions.
Gets or sets an ETag value that must match the ETag of the specified resource.
A string containing an ETag value, or "*" to match any ETag. If null, no condition exists.
Gets or sets an ETag value that must not match the ETag of the specified resource.
A string containing an ETag value, or "*" to match any ETag. If null, no condition exists.
Gets or sets a time that must be before the last modification of a resource.
A DateTimeOffset in UTC, or null if no condition exists.
Gets or sets a time that must not be before the last modification of a resource.
A DateTimeOffset in UTC, or null if no condition exists.
Gets or sets a sequence number that the current sequence number of a page blob must be less than or equal to in order for the operation to proceed.
A sequence number, or null if no condition exists.
This condition only applies to page blobs.
Gets or sets a sequence number that the current sequence number of a page blob must be less than in order for the operation to proceed.
A sequence number, or null if no condition exists.
This condition only applies to page blobs.
Gets or sets a sequence number that the current sequence number of a page blob must be equal to in order for the operation to proceed.
A sequence number, or null if no condition exists.
This condition only applies to page blobs.
Gets or sets a lease ID that must match the lease on a resource.
A lease ID, or null if no condition exists.
Determines whether the access condition is one of the four conditional headers.
true if the access condition is a conditional header; otherwise, false.
Specifies the authentication scheme used to sign HTTP requests.
Signs HTTP requests using the Shared Key Lite authentication scheme.
Signs HTTP requests using the Shared Key authentication scheme.
Represents a Windows Azure Storage account.
The setting name for using the development storage.
The setting name for specifying a development storage proxy Uri.
The setting name for using the default storage endpoints with the specified protocol.
The setting name for the account name.
The setting name for the account key name.
The setting name for the account key.
The setting name for a custom blob storage endpoint.
The setting name for a custom queue endpoint.
The setting name for a custom table storage endpoint.
The setting name for a custom storage endpoint suffix.
The setting name for a shared access key.
The default account name for the development storage.
The default account key for the development storage.
The credentials string used to test for the development storage credentials.
The default storage service hostname suffix.
The default blob storage DNS hostname prefix.
The root queue DNS name prefix.
The root table storage DNS name prefix.
The FISMA compliance default value.
Validator for the UseDevelopmentStorage setting. Must be "true".
Validator for the DevelopmentStorageProxyUri setting. Must be a valid Uri.
Validator for the DefaultEndpointsProtocol setting. Must be either "http" or "https".
Validator for the AccountName setting. No restrictions.
Validator for the AccountKey setting. No restrictions.
Validator for the AccountKey setting. Must be a valid base64 string.
Validator for the BlobEndpoint setting. Must be a valid Uri.
Validator for the QueueEndpoint setting. Must be a valid Uri.
Validator for the TableEndpoint setting. Must be a valid Uri.
Validator for the EndpointSuffix setting. Must be a valid Uri.
Validator for the SharedAccessSignature setting. No restrictions.
Singleton instance for the development storage account.
Initializes a new instance of the class using the specified
account credentials and service endpoints.
The account credentials.
The Blob service endpoint.
The Queue service endpoint.
The Table service endpoint.
Initializes a new instance of the class using the specified
account credentials and the default service endpoints.
An object of type that
specifies the account name and account key for the storage account.
True to use HTTPS to connect to storage service endpoints; otherwise, false.
Initializes a new instance of the class using the specified
account credentials and the default service endpoints.
An object of type that
specifies the account name and account key for the storage account.
The DNS endpoint suffix for all storage services, e.g. "core.windows.net".
True to use HTTPS to connect to storage service endpoints; otherwise, false.
Parses a connection string and returns a created
from the connection string.
A valid connection string.
Thrown if is null or empty.
Thrown if is not a valid connection string.
Thrown if cannot be parsed.
A object constructed from the values provided in the connection string.
Indicates whether a connection string can be parsed to return a object.
The connection string to parse.
A object to hold the instance returned if
the connection string can be parsed.
true if the connection string was successfully parsed; otherwise, false.
Creates the Table service client.
A client object that specifies the Table service endpoint.
Creates the Queue service client.
A client object that specifies the Queue service endpoint.
Creates the Blob service client.
A client object that specifies the Blob service endpoint.
Returns a connection string for this storage account, without sensitive data.
A connection string.
Returns a connection string for the storage account, optionally with sensitive data.
True to include sensitive data in the string; otherwise, false.
A connection string.
Returns a with development storage credentials using the specified proxy Uri.
The proxy endpoint to use.
The new .
Internal implementation of Parse/TryParse.
The string to parse.
The to return.
A callback for reporting errors.
If true, the parse was successful. Otherwise, false.
Tokenizes input and stores name value pairs.
The string to parse.
Error reporting delegate.
Tokenized collection.
Encapsulates a validation rule for an enumeration based account setting.
The name of the setting.
A list of valid values for the setting.
An representing the enumeration constraint.
Encapsulates a validation rule using a func.
The name of the setting.
A func that determines if the value is valid.
An representing the constraint.
Determines whether the specified setting value is a valid base64 string.
The setting value.
true if the specified setting value is a valid base64 string; otherwise, false.
Validation function that validates Uris.
Value to validate.
true if the specified setting value is a valid Uri; otherwise, false.
Validation function that validates a domain name.
Value to validate.
true if the specified setting value is a valid domain; otherwise, false.
Settings filter that requires all specified settings be present and valid.
A list of settings that must be present.
The remaining settings or null if the filter's requirement is not satisfied.
Settings filter that removes optional values.
A list of settings that are optional.
The remaining settings or null if the filter's requirement is not satisfied.
Settings filter that ensures that at least one setting is present.
A list of settings of which one must be present.
The remaining settings or null if the filter's requirement is not satisfied.
Settings filter that ensures that a valid combination of credentials is present.
The remaining settings or null if the filter's requirement is not satisfied.
Tests to see if a given list of settings matches a set of filters exactly.
The settings to check.
A list of filters to check.
If any filter returns null, false.
If there are any settings left over after all filters are processed, false.
Otherwise true.
Gets a StorageCredentials object corresponding to whatever credentials are supplied in the given settings.
The settings to check.
The StorageCredentials object specified in the settings.
Gets the default blob endpoint using specified settings.
The settings to use.
The default blob endpoint.
Gets the default blob endpoint using the specified protocol and account name.
The protocol to use.
The name of the storage account.
The Endpoint DNS suffix; use null for default.
The default blob endpoint.
Gets the default queue endpoint using the specified settings.
The settings.
The default queue endpoint.
Gets the default queue endpoint using the specified protocol and account name.
The protocol to use.
The name of the storage account.
The Endpoint DNS suffix; use null for default.
The default queue endpoint.
Gets the default table endpoint using the specified settings.
The settings.
The default table endpoint.
Gets the default table endpoint using the specified protocol and account name.
The protocol to use.
The name of the storage account.
The Endpoint DNS suffix; use null for default.
The default table endpoint.
Gets or sets a value indicating whether the FISMA MD5 setting will be used.
false to use the FISMA MD5 setting; true to use the .NET default implementation.
Gets a object that references the development storage account.
A reference to the development storage account.
Indicates whether this account is a development storage account.
The storage service hostname suffix set by the user, if any.
The connection string parsed into settings.
True if the user used a constructor that auto-generates endpoints.
Gets the endpoint for the Blob service, as configured for the storage account.
The Blob service endpoint.
Gets the endpoint for the Queue service, as configured for the storage account.
The Queue service endpoint.
Gets the endpoint for the Table service, as configured for the storage account.
The Table service endpoint.
Gets the credentials used to create this object.
The credentials used to create the object.
Specifies that the method will make one or more requests to the storage service.
An interface that allows clients to provide a buffer manager to a given service client. This interface is patterned after
the System.ServiceModel.Channels.BufferManager class.
Returns a buffer to the pool.
A reference to the buffer being returned.
Buffer reference cannot be null.
Length of buffer does not match the pool's buffer length property.
Gets a buffer of at least the specified size from the pool.
The size, in bytes, of the requested buffer.
The value specified for cannot be less than zero.
A byte array that is the requested size of the buffer.
Gets the size, in bytes, of the buffers managed by the given pool. Note that the buffer manager must return buffers of the exact size requested by the client.
The size, in bytes, of the buffers managed by the given pool.
An interface required for continuation token types.
The , ,
and classes implement the interface.
An interface required for request option types.
The , , and classes implement the interface.
Gets or sets the retry policy for the request.
The retry policy delegate.
Gets or sets the server timeout for the request.
The client and server timeout interval for the request.
Gets or sets the maximum execution time across all potential retries.
The maximum execution time across all potential retries.
Specifies what messages to output to the log.
Output no tracing and debugging messages.
Output error-handling messages.
Output warnings and error-handling messages.
Output informational messages, warnings, and error-handling messages.
Output all debugging and tracing messages.
Represents the context for a request operation against the storage service, and provides additional runtime information about its execution.
Initializes a new instance of the class.
Gets or sets additional headers on the request, for example, for proxy or logging information.
A object containing additional header information.
Gets or sets the client request ID.
The client request ID.
Gets or sets the default logging level to be used for subsequently created instances of the class.
A value of type that specifies which events are logged by default by instances of the .
Gets or sets the logging level to be used for an instance of the class.
A value of type that specifies which events are logged by the .
Occurs immediately before a request is signed.
Occurs when a response is received from the server.
Gets or sets the start time of the operation.
The start time of the operation.
Gets or sets the end time of the operation.
The end time of the operation.
Gets or sets the set of request results that the current operation has created.
An object that contains objects that represent the request results created by the current operation.
Gets the last request result encountered for the operation.
A object that represents the last request result.
Provides information and event data that is associated with a request event.
Initializes a new instance of the class by using the specified parameter.
The object.
Gets the request information associated with this event.
The request information associated with this event.
Gets the HTTP request associated with this event.
The HTTP request associated with this event.
Gets the HTTP response associated with this event.
The HTTP response associated with this event.
Represents the result of a physical request.
Translates the specified message into a object.
The message to translate.
The translated .
Generates a serializable RequestResult from its XML representation.
The stream from which the RequestResult is deserialized.
Converts a serializable RequestResult into its XML representation.
The stream to which the RequestResult is serialized.
Gets or sets the HTTP status code for the request.
The HTTP status code for the request.
Gets the HTTP status message for the request.
The HTTP status message for the request.
Gets the service request ID for this request.
The service request ID for this request.
Gets the content-MD5 value for the request.
The content-MD5 value for the request.
Gets the ETag value of the request.
The ETag value of the request.
Gets the request date.
The request date.
Gets the extended error information.
The extended error information.
Gets or sets the exception.
The exception.
Gets the start time of the operation.
The start time of the operation.
Gets the end time of the operation.
The end time of the operation.
Represents a result segment that was retrieved from the total set of possible results.
The type of the element.
Stores the continuation token used to retrieve the next segment of results.
Initializes a new instance of the ResultSegment class.
The result.
Gets an enumerable collection of results.
An enumerable collection of results.
Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation.
The continuation token.
Represents an exception thrown by the Windows Azure storage service.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified error message.
The message that describes the error.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that generated this exception.
The exception error message.
The inner exception.
Initializes a new instance of the class with serialized data.
The that contains contextual information about the source or destination.
The object that holds serialized object data for the exception being thrown.
This constructor is called during de-serialization to reconstitute the exception object transmitted over a stream.
Populates a object with the data needed to serialize the target object.
The destination context for this serialization.
The object to populate with data.
Initializes a new instance of the class by using the specified parameters.
The request result.
The exception message.
The inner exception.
Translates the specified exception into a .
The exception to translate.
The request result.
An exception of type .
Represents an exception thrown by the Windows Azure storage client library.
A string that represents the exception.
Gets the object for this object.
The object for this object.
Represents extended error information returned by the Windows Azure storage services.
Initializes a new instance of the class.
Gets the error details from stream.
The input stream.
The error details.
Generates a serializable object from its XML representation.
The stream from which the object is deserialized.
Converts a serializable object into its XML representation.
The stream to which the object is serialized.
Gets the storage service error code.
The storage service error code.
Gets the storage service error message.
The storage service error message.
Gets additional error details.
The additional error details.
Represents a set of credentials used to authenticate access to a Windows Azure storage account.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified account name and key value.
A string that represents the name of the storage account.
A string that represents the Base64-encoded account access key.
Initializes a new instance of the class with the specified account name and key value.
A string that represents the name of the storage account.
An array of bytes that represent the account access key.
Initializes a new instance of the class with the specified account name, key value, and key name.
A string that represents the name of the storage account.
A string that represents the Base64-encoded account access key.
A string that represents the name of the key.
Initializes a new instance of the class with the specified account name, key value, and key name.
A string that represents the name of the storage account.
An array of bytes that represent the account access key.
A string that represents the name of the key.
Initializes a new instance of the class with the specified shared access signature token.
A string representing the shared access signature token.
Updates the key value for the credentials.
The key value, as a Base64-encoded string, to update.
Updates the key value for the credentials.
The key value, as an array of bytes, to update.
Updates the key value and key name for the credentials.
The key value, as a Base64-encoded string, to update.
The key name to update.
Updates the key value and key name for the credentials.
The key value, as an array of bytes, to update.
The key name to update.
Updates the shared access signature (SAS) token value for storage credentials created with a shared access signature.
A string that specifies the SAS token value to update.
Returns the account key for the credentials.
An array of bytes that contains the key.
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
A object that represents the resource URI to be transformed.
A object that represents the signature, including the resource URI and the shared access token.
Exports the value of the account access key to a Base64-encoded string.
The account access key.
Determines whether an other object is equal to this one by comparing their SAS tokens, account names, key names, and key values.
The object to compare to this one.
true if the two objects are equal; otherwise, false.
Gets the associated shared access signature token for the credentials.
The shared access signature token.
Gets the associated account name for the credentials.
The account name.
Gets the associated key name for the credentials.
The key name.
Gets a value indicating whether the credentials are for anonymous access.
true if the credentials are for anonymous access; otherwise, false.
Gets a value indicating whether the credentials are a shared access signature token.
true if the credentials are a shared access signature token; otherwise, false.
Gets a value indicating whether the credentials are a shared key.
true if the credentials are a shared key; otherwise, false.
Represents a canonicalized string used in authenticating a request against the azure service.
Stores the internal that holds the canonicalized string.
Initializes a new instance of the class.
The first canonicalized element to start the string with.
Initializes a new instance of the class.
The first canonicalized element to start the string with.
The starting size of the string.
Append additional canonicalized element to the string.
An additional canonicalized element to append to the string.
Converts the value of this instance to a string.
A string whose value is the same as this instance.
This class provides MemoryStream-like behavior but uses a list of buffers rather than a single buffer.
The default small buffer size.
The size of each buffer.
The underlying buffer blocks for the stream.
The currently used length.
The total capacity of the stream.
The current position.
A reference to the IBufferManager for the stream to use to acquire and return buffers.
Initializes a new instance of the MultiBufferMemoryStream class with provided IBufferManager.
A reference to the IBufferManager for the stream to use to acquire and return buffers. May be null.
The Buffer size to use for each block, default is 64 KB. Note this parameter is disregarded when a IBufferManager is specified.
Reads a block of bytes from the current stream and writes the data to a buffer.
When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.
The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
The maximum number of bytes to be read.
The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero if the end of the stream has been reached.
Begins an asynchronous read operation.
When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.
The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
The maximum number of bytes to be read.
An optional asynchronous callback, to be called when the read is complete.
A user-provided object that distinguishes this particular asynchronous read request from other requests.
An IAsyncResult that represents the asynchronous read, which could still be pending.
Waits for the pending asynchronous read to complete.
The reference to the pending asynchronous request to finish.
The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero if the end of the stream has been reached.
Sets the position within the current stream.
A byte offset relative to the origin parameter.
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.
The new position within the current stream.
Thrown if is invalid for SeekOrigin.
Sets the length of the current stream to the specified value. (pre-allocating the bufferBlocks).
The desired length of the current stream in bytes.
If the is negative.
Writes a block of bytes to the current stream using data read from a buffer.
The buffer to write data from.
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
The number of bytes to write.
Begins an asynchronous write operation.
The buffer to write data from.
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
The number of bytes to write.
An optional asynchronous callback, to be called when the write is complete.
A user-provided object that distinguishes this particular asynchronous write request from other requests.
An IAsyncResult that represents the asynchronous write, which could still be pending.
Ends an asynchronous write operation.
The reference to the pending asynchronous request to finish.
Does not perform any operation as it's an in-memory stream.
Reads the bytes from the current stream and writes them to another stream. However, this method eliminates copying the data into a temporary buffer by directly writing to the destination stream.
The stream to which the contents of the current stream will be copied.
DateTime indicating the expiry time.
Begins an asynchronous fast-copy operation.
The stream to which the contents of the current stream will be copied.
DateTime indicating the expiry time.
An optional asynchronous callback, to be called when the copy is complete.
A user-provided object that distinguishes this particular asynchronous copy request from other requests.
An IAsyncResult that represents the asynchronous copy, which could still be pending.
Initiates a write operation for the next buffer in line.
Internal StorageAsyncResult that represents the asynchronous copy.
Callback method to be called when the corresponding write operation completes.
The result of the asynchronous operation.
Ends an asynchronous copy operation.
The reference to the pending asynchronous request to finish.
Computes the hash value for this stream.
String representation of the computed hash value.
Ensures that the amount of bufferBlocks is greater than or equal to the required size.
Does not trim the size.
The required size.
If the is negative.
Adds another block to the underlying bufferBlocks.
Copies the specified amount of data from internal buffers to the buffer and advances the position.
An array of bytes. When this method returns, the buffer contains the specified byte array with the values
between offset and (offset + count - 1) replaced by the bytes read from the current source.
The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
The maximum number of bytes to be read from the current stream.
The total number of bytes read into the buffer. This can be less than the number of bytes requested
if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Requires the stream to be of sufficient size for writing).
An array of bytes. This method copies count bytes from buffer to the current stream.
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
The number of bytes to be written to the current stream.
Advances the current position of the stream and adjust the offset and remainder based on the amount completed.
The current offset in the external buffer.
The amount of data left to process.
The amount of data processed.
Advances the current position of the stream and adjust the remainder based on the amount completed.
The amount of data left to process.
The amount of data processed.
Calculate the block for the current position.
Gets a value indicating whether the current stream supports reading.
Is true if the stream supports reading; otherwise, false.
Gets a value indicating whether the current stream supports seeking.
Is true if the stream supports seeking; otherwise, false.
Gets a value indicating whether the current stream supports writing.
Is true if the stream supports writing; otherwise, false.
Gets the currently written length.
Represents the current position in the stream.
Thrown if position is outside the stream size
A NullTaskReturn type.
Represents a no-return from a task.
Prevents a default instance of the class from being created.
Provides a standard set of errors that could be thrown from the client library.
This class provides APM Read/Write overrides for memory stream to improve performance.
Initializes a new instance of the SyncMemoryStream class with an expandable capacity initialized to zero.
Initializes a new non-resizable instance of the SyncMemoryStream class based on the specified byte array.
The array of unsigned bytes from which to create the current stream.
Initializes a new non-resizable instance of the SyncMemoryStream class based on the specified region (index) of a byte array.
The array of unsigned bytes from which to create the current stream.
The index into buffer at which the stream begins.
Initializes a new non-resizable instance of the SyncMemoryStream class based on the specified region (index) of a byte array.
The array of unsigned bytes from which to create the current stream.
The index into buffer at which the stream begins.
The length of the stream in bytes.
Begins an asynchronous read operation.
When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.
The zero-based byte offset in buffer at which to begin storing the data read from the current stream.
The maximum number of bytes to be read.
An optional asynchronous callback, to be called when the read is complete.
A user-provided object that distinguishes this particular asynchronous read request from other requests.
An IAsyncResult that represents the asynchronous read, which could still be pending.
Waits for the pending asynchronous read to complete.
The reference to the pending asynchronous request to finish.
The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero if the end of the stream has been reached.
Begins an asynchronous write operation.
The buffer to write data from.
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
The number of bytes to write.
An optional asynchronous callback, to be called when the write is complete.
A user-provided object that distinguishes this particular asynchronous write request from other requests.
An IAsyncResult that represents the asynchronous write, which could still be pending.
Ends an asynchronous write operation.
The reference to the pending asynchronous request to finish.
A convenience class for constructing URI query strings.
Stores the query parameters.
Add the value with URI escaping.
The query name.
The query value.
Returns a containing the URI.
A containing the URI.
Adds a query parameter to a URI.
The original URI, including any existing query parameters.
The URI with the new query parameter appended.
Contains helper methods for implementing shared access signatures.
Get the complete query builder for creating the Shared Access Signature query.
The shared access policy to hash.
An optional identifier for the policy.
Either "b" for blobs or "c" for containers.
The signature to use.
The name of the key used to create the signature, or null if the key is implicit.
The finished query builder.
Get the complete query builder for creating the Shared Access Signature query.
The shared access policy to hash.
An optional identifier for the policy.
The signature to use.
The name of the key used to create the signature, or null if the key is implicit.
The finished query builder.
Get the complete query builder for creating the Shared Access Signature query.
The shared access policy to hash.
The name of the table associated with this shared access signature.
An optional identifier for the policy.
The start partition key, or null.
The start row key, or null.
The end partition key, or null.
The end row key, or null.
The signature to use.
The name of the key used to create the signature, or null if the key is implicit.
The finished query builder.
Converts the specified value to either a string representation or .
The value to convert.
A string representing the specified value.
Converts the specified value to either a string representation or null.
The value to convert.
A string representing the specified value.
Escapes and adds the specified name/value pair to the query builder if it is not null.
The builder to add the value to.
The name of the pair.
The value to be escaped.
Parses the query.
The query parameters.
A boolean that represents whether SignedResource is part of Sas or not. True for blobs, False for Queues and Tables.
Get the complete query builder for creating the Shared Access Signature query.
The permissions string for the resource, or null.
The start time, or null.
The expiration time, or null.
The start partition key, or null.
The start row key, or null.
The end partition key, or null.
The end row key, or null.
An optional identifier for the policy.
Either "b" for blobs or "c" for containers, or null if neither.
The name of the table this signature is associated with,
or null if not using table SAS.
The signature to use.
The name of the key used to create the signature, or null if the key is implicit.
The finished query builder.
Get the signature hash embedded inside the Shared Access Signature.
The shared access policy to hash.
An optional identifier for the policy.
The canonical resource string, unescaped.
The key value retrieved as an atomic operation used for signing.
The signed hash.
Get the signature hash embedded inside the Shared Access Signature.
The shared access policy to hash.
An optional identifier for the policy.
The canonical resource string, unescaped.
The key value retrieved as an atomic operation used for signing.
The signed hash.
Get the signature hash embedded inside the Shared Access Signature.
The shared access policy to hash.
An optional identifier for the policy.
The start partition key, or null.
The start row key, or null.
The end partition key, or null.
The end row key, or null.
The canonical resource string, unescaped.
The key value retrieved as an atomic operation used for signing.
The signed hash.
Get the signature hash embedded inside the Shared Access Signature.
The permissions string for the resource, or null.
The start time, or null.
The expiration time, or null.
The start partition key, or null.
The start row key, or null.
The end partition key, or null.
The end row key, or null.
Whether to use the table string-to-sign.
An optional identifier for the policy.
The canonical resource string, unescaped.
The key value retrieved as an atomic operation used for signing.
The signed hash.
Gets the value of the x-ms-date or Date header.
The request where the value is read from.
The value of the x-ms-date or Date header.
Appends the value of the Content-Length header to the specified canonicalized string.
The canonicalized string where the value is appended.
The request where the value is read from.
Appends the value of the Date header (or, optionally, the x-ms-date header) to the specified canonicalized string.
The canonicalized string where the value is appended.
The request where the value is read from.
true if the value of the x-ms-date header can be used and is preferred; otherwise, false.
Appends the values of the x-ms-* headers to the specified canonicalized string.
The canonicalized string where the values are appended.
The request where the values are read from.
Gets the canonicalized header value to use for the specified date/time or null if it does not have a value.
The date/time.
The canonicalized header value to use for the specified date/time or null if it does not have a value.
Gets the canonicalized resource string for the specified URI.
The resource URI.
The name of the storage account.
true when using the Shared Key Lite authentication scheme or the table service; otherwise, false.
The canonicalized resource string.
Create an ExecutionState object that can be used for pre-request operations
such as buffering user's data.
Request options
Temporary ExecutionState object
Gets the first header value or null if no header values exist.
The type of header objects contained in the enumerable.
An enumerable that contains header values.
The first header value or null if no header values exist.
Throws an exception if the string is empty or null.
The name of the parameter.
The value of the parameter.
Thrown if value is empty.
Thrown if value is null.
Throw an exception if the value is null.
The name of the parameter.
The value of the parameter.
Thrown if value is null.
Throw an exception indicating argument is out of range.
The name of the parameter.
The value of the parameter.
Throw an exception if the argument is out of bounds.
The type of the value.
The name of the parameter.
The value of the parameter.
The minimum value for the parameter.
The maximum value for the parameter.
Throw an exception if the argument is out of bounds.
The type of the value.
The name of the parameter.
The value of the parameter.
The minimum value for the parameter.
Checks that the given timeout in within allowed bounds.
The timeout to check.
The timeout is not within allowed bounds.
Combines AssertNotNullOrEmpty and AssertInBounds for convenience.
The name of the parameter.
Turns on or off null/empty checking.
The value of the parameter.
The maximum size of value.
Rounds up to seconds.
The time span.
The time rounded to seconds.
Determines if a URI requires path style addressing.
The URI to check.
Returns true if the Uri uses path style addressing; otherwise, false.
Read the value of an element in the XML.
The name of the element whose value is retrieved.
A reader that provides access to XML data.
A string representation of the element's value.
Returns an enumerable collection of results that is retrieved lazily.
The type of ResultSegment like Blob, Container, Queue and Table.
The segment generator.
>A non-negative integer value that indicates the maximum number of results to be returned
in the result segment, up to the per-operation limit of 5000.
Applies the request optimizations such as disabling buffering and 100 continue.
The request to be modified.
The length of the content, -1 if the content length is not settable.
Increments the counter by one and thus sets the state of the event to non-signaled, causing threads to block.
Decrements the counter by one. If the counter reaches zero, sets the state of the event to signaled, allowing one or more waiting threads to proceed.
Blocks the current thread until the CounterEvent is set.
Blocks the current thread until the CounterEvent is set, using a 32-bit signed integer to measure the timeout.
The number of milliseconds to wait, or Infinite(-1) to wait indefinitely.
true if the CounterEvent was set; otherwise, false.
Releases all resources used by the current instance of the CounterEvent class.
Gets a WaitHandle that is used to wait for the event to be set.
A WaitHandle that is used to wait for the event to be set.
Provides helper functions for http request/response processing.
Parse the http query string.
Http query string.
Converts the DateTimeOffset object to an Http string of form: Sun, 28 Jan 2008 12:11:37 GMT.
The DateTimeOffset object to convert to an Http string.
String of form: Sun, 28 Jan 2008 12:11:37 GMT.
Try to get the value of the specified header name.
The Http web response from which to get the header value.
The name of the header whose value is to be retrieved.
The default value for the header that is returned if we can't get the actual header value.
A string representing the header value.
Wrapper class for MD5.
Calculates an on-going hash using the input byte array.
The input array used for calculating the hash.
The offset in the input buffer to calculate from.
The number of bytes to use from input.
Retrieves the string representation of the hash. (Completes the creation of the hash).
String representation of the computed hash value.
Contains methods for dealing with navigation.
The name of the root container.
Used in address parsing.
Used in address parsing.
Used in address parsing.
Used to split string on slash.
Used to split hostname.
Retrieves the container part of a storage Uri, or "$root" if the container is implicit.
The blob address.
If set to true use path style Uris.
Name of the container.
The trailing slash is always removed.
GetContainerName(new Uri("http://test.blob.core.windows.net/mycontainer/myfolder/myblob")) will return "mycontainer"
GetContainerName(new Uri("http://test.blob.core.windows.net/mycontainer/")) will return "mycontainer"
GetContainerName(new Uri("http://test.blob.core.windows.net/myblob")) will return "$root"
GetContainerName(new Uri("http://test.blob.core.windows.net/")) will throw ArgumentException
Retrieves the blob part of a storage Uri.
The blob address.
If set to true use path style Uris.
The name of the blob.
Retrieves the complete container address from a storage Uri
Example GetContainerAddress(new Uri("http://test.blob.core.windows.net/mycontainer/myfolder/myblob"))
will return http://test.blob.core.windows.net/mycontainer.
The blob address.
True to use path style Uris.
Uri of the container.
Retrieves the parent name from a storage Uri.
The blob address.
The delimiter.
If set to true use path style Uris.
The name of the parent.
Adds the trailing delimiter as the prefix returned by the storage REST api always contains the delimiter.
GetParentName(new Uri("http://test.blob.core.windows.net/mycontainer/myfolder/myblob", "/")) will return "/mycontainer/myfolder/"
GetParentName(new Uri("http://test.blob.core.windows.net/mycontainer/myfolder|myblob", "|") will return "/mycontainer/myfolder|"
GetParentName(new Uri("http://test.blob.core.windows.net/mycontainer/myblob", "/") will return "/mycontainer/"
GetParentName(new Uri("http://test.blob.core.windows.net/mycontainer/", "/") will return "/mycontainer/"
Retrieves the parent address for a blob Uri.
The blob address.
The delimiter.
If set to true use path style Uris.
The address of the parent.
GetParentName(new Uri("http://test.blob.core.windows.net/mycontainer/myfolder/myblob", null))
will return "http://test.blob.core.windows.net/mycontainer/myfolder/"
Gets the service client base address.
The address Uri.
The use path style Uris.
The base address of the client.
GetServiceClientBaseAddress("http://testaccount.blob.core.windows.net/testcontainer/blob1")
returns "http://testaccount.blob.core.windows.net"
Appends a path to a URI correctly using "/" as separator.
The base URI.
The relative or absolute URI.
The appended Uri.
AppendPathToUri(new Uri("http://test.blob.core.windows.net/test", "abc")
will return "http://test.blob.core.windows.net/test/abc"
AppendPathToUri(new Uri("http://test.blob.core.windows.net/test"), "http://test.blob.core.windows.net/test/abc")
will return "http://test.blob.core.windows.net/test/abc"
Append a relative path to a URI, handling trailing slashes appropriately.
The base URI.
The relative or absolute URI.
The separator.
The appended Uri.
Get container name from address for styles of paths
Example: http://test.blob.core.windows.net/container/blob => container
http://127.0.0.1:10000/test/container/blob => container.
The container Uri.
If set to true use path style Uris.
The container name.
Gets the canonical path from creds.
The credentials.
The absolute path.
The canonical path.
Similar to getting container name from Uri.
The queue Uri.
If set to true use path style Uris.
The queue name.
Extracts a table name from the table's Uri.
The queue Uri.
If set to true use path style Uris.
The queue name.
Retrieve the container address and address.
The blob address.
True to use path style Uris.
Name of the container.
The container URI.
Retrieve the container name and the blob name from a blob address.
The blob address.
If set to true use path style Uris.
The resulting container name.
The resulting blob name.
Parses the snapshot time.
The snapshot time.
The parsed snapshot time.
Parse Uri for SAS (Shared access signature) information.
The complete Uri.
The credentials to use.
The parsed snapshot.
The blob URI without credentials or snapshot info
address
Validate that no other query parameters are passed in.
Any SAS information will be recorded as corresponding credentials instance.
If credentials is passed in and it does not match the SAS information found, an
exception will be thrown.
Otherwise a new client is created based on SAS information or as anonymous credentials.
Parse Uri for SAS (Shared access signature) information.
The complete Uri.
The credentials to use.
Validate that no other query parameters are passed in.
Any SAS information will be recorded as corresponding credentials instance.
If credentials is passed in and it does not match the SAS information found, an
exception will be thrown.
Otherwise a new client is created based on SAS information or as anonymous credentials.
Represents a canonicalized string used in authenticating a request against the azure service.
Provides properties to keep track of Md5 hash / Length of a stream as it is being copied.
Provides stream helper methods that allow us to copy streams and measure the stream size.
Reads synchronously the specified content of the stream and writes it to the given output stream.
The origin stream.
The destination stream.
Number of bytes to copy from source stream to destination stream. Cannot be passed with a value for maxLength.
Maximum length of the stream to write.
true to calculate the MD5 hash.
A boolean indicating whether the write happens synchronously.
An object that stores state of the operation.
State of the stream copy.
stream
Asynchronously reads the entire content of the stream and writes it to the given output stream.
The result type of the ExecutionState
The origin stream.
The destination stream.
Number of bytes to copy from source stream to destination stream. Cannot be passed with a value for maxLength.
Maximum length of the source stream. Cannot be passed with a value for copyLength.
Bool value indicating whether the Md5 should be calculated.
An object that stores state of the operation.
State of the stream copy.
The action taken when the execution is completed.
Represents a retry policy that performs a specified number of retries, using a randomized exponential back off scheme to determine the interval between retries.
Represents a retry policy.
Generates a new retry policy for the current request attempt.
An object that represents the retry policy for the current request attempt.
Determines if the operation should be retried and how long to wait until the next retry.
The number of retries for the given operation. A value of zero signifies this is the first error encountered.
The status code for the last operation.
An object that represents the last exception encountered.
The interval to wait until the next retry.
An object for tracking the current operation.
true if the operation should be retried; otherwise, false.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified delta and maximum number of retries.
The back off interval between retries.
The maximum number of retry attempts.
Determines if the operation should be retried and how long to wait until the next retry.
The number of retries for the given operation. A value of zero signifies this is the first error encountered.
The status code for the last operation.
An object that represents the last exception encountered.
The interval to wait until the next retry.
An object for tracking the current operation.
true if the operation should be retried; otherwise, false.
Generates a new retry policy for the current request attempt.
An object that represents the retry policy for the current request attempt.
Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between retries.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified delta and maximum number of retries.
The back off interval between retries.
The maximum number of retry attempts.
Determines if the operation should be retried and how long to wait until the next retry.
The number of retries for the given operation. A value of zero signifies this is the first error encountered.
The status code for the last operation.
An object that represents the last exception encountered.
The interval to wait until the next retry.
An object for tracking the current operation.
true if the operation should be retried; otherwise, false.
Generates a new retry policy for the current request attempt.
An object that represents the retry policy for the current request attempt.
Represents a retry policy that performs no retries.
Initializes a new instance of the class.
Determines if the operation should be retried and how long to wait until the next retry.
The number of retries for the given operation. A value of zero signifies this is the first error encountered.
The status code for the last operation.
An object that represents the last exception encountered.
The interval to wait until the next retry.
An object for tracking the current operation.
true if the operation should be retried; otherwise, false.
Generates a new retry policy for the current request attempt.
An object that represents the retry policy for the current request attempt.
Verifies that the blob is not a snapshot.
Gets the blob's system properties.
The blob's properties.
Gets the user-defined metadata for the blob.
The blob's metadata, as a collection of name-value pairs.
Gets the blob's URI.
The absolute URI to the blob.
Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.
The blob's snapshot time if the blob is a snapshot; otherwise, null.
If the blob is not a snapshot, the value of this property is null.
Gets the state of the most recent or pending copy operation.
A object containing the copy state, or null if no copy blob state exists for this blob.
Represents the permissions for a container.
Initializes a new instance of the class.
Gets or sets the public access setting for the container.
The public access setting for the container.
Gets the set of shared access policies for the container.
The set of shared access policies for the container.
Represents the system properties for a container.
Gets the ETag value for the container.
The container's quoted ETag value.
Gets the container's last-modified time.
The container's last-modified time.
Gets the container's lease status.
A object that indicates the container's lease status.
Gets the container's lease state.
A object that indicates the container's lease state.
Gets the container's lease duration.
A object that indicates the container's lease duration.
Specifies the level of public access that is allowed on the container.
No public access. Only the account owner can read resources in this container.
Container-level public access. Anonymous clients can read container and blob data.
Blob-level public access. Anonymous clients can read blob data within this container, but not container data.
Represents a continuation token for listing operations.
continuation tokens are used in methods that return a object, such as .
Gets an XML representation of an object.
An that describes the XML representation of the object that is produced by the method and consumed by the method.
Generates a serializable continuation token from its XML representation.
The stream from which the continuation token is deserialized.
Converts a serializable continuation token into its XML representation.
The stream to which the continuation token is serialized.
Gets or sets the next marker for continuing results for enumeration operations.
The next marker.
Specifies which items to include when listing a set of blobs.
List only committed blobs, and do not return blob metadata.
List committed blobs and blob snapshots.
Retrieve blob metadata for each blob returned in the listing.
List committed and uncommitted blobs.
Include copy properties in the listing.
List all available committed blobs, uncommitted blobs, and snapshots, and return all metadata and copy status for those blobs.
Represents the system properties for a blob.
Initializes a new instance of the class.
Initializes a new instance of the class based on an existing instance.
The set of properties to clone.
Lease-related properties will not be cloned, because a lease associated with the base blob is not copied to the snapshot.
Gets or sets the cache-control value stored for the blob.
The blob's cache-control value.
Gets or sets the content-encoding value stored for the blob.
The blob's content-encoding value.
If this property has not been set for the blob, it returns null.
Gets or sets the content-language value stored for the blob.
The blob's content-language value.
If this property has not been set for the blob, it returns null.
Gets the size of the blob, in bytes.
The blob's size in bytes.
Gets or sets the content-MD5 value stored for the blob.
The blob's content-MD5 hash.
Gets or sets the content-type value stored for the blob.
The blob's content-type value.
If this property has not been set for the blob, it returns null.
Gets the blob's ETag value.
The blob's ETag value.
Gets the the last-modified time for the blob, expressed as a UTC value.
The blob's last-modified time, in UTC format.
Gets the type of the blob.
A object that indicates the type of the blob.
Gets the blob's lease status.
A object that indicates the blob's lease status.
Gets the blob's lease state.
A object that indicates the blob's lease state.
Gets the blob's lease duration.
A object that indicates the blob's lease duration.
If the blob is a page blob, gets the blob's current sequence number.
The blob's current sequence number.
Represents a set of timeout and retry policy options that may be specified for a request against the Blob service.
Initializes a new instance of the class.
Clones an instance of BlobRequestOptions so that we can apply defaults.
BlobRequestOptions instance to be cloned.
Gets or sets the absolute expiry time across all potential retries for the request.
Gets or sets the retry policy.
The retry policy.
Gets or sets the server timeout interval for the request.
The server timeout interval for the request.
Gets or sets the maximum execution time across all potential retries for the request.
A representing the maximum execution time for retries for the request.
Gets or sets a value to calculate and send/validate content MD5 for transactions.
Use true to calculate and send/validate content MD5 for transactions; otherwise, false.
Gets or sets a value to indicate that an MD5 hash will be calculated and stored when uploading a blob.
Use true to calculate and store an MD5 hash when uploading a blob; otherwise, false.
Gets or sets a value to indicate that MD5 validation will be disabled when downloading blobs.
Use true to disable MD5 validation; false to enable MD5 validation.
Represents a segment of results, with continuation information for pagination scenarios.
Gets an enumerable collection of results.
An enumerable collection of results.
Gets the continuation token used to retrieve the next segment of results. Returns null if there are no more results.
The continuation token.
The type of a blob.
Not specified.
A page blob.
A block blob.
Indicates whether to list only committed blocks, only uncommitted blocks, or all blocks.
Committed blocks.
Uncommitted blocks.
Both committed and uncommitted blocks.
Indicates which block lists should be searched to find a specified block.
Search the committed block list only.
Search the uncommitted block list only.
Search the uncommitted block list first, and if the block is not found there, search
the committed block list.
Specifies which details to include when listing the containers in this storage account.
No additional details.
Retrieve container metadata.
Retrieve all available details.
Represents a segment of results and contains continuation and pagination information.
Gets an enumerable collection of results.
An enumerable collection of results.
Gets the continuation token used to retrieve the next segment of results.
The continuation token.
Represents the attributes of a copy operation.
Gets the ID of the copy operation.
A copy ID string.
Gets the time the copy operation completed, and indicates whether completion was due to a successful copy, the cancelling of the operation, or a failure.
A containing the completion time, or null if the operation has not completed.
Gets the status of the copy operation.
A enumeration indicating the status of the operation.
Gets the source URI of a copy operation.
A indicating the source of a copy operation, or null.
Gets the number of bytes copied in the operation so far.
The number of bytes copied in the operation so far, or null.
Gets the total number of bytes in the source of the copy.
The number of bytes in the source, or null.
Gets the description of the current status, if any.
A status description string, or null.
Represents the status of a copy blob operation.
The copy status is invalid.
The copy operation is pending.
The copy operation succeeded.
The copy operation has been aborted.
The copy operation encountered an error.
The set of options describing delete operation.
Delete blobs but not snapshots.
Delete the blob and its snapshots.
Delete the blob's snapshots only.
Describes actions that can be performed on a lease.
Acquire the lease.
Renew the lease.
Release the lease.
Break the lease.
Change the lease ID.
The lease duration of a resource.
The lease duration is not specified.
The lease duration is finite.
The lease duration is infinite.
The lease state of a resource.
The lease state is not specified.
The lease is in the Available state.
The lease is in the Leased state.
The lease is in the Expired state.
The lease is in the Breaking state.
The lease is in the Broken state.
The lease status of a resource.
The lease status is not specified.
The resource is locked.
The resource is available to be locked.
Represents a block retrieved from the blob's block list.
Gets the name of the block.
The block name.
Gets the size of block in bytes.
The block size.
Gets a value indicating whether or not the block has been committed.
True if the block has been committed; otherwise, false.
Represents a range of pages in a page blob.
Initializes a new instance of the class.
The starting offset.
The ending offset.
Returns the content of the page range as a string.
The content of the page range.
Gets the starting offset of the page range.
The starting offset.
Gets the ending offset of the page range.
The ending offset.
Describes actions that can be performed on a page blob sequence number.
Sets the sequence number to be the higher of the value included with the request and the value currently stored for the blob.
Sets the sequence number to the value included with the request.
Increments the value of the sequence number by 1.
Specifies the set of possible permissions for a shared access policy.
No shared access granted.
Read access granted.
Write access granted.
Delete access granted for blobs.
List access granted.
Represents the collection of shared access policies defined for a container.
Adds the specified key and value to the collection of shared access policies.
The key of the value to add.
The value to add the collection of shared access policies.
Determines whether the collection of shared access policies contains the specified key.
The key to locate in the collection of shared access policies.
true if the collection of shared access policies contains an element with the specified key; otherwise, false.
Removes the value with the specified key from the shared access policies collection.
The key of the item to remove.
true if the element is successfully found and removed; otherwise, false. This method returns false if the key is not found.
Gets the item associated with the specified key.
The key of the value to get.
The item to get.
The item associated with the specified key, if the key is found; otherwise, the default value for the type.
Adds the specified key/ value, stored in a , to the collection of shared access policies.
The object, containing a key/ value pair, to add to the shared access policies collection.
Removes all keys and values from the shared access collection.
Determines whether the collection of shared access policies contains the key and value in the specified object.
A object containing the key and value to search for.
true if the shared access policies collection contains the specified key/value; otherwise, false.
Copies each key/ value pair in the shared access policies collection to a compatible one-dimensional array, starting at the specified index of the target array.
The one-dimensional array of objects that is the destination of the elements copied from the shared access policies collection.
The zero-based index in at which copying begins.
Removes the value, specified in the object, from the shared access policies collection.
The object, containing a key and value, to remove from the shared access policies collection.
true if the item was successfully removed; otherwise, false.
Returns an enumerator that iterates through the collection of shared access policies.
An of type .
Returns an enumerator that iterates through the collection of shared access policies.
An object that can be used to iterate through the collection of shared access policies.
Gets a collection containing the keys in the shared access policies collection.
A collection containing the keys in the of shared access policies collection.
Gets a collection containing the values in the shared access policies collection.
A collection of items in the shared access policies collection.
Gets or sets the item associated with the specified key.
The key of the value to get or set.
The item associated with the specified key, or null if key is not in the shared access policies collection.
Gets the number of key/ value pairs contained in the shared access policies collection.
The number of key/ value pairs contained in the shared access policies collection.
Gets a value indicating whether the collection of shared access policies is read-only.
true if the collection of shared access policies is read-only; otherwise, false.
Represents a shared access policy, which specifies the start time, expiry time,
and permissions for a shared access signature.
Initializes a new instance of the class.
Converts the permissions specified for the shared access policy to a string.
The shared access permissions.
The shared access permissions in string format.
Constructs a object from a permissions string.
The shared access permissions in string format.
A set of shared access permissions.
Gets or sets the start time for a shared access signature associated with this shared access policy.
The shared access start time.
Gets or sets the expiry time for a shared access signature associated with this shared access policy.
The shared access expiry time.
Gets or sets the permissions for a shared access signature associated with this shared access policy.
The permissions.
Parses the response XML from an operation to set the access policy for a container.
Parses the response XML from an operation to set the access policy for a cloud object.
The policy type to be filled.
Provides a base class that is used internally to parse XML streams from storage service operations.
The type to be parsed.
Indicates that all parsable objects have been consumed. This field is reserved and should not be used.
Stores any objects that have not yet been parsed. This field is reserved and should not be used.
The reader used for parsing. This field is reserved and should not be used.
The IEnumerator over the parsed content.
Used to make sure that parsing is only done once, since a stream is not re-entrant.
Initializes a new instance of the ResponseParsingBase class.
The stream to be parsed.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Parses the XML response. This method is reserved and should not be used.
A collection of enumerable objects.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources, and optional
managed resources.
True to release both managed and unmanaged resources; otherwise, false.
This method is reserved and should not be used.
True when the object is consumable.
Parses the XML and close.
A list of parsed results.
Gets the parsable objects. This method is reserved and should not be used.
The objects to parse.
Initializes a new instance of the AccessPolicyResponseBase class.
The stream to be parsed.
Parses the current element.
The shared access policy element to parse.
The shared access policy.
Parses the response XML from a Set Container ACL operation to retrieve container-level access policy data.
A list of enumerable key-value pairs.
Gets an enumerable collection of container-level access policy identifiers.
An enumerable collection of container-level access policy identifiers.
Initializes a new instance of the BlobAccessPolicyResponse class.
The stream to be parsed.
Parses the current element.
The shared access policy element to parse.
The shared access policy.
Represents a container item returned in the XML response for a container listing operation.
Initializes a new instance of the class.
Gets the user-defined metadata for the container.
The container's metadata, as a collection of name-value pairs.
Gets the container's system properties.
The container's properties.
Gets the name of the container.
The container's name.
Gets the container's URI.
The absolute URI to the container.
Provides error code strings that are specific to the Blob service.
Error code that may be returned when a block ID is invalid.
Error code that may be returned when a blob with the specified address cannot be found.
Error code that may be returned when a client attempts to create a blob that already exists.
Error code that may be returned when the specified block or blob is invalid.
Error code that may be returned when a block list is invalid.
The specified container was not found.
The specified container already exists.
The specified container is disabled.
The specified container is being deleted.
Error code that may be returned when there is currently no lease on the blob.
Error code that may be returned when there is currently no lease on the container.
Error code that may be returned when a lease ID was specified, but the lease has expired.
Error code that may be returned when the lease ID specified did not match the lease ID for the blob.
Error code that may be returned when the lease ID specified did not match the lease ID for the container.
Error code that may be returned when there is currently a lease on the resource and no lease ID was specified in the request.
Error code that may be returned when there is currently no lease on the resource.
Error code that may be returned when the lease ID specified did not match the lease ID.
Error code that may be returned when there is already a lease present.
Error code that may be returned when the lease has already been broken and cannot be broken again.
Error code that may be returned when the lease ID matched, but the lease has been broken explicitly and cannot be renewed.
Error code that may be returned when the lease ID matched, but the lease is breaking and cannot be acquired.
Error code that may be returned when the lease ID matched, but the lease is breaking and cannot be changed.
Error code that may be returned when the copy ID specified in an Abort Copy operation does not match the current pending copy ID.
Error code that may be returned when an Abort Copy operation is called when there is no pending copy.
Error code that may be returned when an attempt to modify the destination of a pending copy is made.
Error code that may be returned when the source of a copy cannot be accessed.
Error code that may be returned when the destination of a copy operation has a lease of fixed duration.
Provides a set of parameters for a blob listing operation.
Represents the listing context for enumeration operations.
Initializes a new instance of the class.
The resource name prefix.
The maximum number of resources to return in a single operation, up to the per-operation limit of 5000.
Gets or sets the Prefix value.
The Prefix value.
Gets or sets the MaxResults value.
The MaxResults value.
Gets or sets the Marker value.
The Marker value.
Initializes a new instance of the class.
The blob prefix.
The maximum number of results to return.
The blob delimiter.
The include parameter.
Gets or sets the delimiter for a blob listing operation.
The delimiter to use to traverse the virtual hierarchy of blobs.
The delimiter parameter enables the caller to traverse the blob namespace by using a user-configured delimiter.
Using this parameter, it is possible to traverse a virtual hierarchy of blobs as though it were a file system.
Gets or sets the details for the listing operation, which indicates the types of data to include in the
response.
The details to include in the listing operation.
The include parameter specifies that the response should include one or more of the following subsets: snapshots,
metadata, uncommitted blobs.
Provides a set of helper methods for constructing a request against the Blob service.
Converts the date time to snapshot string.
The date time.
The converted string.
Writes a collection of shared access policies to the specified stream in XML format.
A collection of shared access policies.
An output stream.
Writes the body of the block list to the specified stream in XML format.
An enumerable collection of objects.
The stream to which the block list is written.
Provides methods for parsing the response from an operation to return a block list.
Initializes a new instance of the class.
The stream to be parsed.
Reads a block item for block listing.
Whether we are currently listing committed blocks or not
Block listing entry
Parses the XML response returned by an operation to retrieve a list of blocks.
An enumerable collection of objects.
Gets an enumerable collection of objects from the response.
An enumerable collection of objects.
Provides methods for parsing the response from an operation to get a range of pages for a page blob.
Initializes a new instance of the class.
The stream of page ranges to be parsed.
Reads a page range.
Page range entry
Parses the XML response for an operation to get a range of pages for a page blob.
An enumerable collection of objects.
Gets an enumerable collection of objects from the response.
An enumerable collection of objects.
Represents an item that may be returned by a blob listing operation.
Represents a blob item returned in the XML response for a blob listing operation.
Initializes a new instance of the class.
The name of the blob.
The blob's attributes.
Stores the blob item's attributes.
Gets the name of the blob item.
The name of the blob item.
Gets the blob item's system properties.
The blob item's properties.
Gets the user-defined metadata for the blob item.
The blob item's metadata, as a collection of name-value pairs.
Gets the blob item's URI.
The absolute URI to the blob item.
Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.
The blob's snapshot time if the blob is a snapshot; otherwise, null.
If the blob is not a snapshot, the value of this property is null.
Gets the state of the most recent or pending copy operation.
A object containing the copy state, or null if no copy blob state exists for this blob.
Represents the blob name prefix that is returned in the XML response for a blob listing operation.
Gets the blob name prefix.
The blob name prefix.
Provides methods for parsing the response from a blob listing operation.
Stores the blob prefix.
Signals when the blob prefix can be consumed.
Stores the marker.
Signals when the marker can be consumed.
Stores the blob delimiter.
Signals when the blob delimiter can be consumed.
Stores the max results.
Signals when the max results can be consumed.
Stores the next marker.
Signals when the next marker can be consumed.
Initializes a new instance of the class.
The stream to be parsed.
Parses a blob entry in a blob listing response.
Blob listing entry
Parses a blob prefix entry in a blob listing response.
Blob listing entry
Parses the response XML for a blob listing operation.
An enumerable collection of objects that implement .
Gets the listing context from the XML response.
A set of parameters for the listing operation.
Gets an enumerable collection of objects that implement from the response.
An enumerable collection of objects that implement .
Gets the Prefix value provided for the listing operation from the XML response.
The Prefix value.
Gets the Marker value provided for the listing operation from the XML response.
The Marker value.
Gets the Delimiter value provided for the listing operation from the XML response.
The Delimiter value.
Gets the MaxResults value provided for the listing operation from the XML response.
The MaxResults value.
Gets the NextMarker value from the XML response, if the listing was not complete.
The NextMarker value.
Provides methods for parsing the response from a container listing operation.
Stores the container prefix.
Signals when the container prefix can be consumed.
Stores the marker.
Signals when the marker can be consumed.
Stores the max results.
Signals when the max results can be consumed.
Stores the next marker.
Signals when the next marker can be consumed.
Initializes a new instance of the class.
The stream to be parsed.
Reads a container entry completely including its properties and metadata.
Container listing entry
Parses the response XML for a container listing operation.
An enumerable collection of objects.
Gets the listing context from the XML response.
A set of parameters for the listing operation.
Gets an enumerable collection of objects from the response.
An enumerable collection of objects.
Gets the Prefix value provided for the listing operation from the XML response.
The Prefix value.
Gets the Marker value provided for the listing operation from the XML response.
The Marker value.
Gets the MaxResults value provided for the listing operation from the XML response.
The MaxResults value.
Gets the NextMarker value from the XML response, if the listing was not complete.
The NextMarker value.
Describes actions that may be used for writing to a page blob or clearing a set of pages.
Update the page with new data.
Clear the page.
Represents a block in a block list.
Initializes a new instance of the class.
The block ID.
One of the enumeration values that specifies in which block lists to search for the block.
Gets the block ID.
The block ID.
Gets a value that indicates which block lists to search for the block.
One of the enumeration values that specifies in which block lists to search for the block.
Enumeration controlling the options for updating queue messages.
Update the message visibility timeout.
Update the message content.
Enum for Queue message type.
Internal use only.
Indicates the message object stores the raw text string.
Indicates the message object stores the Base64-Encoded representation of the raw data.
Represents a set of timeout and retry policy options that may be specified for a request against the Queue service.
Initializes a new instance of the class.
Clones an instance of QueueRequestOptions so that we can apply defaults.
QueueRequestOptions instance to be cloned.
Gets or sets the absolute expiry time across all potential retries for the request.
Gets or sets the retry policy for the request.
The retry policy delegate.
Gets or sets the server timeout for the request.
The client and server timeout interval for the request.
Gets or sets the maximum execution time across all potential retries for the request.
A representing the maximum execution time for retries for the request.
Represents a segment of results, with continuation information for pagination scenarios.
Gets an enumerable collection of results.
An enumerable collection of results.
Gets the continuation token used to retrieve the next segment of results. Returns null if there are no more results.
The continuation token.
Specifies the set of possible permissions for a shared access queue policy.
No shared access granted.
Permission to peek messages and get queue metadata granted.
Permission to add messages granted.
Permissions to update messages granted.
Permission to get and delete messages granted.
Represents the collection of shared access policies defined for a queue.
Adds the specified key and value to the collection of shared access policies.
The key of the value to add.
The value to add the collection of shared access policies.
Determines whether the collection of shared access policies contains the specified key.
The key to locate in the collection of shared access policies.
true if the collection of shared access policies contains an element with the specified key; otherwise, false.
Removes the value with the specified key from the shared access policies collection.
The key of the item to remove.
true if the element is successfully found and removed; otherwise, false. This method returns false if the key is not found.
Gets the item associated with the specified key.
The key of the value to get.
The item to get.
The item associated with the specified key, if the key is found; otherwise, the default value for the type.
Adds the specified key/ value, stored in a , to the collection of shared access policies.
The object, containing a key/ value pair, to add to the shared access policies collection.
Removes all keys and values from the shared access collection.
Determines whether the collection of shared access policies contains the key and value in the specified object.
A object containing the key and value to search for.
true if the shared access policies collection contains the specified key/value; otherwise, false.
Copies each key/ value pair in the shared access policies collection to a compatible one-dimensional array, starting at the specified index of the target array.
The one-dimensional array of objects that is the destination of the elements copied from the shared access policies collection.
The zero-based index in at which copying begins.
Removes the value, specified in the object, from the shared access policies collection.
The object, containing a key and value, to remove from the shared access policies collection.
true if the item was successfully removed; otherwise, false.
Returns an enumerator that iterates through the collection of shared access policies.
An of type .
Returns an enumerator that iterates through the collection of shared access policies.
An object that can be used to iterate through the collection of shared access policies.
Gets a collection containing the keys in the shared access policies collection.
A collection containing the keys in the of shared access policies collection.
Gets a collection containing the values in the shared access policies collection.
A collection of items in the shared access policies collection.
Gets or sets the item associated with the specified key.
The key of the value to get or set.
The item associated with the specified key, or null if key is not in the shared access policies collection.
Gets the number of key/ value pairs contained in the shared access policies collection.
The number of key/ value pairs contained in the shared access policies collection.
Gets a value indicating whether the collection of shared access policies is read-only.
true if the collection of shared access policies is read-only; otherwise, false.
Represents a shared access policy for a queue, which specifies the start time, expiry time,
and permissions for a shared access signature.
Initializes a new instance of the SharedAccessQueuePolicy class.
Converts the permissions specified for the shared access policy to a string.
The shared access permissions.
The shared access permissions in string format.
Constructs a object from a permissions string.
The shared access permissions in string format.
A set of shared access permissions.
Gets or sets the start time for a shared access signature associated with this shared access policy.
The shared access start time.
Gets or sets the expiry time for a shared access signature associated with this shared access policy.
The shared access expiry time.
Gets or sets the permissions for a shared access signature associated with this shared access policy.
The permissions.
Provides methods for parsing the response from an operation to get messages from a queue.
Initializes a new instance of the class.
The stream of messages to parse.
Parses a message entry in a queue get messages response.
Message entry
Parses the XML response returned by an operation to get messages from a queue.
An enumerable collection of objects.
Gets an enumerable collection of objects from the response.
An enumerable collection of objects.
Provides methods for parsing the response from a queue listing operation.
Stores the container prefix.
Signals when the container prefix can be consumed.
Stores the marker.
Signals when the marker can be consumed.
Stores the max results.
Signals when the max results can be consumed.
Stores the next marker.
Signals when the next marker can be consumed.
Initializes a new instance of the class.
The stream to be parsed.
Parses a queue entry in a queue listing response.
Queue listing entry
Parses the response XML for a queue listing operation.
An enumerable collection of objects.
Gets the listing context from the XML response.
A set of parameters for the listing operation.
Gets an enumerable collection of objects from the response.
An enumerable collection of objects.
Gets the Prefix value provided for the listing operation from the XML response.
The Prefix value.
Gets the Marker value provided for the listing operation from the XML response.
The Marker value.
Gets the MaxResults value provided for the listing operation from the XML response.
The MaxResults value.
Gets the NextMarker value from the XML response, if the listing was not complete.
The NextMarker value.
Parses the response XML from an operation to set the access policy for a queue.
Initializes a new instance of the QueueAccessPolicyResponse class.
The stream to be parsed.
Parses the current element.
The shared access policy element to parse.
The shared access policy.
Represents a continuation token returned by the Queue service.
continuation tokens are used in methods that return a object, such as .
Gets an XML representation of an object.
An that describes the XML representation of the object that is produced by the method and consumed by the method.
Generates a serializable continuation token from its XML representation.
The stream from which the continuation token is deserialized.
Converts a serializable continuation token into its XML representation.
The stream to which the continuation token is serialized.
Gets or sets the NextMarker for continuing results for CloudQueue enumeration operations.
The next marker.
Represents a queue item returned in the XML response for a queue listing operation.
Initializes a new instance of the class.
Initializes a new instance of the class.
The name of the queue.
The Uri of the queue.
The queue's metadata.
Gets the user-defined metadata for the queue.
The queue's metadata, as a collection of name-value pairs.
Gets the name of the queue.
The queue's name.
Gets the queue's URI.
The absolute URI to the queue.
Provides error code strings that are specific to the Queue service.
Error code that may be returned when the specified queue was not found.
Error code that may be returned when the specified queue is disabled.
Error code that may be returned when the specified queue already exists.
Error code that may be returned when the specified queue is not empty.
Error code that may be returned when the specified queue is being deleted.
Error code that may be returned when the specified pop receipt does not match.
Error code that may be returned when one or more request parameters are invalid.
Error code that may be returned when the specified message was not found.
Error code that may be returned when the specified message is too large.
Error code that may be returned when the specified marker is invalid.
Provides a set of parameters for a queue listing operation.
Initializes a new instance of the class.
The queue prefix.
The maximum number of results to return.
The include parameter.
Gets or sets the details for the listing operation, which indicates the types of data to include in the
response.
The details to include in the listing operation.
Specifies which details to include when listing the queues in this storage account.
No additional details.
Retrieve queue metadata.
Retrieve all available details.
Represents a message retrieved from a queue.
Initializes a new instance of the class.
Gets the message expiration time.
The message expiration time.
Gets the message ID.
The message ID.
Gets the time the message was added to the queue.
The message insertion time.
Gets the time the message is next visible.
The time the message is next visible.
Gets the pop receipt for the message.
The message's pop receipt.
Gets the text of the message.
The message text.
Gets the number of times this message has been dequeued.
The dequeue count.
Represents the permissions for a queue.
Initializes a new instance of the class.
Gets the set of shared access policies for the queue.
The set of shared access policies for the queue.
Provides a set of helper methods for constructing a request against the Queue service.
Writes a collection of shared access policies to the specified stream in XML format.
A collection of shared access policies.
An output stream.
Writes a message to the specified stream in XML format.
The message body.
An output stream.
Gets or sets the number of entities the table query will return.
The maximum number of entities for the table query to return.
Gets or sets the filter expression to use in the table query.
A string containing the filter expression to use in the query.
Gets or sets the property names of the table entity properties to return when the table query is executed.
A list of strings containing the property names of the table entity properties to return when the query is executed.
Provides a set of extension methods for objects of type .
Specifies a set of on the query.
The entity type of the query.
A query that implements .
A object that specifies execution options, such as retry policy and timeout settings, for the operation.
A object with the specified request options set.
Specifies an for the query.
The entity type of the query.
A query that implements .
An object for tracking the current operation.
A object with the specified operation context.
Specifies an entity resolver for the query.
The entity type of the query.
The type of the resolver.
A query that implements .
The entity resolver, of type .
A with the specified resolver.
Specifies that a query be returned as a object.
The entity type of the query.
A query that implements .
An object of type .
A type which allows callers direct access to the property map of the entity. This class eliminates the use of reflection for serialization and deserialization.
An interface required for table entity types. The interface declares getter and setter methods for the mandatory entity properties, and
and methods for serialization and de-serialization of all entity properties using a property dictionary. Create classes implementing to customize property
storage, retrieval, serialization and de-serialization, and to provide additional custom logic for a table entity.
The storage client library includes two implementations of that provide for simple property access and serialization:
implements and provides a simple property dictionary to store and retrieve properties. Use a for simple access
to entity properties when only a subset of properties are returned (for example, by a select clause in a query), or for scenarios where your query can return multiple entity types
with different properties. You can also use this type to perform bulk table updates of heterogeneous entities without losing property information.
is an implementation of that uses reflection-based serialization and de-serialization behavior in its and methods.
-derived classes with methods that follow a convention for types and naming are serialized and deserialized automatically. -derived classes must also provide a get-able and set-able public
property of a type that is supported by the Windows Azure Table service.
Populates the entity's properties from the data values in the dictionary.
The dictionary of string property names to data values to deserialize and store in this table entity instance.
An object used to track the execution of the operation.
Serializes the of property names mapped to data values from the entity instance.
An object used to track the execution of the operation.
A dictionary of property names to data typed values created by serializing this table entity instance.
Gets or sets the entity's partition key.
The entity's partition key.
Gets or sets the entity's row key.
The entity's row key.
Gets or sets the entity's time stamp.
The entity's time stamp. The property is populated by the Windows Azure Table Service.
Gets or sets the entity's current ETag. Set this value to '*'
in order to blindly overwrite an entity as part of an update
operation.
The entity's time stamp.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified partition key and row key.
The partition key value for the entity.
The row key value for the entity.
Initializes a new instance of the class with the entity's partition key, row key, ETag (if available/required), and properties.
The entity's partition key.
The entity's row key.
The entity's current ETag.
The entity's properties, indexed by property name.
Initializes a new instance of the class with the entity's partition key, row key, time stamp, ETag (if available/required), and properties.
The entity's partition key.
The entity's row key.
The timestamp for this entity as returned by Windows Azure.
The entity's current ETag; set to null to ignore the ETag during subsequent update operations.
An containing a map of property names to data typed values to store in the new .
Deserializes this instance using the specified of property names to values of type .
A collection containing the of string property names mapped to values of type to store in this instance.
An object used to track the execution of the operation.
Serializes the of property names mapped to values of type from this instance.
An object used to track the execution of the operation.
A collection containing the map of string property names to values of type stored in this instance.
Gets or sets the properties in the table entity, indexed by property name.
The entity properties.
Gets or sets the entity's partition key.
The entity partition key.
Gets or sets the entity's row key.
The entity row key.
Gets or sets the entity's timestamp.
The entity timestamp.
Gets or sets the entity's current ETag. Set this value to '*' to blindly overwrite an entity as part of an update operation.
The entity ETag.
Gets or sets the entity's property, given the name of the property.
The name of the property.
The property.
Enumeration containing the types of values that can be stored in
a table entity property.
Represents fixed- or variable-length character data.
Represents fixed- or variable-length binary data.
Represents the mathematical concept of binary-valued logic.
Represents date and time.
Represents a floating point number with 15 digits precision that can represent values with approximate range of +/- 2.23e -308 through +/- 1.79e +308.
Represents a 16-byte (128-bit) unique identifier value.
Represents a signed 32-bit integer value.
Represents a signed 64-bit integer value.
Class for storing information about a single property in an entity in a table.
Creates a new object that represents the specified offset value.
The value for the new .
A new of the offset type.
Creates a new object that represents the specified byte array.
The value for the new .
A new of the byte array.
Creates a new object that represents the specified value.
The value for the new .
A new of the type.
Creates a new object that represents the specified value.
The value for the new .
A new of the type.
Creates a new object that represents the specified value.
The value for the new .
A new of the type.
Creates a new object that represents the specified value.
The value for the new .
A new of the type.
Creates a new object that represents the specified value.
The value for the new .
A new of the type.
Creates a new object that represents the specified value.
The value for the new .
A new of the type.
Initializes a new instance of the class by using the
byte array value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the class by using the
value of the property.
The value for the new .
Initializes a new instance of the EntityProperty class given the
EdmType of the property (the value must be set by a public
constructor).
Compares the given object (which is probably an )
for equality with this object.
The other object.
true if the objects are equivalent; false otherwise.
Gets the hash code for this entity property.
The hash code for the entity property.
Creates an from the object.
The value of the object.
The reference to the object created.
Ensures that the given type matches the type of this entity
property; throws an exception if the types do not match.
Gets the as a generic object.
Gets the of this object.
The of this object.
Gets or sets the byte array value of this object.
An exception will be thrown if you attempt to set this property to anything other than an byte array.
The byte array value of this object.
Gets or sets the value of this object.
An exception will be thrown if you attempt to set this property to anything other than an Object.
The value of this object.
Gets or sets the offset value of this object.
An exception will be thrown if you attempt to set this property to anything other than a object.
The offset value of this object.
Gets or sets the value of this object.
An exception will be thrown if you attempt to set this property to anything other than a object.
The value of this object.
Gets or sets the value of this object.
An exception will be thrown if you attempt to set this property to anything other than a object.
The value of this object.
Gets or sets the value of this object.
An exception will be thrown if you attempt to set this property to anything other than an Object.
The value of this object.
Gets or sets the value of this object.
An exception will be thrown if you attempt to set this property to anything other than an Object.
The value of this object.
Gets or sets the value of this object.
An exception will be thrown if you attempt to set this property to anything other than a object.
The value of this object.
Returns a delegate for resolving entities.
The type into which the query results are projected.
The partition key.
The row key.
The timestamp.
A dictionary of properties.
The ETag.
Defines the set of comparison operators that may be used for constructing queries.
Represents the Equal operator.
Represents the Not Equal operator.
Represents the Greater Than operator.
Represents the Greater Than or Equal operator.
Represents the Less Than operator.
Represents the Less Than or Equal operator.
Specifies the set of possible permissions for a shared access table policy.
No shared access granted.
Permission to query entities granted.
Permission to add entities granted.
Permission to modify entities granted.
Permission to delete entities granted.
Represents the collection of shared access policies defined for a table.
Adds the specified key and value to the collection of shared access policies.
The key of the value to add.
The value to add to the collection of shared access policies.
Determines whether the collection of shared access policies contains the specified key.
The key to locate in the collection of shared access policies.
true if the collection of shared access policies contains an element with the specified key; otherwise, false.
Removes the value with the specified key from the shared access policies collection.
The key of the item to remove.
true if the element is successfully found and removed; otherwise, false. This method returns false if the key is not found.
Gets the item associated with the specified key.
The key of the value to get.
The item to get.
The item associated with the specified key, if the key is found; otherwise, the default value for the type.
Adds the specified key/ value, stored in a , to the collection of shared access policies.
The object, containing a key/ value pair, to add to the shared access policies collection.
Removes all keys and values from the shared access collection.
Determines whether the collection of shared access policies contains the key and value in the specified object.
A object containing the key and value to search for.
true if the shared access policies collection contains the specified key/value; otherwise, false.
Copies each key/ value pair in the shared access policies collection to a compatible one-dimensional array, starting at the specified index of the target array.
The one-dimensional array of objects that is the destination of the elements copied from the shared access policies collection.
The zero-based index in at which copying begins.
Removes the value, specified in the object, from the shared access policies collection.
The object, containing a key and value, to remove from the shared access policies collection.
true if the item was successfully removed; otherwise, false.
Returns an enumerator that iterates through the collection of shared access policies.
An of type .
Returns an enumerator that iterates through the collection of shared access policies.
An object that can be used to iterate through the collection of shared access policies.
Gets a collection containing the keys in the shared access policies collection.
A collection containing the keys in the of shared access policies collection.
Gets a collection containing the values in the shared access policies collection.
A collection of items in the shared access policies collection.
Gets or sets the item associated with the specified key.
The key of the value to get or set.
The item associated with the specified key, or null if key is not in the shared access policies collection.
Gets the number of key/ value pairs contained in the shared access policies collection.
The number of key/ value pairs contained in the shared access policies collection.
Gets a value indicating whether the collection of shared access policies is read-only.
true if the collection of shared access policies is read-only; otherwise, false.
Represents a shared access policy, which specifies the start time, expiry time,
and permissions for a shared access signature.
Initializes a new instance of the SharedAccessTablePolicy class.
Converts the permissions specified for the shared access policy to a string.
The shared access permissions.
The shared access permissions in string format.
Constructs a object from a permissions string.
The shared access permissions in string format.
A set of shared access permissions.
Gets or sets the start time for a shared access signature associated with this shared access policy.
The shared access start time.
Gets or sets the expiry time for a shared access signature associated with this shared access policy.
The shared access expiry time.
Gets or sets the permissions for a shared access signature associated with this shared access policy.
The permissions.
Represents a continuation token for listing operations.
A method that may return a partial set of results via a object also returns a continuation token,
which can be used in a subsequent call to return the next set of available results.
Gets an XML representation of an object.
An that describes the XML representation of the object that is produced by the method and consumed by the method.
Generates a serializable continuation token from its XML representation.
The stream from which the continuation token is deserialized.
Converts a serializable continuation token into its XML representation.
The stream to which the continuation token is serialized.
Gets or sets the next partition key for enumeration operations.
The next partition key.
Gets or sets the next row key for enumeration operations.
The next row key.
Gets or sets the next table name for enumeration operations.
The name of the next table.
Represents the base object type for a table entity in the Table service.
provides a base implementation for the interface that provides and methods that by default serialize and
deserialize all properties via reflection. A table entity class may extend this class and override the and methods to provide customized or better performing serialization logic.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified partition key and row key.
The partition key of the to be initialized.
The row key of the to be initialized.
Deserializes this instance using the specified of property names to data typed values.
The map of string property names to data values to deserialize and store in this table entity instance.
An object used to track the execution of the operation.
Deserializes a custom entity instance using the specified of property names to data typed values.
Custom entity instance being deserialized.
The map of string property names to data values to deserialize and store in this entity instance.
An object used to track the execution of the operation.
Serializes the of property names mapped to data values from this instance.
An object used to track the execution of the operation.
A map of property names to data typed values created by serializing this table entity instance.
Create a of objects for all the properties of the specified entity object.
The entity object to serialize.
An object used to track the execution of the operation.
A of objects for all the properties of the specified entity object.
Determines if the given property should be skipped based on its name, if it exposes a public getter and setter, and if the IgnoreAttribute is not defined.
The PropertyInfo of the property to check
An object used to track the execution of the operation.
True if the property should be skipped, false otherwise.
Compiles a ReadAction for the given type
The type to compile for
A ReadAction that deserializes the given entity type.
Compiles a WriteFunc for the given type
The type to compile for
A WriteFunc that serializes the given entity type.
Generates a Conditional Expression that will retrieve the given entity value by type and set it into the current property.
The entity type
The property to deserialize into
An Expression that represents the entity instance
An Expression that represents the current EntityProperty expression
Gets the EntityProperty from the dictionary, or returns null. Similar to IDictionary.TryGetValue with logging support.
The key value
The Dictionary instance
The operationContext to log to.
Gets or sets the entity's partition key.
The partition key of the entity.
Gets or sets the entity's row key.
The row key of the entity.
Gets or sets the entity's timestamp.
The timestamp of the entity.
Gets or sets the entity's current ETag. Set this value to '*' in order to blindly overwrite an entity as part of an update operation.
The ETag of the entity.
Disables the ability to dynamically generate read and write lambdas at runtime. Setting this to false will clear out the static cache shared across all type instances that derive from TableEntity.
This entities compiled Write Func
This entities compiled Read Action
Enumeration containing the types of operations that can be
performed by a .
Represents an insert operation.
Represents a delete operation.
Represents a replace operation.
Represents a merge operation.
Represents an insert or replace operation.
Represents an insert or merge operation.
Represents a retrieve operation.
Defines the set of Boolean operators for constructing queries.
Represents the And operator.
Represents the Not operator.
Represents the Or operator.
Represents the permissions for a table.
Initializes a new instance of the class.
Gets the set of shared access policies for the container.
The set of shared access policies for the container.
Represents a segment of results and contains continuation token information.
The type of the result that the segment contains.
Stores the continuation token used to retrieve the next segment of results.
Initializes a new instance of the class.
The result.
Returns an enumerator that iterates through the .
An enumerator that iterates through the .
Gets an enumerable collection of results.
An enumerable collection of results.
Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation.
The continuation token.
Represents a set of timeout and retry policy options that may be specified for a request against the Table service.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified .
The request options used to initialize this instance of the class.
Gets or sets the absolute expiry time across all potential retries for the request.
Gets or sets the retry policy for the request.
The retry policy delegate.
Gets or sets the server timeout for the request.
The client and server timeout interval for the request.
Gets or sets the maximum execution time for all potential retries for the request.
A representing the maximum execution time for retries for the request.
Represents the result of a table operation.
The class encapsulates the HTTP response and any table entity results returned by the Storage Service REST API operation called for a particular .
Gets or sets the result returned by the as an .
The result of the table operation as an .
Gets or sets the HTTP status code returned by a request.
The HTTP status code returned by a request.
Gets or sets the ETag returned with the request results.
The ETag returned with the request results.
Represents a segment of results, with continuation information for pagination scenarios.
Initializes a new instance of the class.
The result.
Stores the continuation token used to retrieve the next segment of results or null if there are no more results.
Returns an enumerator that iterates through the segment of results.
An enumerator that iterates through the segment of results.
Gets an enumerable collection of results.
An enumerable collection of results.
Gets the continuation token used to retrieve the next segment of results. Returns null if there are no more results.
The continuation token.
Internal table service entity for creating tables.
Stores the table name.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified name.
The name of the table.
Determines whether the specified is equal to this instance.
The to compare with this instance.
Returns true if the specified is equal to this instance; otherwise, false.
The parameter is null.
Returns a hash code for this instance.
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Gets or sets the table name.
The name of the table.
Parses the response XML from an operation to set the access policy for a table.
Initializes a new instance of the TableAccessPolicyResponse class.
The stream to be parsed.
Parses the current element.
The shared access policy element to parse.
The shared access policy.
A set of constants used in operations against the Table service.
Stores the header prefix for continuation information.
Stores the header suffix for the next partition key.
Stores the header suffix for the next row key.
Stores the table suffix for the next table name.
Stores the maximum results the table service can return.
The maximum size of a string property for the table service in bytes.
The maximum size of a string property for the table service in bytes.
The maximum size of a string property for the table service in chars.
The name of the special table used to store tables.
The name of the partition key property.
The name of the row key property.
The name of the Timestamp property.
The name of the ETag property.
The name of the property that stores the table name.
The query filter clause name.
The query top clause name.
The query select clause name.
The minimum DateTime supported.
Provides error code strings that are specific to the Windows Azure Table service.
The request uses X-HTTP-Method with an HTTP verb other than POST.
The specified X-HTTP-Method is invalid.
More than one X-HTTP-Method is specified.
The specified table has no properties.
A property is specified more than once.
The specified table has no such property.
A duplicate key property was specified.
The specified table already exists.
The specified table was not found.
The specified entity was not found.
The specified entity already exists.
The partition key was not specified.
One or more specified operators are invalid.
The specified update condition was not satisfied.
All properties must have values.
The partition key property cannot be updated.
The entity contains more properties than allowed.
The entity is larger than the maximum size permitted.
The property value is larger than the maximum size permitted.
One or more value types are invalid.
The specified table is being deleted.
The Table service server is out of memory.
The type of the primary key property is invalid.
The property name exceeds the maximum allowed length.
The property name is invalid.
Batch operations are not supported for this operation type.
JSON format is not supported.
The specified method is not allowed.
The specified operation is not yet implemented.
Provides a set of helper methods for constructing a request against the Table service.
Writes a collection of shared access policies to the specified stream in XML format.
A collection of shared access policies.
An output stream.
Contains storage constants.
Maximum number of shared access policy identifiers supported by server.
Default Write Block Size used by Blob stream.
The maximum size of a blob before it must be separated into blocks.
The maximum size of a single block.
The maximum size of a range get operation that returns content MD5.
The maximum number of blocks.
The maximum size of a blob with blocks.
Default size of buffer for unknown sized requests.
Common name to be used for all loggers.
The size of a page in a PageBlob.
A constant representing a kilo-byte (Non-SI version).
A constant representing a megabyte (Non-SI version).
A constant representing a megabyte (Non-SI version).
XML element for committed blocks.
XML element for uncommitted blocks.
XML element for blocks.
XML element for names.
XML element for sizes.
XML element for block lists.
XML element for queue message lists.
XML element for queue messages.
XML element for message IDs.
XML element for insertion times.
XML element for expiration times.
XML element for pop receipts.
XML element for the time next visible fields.
XML element for message texts.
XML element for dequeue counts.
XML element for page ranges.
XML element for page list elements.
XML element for page range start elements.
XML element for page range end elements.
XML element for delimiters.
XML element for blob prefixes.
XML element for content type fields.
XML element for content type fields.
XML element for content encoding fields.
XML element for content language fields.
XML element for content length fields.
XML element for content MD5 fields.
XML element for enumeration results.
XML element for blobs.
XML element for prefixes.
XML element for maximum results.
XML element for markers.
XML element for the next marker.
XML element for the ETag.
XML element for the last modified date.
XML element for the Url.
XML element for blobs.
XML element for copy ID.
XML element for copy status.
XML element for copy source.
XML element for copy progress.
XML element for copy completion time.
XML element for copy status description.
Constant signaling a page blob.
Constant signaling a block blob.
Constant signaling the blob is locked.
Constant signaling the blob is unlocked.
Constant signaling the resource is available for leasing.
Constant signaling the resource is leased.
Constant signaling the resource's lease has expired.
Constant signaling the resource's lease is breaking.
Constant signaling the resource's lease is broken.
Constant signaling the resource's lease is infinite.
Constant signaling the resource's lease is fixed (finite).
Constant for a pending copy.
Constant for a successful copy.
Constant for an aborted copy.
Constant for a failed copy.
XML element for blob types.
XML element for the lease status.
XML element for the lease status.
XML element for the lease status.
XML element for snapshots.
XML element for containers.
XML element for a container.
XML element for queues.
Version 2 of the XML element for the queue name.
XML element for the queue.
XML element for properties.
XML element for the metadata.
XML element for an invalid metadata name.
XML element for maximum results.
XML element for committed blocks.
XML element for uncommitted blocks.
XML element for the latest.
XML element for signed identifiers.
XML element for a signed identifier.
XML element for access policies.
XML attribute for IDs.
XML element for the start time of an access policy.
XML element for the end of an access policy.
XML element for the permissions of an access policy.
The URI path component to access the messages in a queue.
XML element for exception details.
XML root element for errors.
XML element for error codes.
XML element for error codes returned by the preview tenants.
XML element for error messages.
XML element for error messages.
XML element for exception messages.
XML element for stack traces.
Default client side timeout for all service clients.
Default server side timeout for all service clients.
Maximum Retry Policy back-off
Maximum allowed timeout for any request.
Constants for HTTP headers.
Specifies the value to use for UserAgent header.
Specifies the value to use for UserAgent header.
Master Windows Azure Storage header prefix.
True Header.
False Header.
Header prefix for properties.
Header prefix for metadata.
Header that specifies content length.
Header that specifies content language.
Header for data ranges.
Header for range content MD5.
Header for storage version.
Header for copy source.
Header for the If-Match condition.
Header for the If-Modified-Since condition.
Header for the If-None-Match condition.
Header for the If-Unmodified-Since condition.
Header for the If-Sequence-Number-LE condition.
Header for the If-Sequence-Number-LT condition.
Header for the If-Sequence-Number-EQ condition.
Header for the blob type.
Header for snapshots.
Header to delete snapshots.
Header that specifies approximate message count of a queue.
Header that specifies blob caching control.
Header that specifies blob content encoding.
Header that specifies blob content language.
Header that specifies blob content MD5.
Header that specifies blob content type.
Header that specifies blob content length.
Header that specifies blob sequence number.
Header that specifies sequence number action.
Header that specifies lease ID.
Header that specifies lease status.
Header that specifies lease status.
Header that specifies page write mode.
Header that specifies the date.
Header indicating the request ID.
Header indicating the client request ID.
Header that specifies public access to blobs.
Format string for specifying ranges.
Current storage version header value.
Every time this version changes, assembly version needs to be updated as well.
Specifies the page blob type.
Specifies the block blob type.
Specifies only snapshots are to be included.
Specifies snapshots are to be included.
Header that specifies the pop receipt for a message.
Header that specifies the next visible time for a message.
Header that specifies whether to peek-only.
Header that specifies whether data in the container may be accessed publicly and what level of access is to be allowed.
Header that specifies the lease action to perform.
Header that specifies the proposed lease ID for a leasing operation.
Header that specifies the duration of a lease.
Header that specifies the break period of a lease.
Header that specifies the remaining lease time.
Header that specifies the key name for explicit keys.
Header that specifies the copy ID.
Header that specifies the copy last modified time.
Header that specifies the copy status.
Header that specifies the copy progress.
Header that specifies a copy error message.
Header that specifies the copy action.
The value of the copy action header that signifies an abort operation.
Specifies the value to use for UserAgent header.
Specifies the comment to use for UserAgent header.
Constants for query strings.
Query component for snapshot time.
Query component for the signed SAS start time.
Query component for the signed SAS expiry time.
Query component for the signed SAS resource.
Query component for the SAS table name.
Query component for the signed SAS permissions.
Query component for the SAS start partition key.
Query component for the SAS start row key.
Query component for the SAS end partition key.
Query component for the SAS end row key.
Query component for the signed SAS identifier.
Query component for the signing SAS key.
Query component for the signed SAS version.
Query component for SAS signature.
Query component for message time-to-live.
Query component for message visibility timeout.
Query component for the number of messages.
Query component for message pop receipt.
Query component for resource type.
Query component for the operation (component) to access.
Query component for the copy ID.
Constants for Result Continuations
Top Element for Continuation Tokens
XML element for the next marker.
XML element for the next partition key.
XML element for the next row key.
XML element for the next table name.
XML element for the token version.
Stores the current token version value.
XML element for the token type.
Specifies the blob continuation token type.
Specifies the queue continuation token type.
Specifies the table continuation token type.
Enumeration representing the state of logging in a service.
Logging is disabled.
Log read operations.
Log write operations.
Log delete operations.
Log all operations.
Class representing the service properties pertaining to logging.
Gets or sets the version of the analytics service.
A string identifying the version of the service.
Gets or sets the state of logging.
A combination of flags describing the operations that are logged.
Gets or sets the logging retention policy.
The number of days to retain the logs.
Enumeration representing the state of metrics collection in a service.
Metrics collection is disabled.
Service-level metrics collection is enabled.
Service-level and API metrics collection are enabled.
Class representing the service properties pertaining to metrics.
Gets or sets the version of the analytics service.
A string identifying the version of the service.
Gets or sets the state of metrics collection.
A value indicating which metrics to collect, if any.
Gets or sets the logging retention policy.
The number of days to retain the logs.
Writes a collection of shared access policies to the specified stream in XML format.
A collection of shared access policies.
An output stream.
A delegate that writes a policy to an XML writer.
The type of policy to write.
Gets the request id.
The response from server.
The request ID.
Reads a collection of shared access policies from the specified object.
A collection of shared access policies to be filled.
A policy response object for reading the stream.
The type of policy to read.
Parses the metadata.
The reader.
A of metadata.
Precondition: reader at <Metadata>
Postcondition: reader after </Metadata> (<Metadata/> consumed)
Class representing a set of properties pertaining to a cloud storage service.
The name of the root XML element.
The name of the logging XML element.
The name of the metrics XML element.
The name of the version XML element.
The name of the delete operation XML element.
The name of the read operation XML element.
The name of the write operation XML element.
The name of the retention policy XML element.
The name of the enabled XML element.
The name of the days XML element.
The name of the include APIs XML element.
The name of the default service version XML element.
Initializes a new instance of the ServiceProperties class.
Constructs a ServiceProperties object from an XML document received from the service.
The XML document.
A ServiceProperties object containing the properties in the XML document.
Converts these properties into XML for communicating with the service.
An XML document containing the service properties.
Generates XML representing the given retention policy.
The number of days to retain, or null if the policy is disabled.
An XML retention policy element.
Generates XML representing the given metrics properties.
The metrics properties.
An XML metrics element.
Generates XML representing the given logging properties.
The logging properties.
An XML logging element.
Constructs a LoggingProperties object from an XML element.
The XML element.
A LoggingProperties object containing the properties in the element.
Constructs a MetricsProperties object from an XML element.
The XML element.
A MetricsProperties object containing the properties in the element.
Constructs a retention policy (number of days) from an XML element.
The XML element.
The number of days to retain, or null if retention is disabled.
Writes service properties to a stream, formatted in XML.
The stream to which the formatted properties are to be written.
Gets or sets the logging properties.
The logging properties.
Gets or sets the metrics properties.
The metrics properties.
Gets or sets the default service version.
The default service version identifier.
Provides error code strings that are common to all storage services.
The specified HTTP verb is not supported.
The Content-Length header is required for this request.
A required header was missing.
A required XML node was missing.
One or more header values are not supported.
One or more XML nodes are not supported.
One or more header values are invalid.
One or more XML node values are invalid.
A required query parameter is missing.
One or more query parameters is not supported.
One or more query parameters are invalid.
One or more query parameters are out of range.
The URI is invalid.
The HTTP verb is invalid.
The metadata key is empty.
The request body is too large.
The specified XML document is invalid.
An internal error occurred.
Authentication failed.
The specified MD5 hash does not match the server value.
The specified MD5 hash is invalid.
The input is out of range.
The input is invalid.
The operation timed out.
The specified resource was not found.
The specified metadata is invalid.
The specified metadata is too large.
The specified condition was not met.
The specified range is invalid.
The specified container was not found.
The specified container already exists.
The specified container is disabled.
The specified container is being deleted.
The server is busy.