Microsoft.WindowsAzure.Storage Represents the status of an asynchronous operation and provides support for cancellation. Cancels the asynchronous operation. Represents an entity in a storage analytics capacity 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. 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 that represents the context for the current operation. Serializes the of property names mapped to data values from the entity instance. An object that represents the context for the current operation. An object 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 timestamp. The entity's timestamp. 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 timestamp. Initializes a new instance of the class. Initializes a new instance of the class with the specified partition key and row key. A string containing the partition key of the to be initialized. A string containing the row key of the to be initialized. Deserializes the entity using the specified that maps property names to typed values. An object that maps property names to typed values. An object that represents the context for the current operation. Deserializes a custom entity instance using the specified of property names to data typed values. The custom entity instance being deserialized. An object that maps string property names to data values to deserialize and store in this table entity instance. An object that represents the context for the current operation. Serializes the of property names mapped to data values from this instance. An object that represents the context for the current operation. An object that maps string property names to 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 that represents the context for the current operation. An 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 that represents the context for the current 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. A string containing the partition key for the entity. Gets or sets the entity's row key. A string containing the row key for the entity. Gets or sets the entity's timestamp. A containing the timestamp of the entity. Gets or sets the entity's ETag. Set this value to '*' in order to force an overwrite to an entity as part of an update operation. A string containing the ETag value for 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 Gets or sets the status of the property resolver cache for the . The property resolver cache caches known entity types and their respective property resolver dictionaries when entities are deserialized and the payload does not include JSON metadata. For most scenarios, disabling the property resolver cache is not recommended due to its effect on performance. Initializes a new instance of the class. Gets the capacity entity's timestamp in UTC, representing the start time for that log entry. A string containing a timestamp in UTC. Gets or sets the Capacity property for capacity entity, which indicates the quantity of Blob storage used by the storage account. A long containing the quantity of Blob storage used by the storage account, per this capacity entity. Gets or sets the ContainerCount property for the capacity entity, which indicates the number of blob containers in the storage account. A long containing the number of blob containers in the storage account, per this capacity entity. Gets or sets the ObjectCount property for the capacity entity, which indicates the number of committed and uncommitted blobs in the storage account. A long containing the number of committed and uncommitted blobs in the storage account, per this capacity entity. Provides a client-side logical representation for Microsoft Azure Storage Analytics. This client is used to configure and execute requests against storage analytics. The analytics service client encapsulates the endpoints for the Blob and Table services. It also encapsulates credentials for accessing the storage account. Initializes a new instance of the class using the specified Blob and Table service endpoints and account credentials. A object containing the Blob service endpoint to use to create the client. A object containing the Table service endpoint to use to create the client. A object. Gets a object containing the logs for the specified storage service. A enumeration value. A object. Gets the hourly metrics table for the specified storage service. A enumeration value. A object. Gets the hourly metrics table for the specified storage service. A enumeration value. A enumeration value. A object. Gets the minute metrics table for the specified storage service. A enumeration value. A object. Gets the minute metrics table for the specified storage service. A enumeration value. A enumeration value. A object. Gets the capacity metrics table for the Blob service. A object. Returns an enumerable collection of log blobs containing Analytics log records. The blobs are retrieved lazily. A enumeration value. Returns an enumerable collection of log blobs containing Analytics log records. The blobs are retrieved lazily. A enumeration value. A enumeration value that indicates the types of logging operations on which to filter the log blobs. A enumeration value that indicates whether or not blob metadata should be returned. Only None and Metadata are valid values. 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. Note that specifying a logging operation type for the parameter will return any Analytics log blob that contains the specified logging operation, even if that log blob also includes other types of logging operations. Also note that the only currently supported values for the parameter are None and Metadata. Returns an enumerable collection of log blobs containing Analytics log records. The blobs are retrieved lazily. A enumeration value. A object representing the start time for which logs should be retrieved. A object representing the end time for which logs should be retrieved. An enumerable collection of objects that implement and are retrieved lazily. Returns an enumerable collection of log blobs containing Analytics log records. The blobs are retrieved lazily. A enumeration value. A object representing the start of the time range for which logs should be retrieved. A object representing the end of the time range for which logs should be retrieved. A enumeration value that indicates the types of logging operations on which to filter the log blobs. A enumeration value that indicates whether or not blob metadata should be returned. Only None and Metadata are valid values. 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. Note that specifying a logging operation type for the parameter will return any Analytics log blob that contains the specified logging operation, even if that log blob also includes other types of logging operations. Also note that the only currently supported values for the parameter are None and Metadata. Returns an enumerable collection of Analytics log records, retrieved lazily. A enumeration value. An enumerable collection of objects that implement and are retrieved lazily. Returns an enumerable collection of Analytics log records, retrieved lazily. A enumeration value. 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 an enumerable collection of Analytics log records, retrieved lazily. A enumeration value. A object representing the start of the time range for which logs should be retrieved. A object representing the end of the time range for which logs should be retrieved. An enumerable collection of objects that implement and are retrieved lazily. Returns an enumerable collection of Analytics log records, retrieved lazily. A enumeration value. A object representing the start of the time range for which logs should be retrieved. A object representing the end of the time range for which logs should be retrieved. 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 an enumerable collection of Analytics log records, retrieved lazily. An enumerable collection of objects from which to parse log records. An enumerable collection of objects that implement and are retrieved lazily. Returns an enumerable collection of Analytics log records, retrieved lazily. The object from which to parse log records. An enumerable collection of objects that implement and are retrieved lazily. Returns an enumerable collection of Analytics log records, retrieved lazily. The object from which to parse log records. An enumerable collection of objects that implement and are retrieved lazily. Creates a object for querying the Blob service capacity table. A object. This method is applicable only to Blob service. Creates a object for querying an hourly metrics log table. A enumeration value. A enumeration value. A object. Creates a object for querying a minute metrics log table. A enumeration value. A enumeration value. A object. Represents a Storage Analytics log entry. Initializes a new instance of the class. Initializes a new instance of the class based on a object. The object to use to populate the log record. The version of Storage Analytics Logging used to record the entry. A containing the version number. The time at which the request was received by the service, in UTC format. A specifying the request start time. The type of REST operation performed. A specifying the operation type. The status of the requested operation. A indicating the request status. The HTTP status code for the request. If the request is interrupted, this value may be set to Unknown. A containing the HTTP status code. The total time in milliseconds to perform the requested operation, including the time required to read the incoming request and send the response to the requester. A indicating the end-to-end latency for the operation. The total time in milliseconds to perform the requested operation. This value does not include network latency (the time required to read the incoming request and send the response to the requester). A indicating the server latency for the operation. Indicates whether the request was authenticated via Shared Key or a Shared Access Signature (SAS), or was anonymous. A indicating the authentication scheme. The name of the storage account from which the request originated, if the request is authenticated via Shared Key. This field is null for anonymous requests and requests made via a shared access signature (SAS). A specifying the name of the storage account. The account name of the service owner. A specifying the name of the storage account. The storage service against which the request was made: blob, table, or queue. A indicating against which service the request was made. The complete URL of the request. A object. The key of the requested object, as an encoded string. This field will always use the account name, even if a custom domain name has been configured. A object. The request ID assigned by the storage service. This is equivalent to the value of the x-ms-request-id header. A containing the request ID. The number of operations logged for a request, starting at index zero. Some requests require more than one operation, such as Copy Blob, though most perform just one operation. An integer containing the operation count. The IP address of the requester, including the port number. The storage service version specified when the request was made. This is equivalent to the value of the x-ms-version header. A containing the request version header. The size of the request header, in bytes. If a request is unsuccessful, this value may be null. A long containing the request header size. The size of the request packets read by the storage service, in bytes. If a request is unsuccessful, this value may be null. A long containing the request packet size. The size of the response header, in bytes. If a request is unsuccessful, this value may be null. A long containing the size of the response header in bytes. The size of the response packets written by the storage service, in bytes. If a request is unsuccessful, this value may be null. A long containing the packet size of the response header, in bytes. The value of the Content-Length header for the request sent to the storage service. If the request was successful, this value is equal to request-packet-size. If a request is unsuccessful, this value may not be equal to request-packet-size, or it may be null. A long containing the request content length, in bytes. The value of either the Content-MD5 header or the x-ms-content-md5 header in the request as an encoded string. The MD5 hash value specified in this field represents the content in the request. This field can be null. A containing the request MD5 value. The value of the MD5 hash calculated by the storage service, as an encoded string. A containing the server MD5 hash. The ETag identifier for the returned object as an encoded string. A containing the ETag for the resource. The Last Modified Time (LMT) for the returned object as an encoded string. This field is null for operations that return multiple objects. A specifying the last modified time. A semicolon-separated list, in the form of ConditionName=value, as an encoded string. A containing the conditions used for the request. The User-Agent header value as an encoded string. A containing the value of the User-Agent header. The Referrer header value as an encoded string. A containing the value of the Referrer header. The value of the x-ms-client-request-id header, included in the request as an encoded string. A containing the client request ID. Reads log record information from a stream. A delimiter that exists between fields in a log. A delimiter that exists between logs. The quote character. Initializes a new instance of the class using the specified stream and buffer size. The object to read from. An integer indicating the size of the buffer. Checks whether another field exists in the record. A boolean value indicating whether another field exists. Reads a string from the stream. The string value read from the stream. Reads a quoted string from the stream. The quote string value read from the stream. Ends the current record by reading the record delimiter and adjusting internal state. The caller is expected to know when the record ends. Reads a bool from the stream. The boolean value read from the stream. Reads a value in a specific format from the stream. A string representing the DateTime format to use when parsing. The value read. Reads a value, represented as a number of milliseconds, from the stream. The value read from the stream. Reads a double from the stream. The double value read from the stream. Reads a GUID value from the stream. The value read from the stream. Reads an integer value from the stream. The integer value read from the stream. Reads a long value from the stream. The long value read from the stream. Read a Uri from the stream. The object read from the stream. Dispose this LogRecordStreamReader. Dispose this LogRecordStreamReader Indicates whether this is the end of the file. Checks the position of the stream. A long containing the current position of the stream. Represents an entity in a storage analytics metrics table. Initializes a new instance of the class. Gets the metrics entity's timestamp in UTC, representing the start time for that log entry. A string containing the timestamp in UTC. Gets the AccessType property for the metrics entity, indicating the type of access logged. A string containing the access type for the metrics entity. Gets the TransactionType property for the metrics entity, indicating the type of transaction logged. A string containing the transaction type for the metrics entity. Gets or sets the TotalIngress property for the metrics entity, indicating the quantity of ingress data, in bytes. A long containing the quantity of ingress data, in bytes, for the metrics entity. Gets or sets the TotalEgress property for the metrics entity, indicating the quantity of egress data, in bytes. A long containing the quantity of egress data, in bytes, for the metrics entity. Gets or sets the TotalRequests property for the metrics entity, indicating the total number of requests. A long containing the number of total requests for the metrics entity. Gets or sets the TotalBillableRequests property for the metrics entity, indicating the total number of billable requests. A long containing the total number of billable requests for the metrics entity. Gets or sets the Availability property for the metrics entity, indicating the percentage of availability. A double containing the percentage of availability for the metrics entity. Gets or sets the AverageE2ELatency property for the metrics entity, indicating the average end-to-end latency of successful requests. A double containing the average end-to-end latency of successful requests for the metrics entity. Gets or sets the AverageServerLatency property for the metrics entity, indicating the average latency for the service to process a successful request. A double containing the average latency for the service to process a successful request for the metrics entity. Gets or sets the PercentSuccess property for the metrics entity, indicating the percentage of successful requests. A double containing the percentage of successful requests for the metrics entity. Gets or sets the PercentThrottlingError property for the metrics entity, indicating the percentage of requests that failed with a throttling error. A double containing the percentage of requests that failed with a throttling error for the metrics entity. Gets or sets the PercentTimeoutError property for the metrics entity, indicating the percentage of requests that failed with a timeout error. A double containing the percentage of requests that failed with a timeout error for the metrics entity. Gets or sets the PercentServerOtherError property for the metrics entity, indicating the percentage of requests that failed with a ServerOtherError. A double containing the percentage of requests that failed with a ServerOtherError for the metrics entity. Gets or sets the PercentClientOtherError property for the metrics entity, indicating the percentage of requests that failed with a ClientOtherError. A double containing the percentage of requests that failed with a ClientOtherError for the metrics entity. Gets or sets the PercentAuthorizationError property for the metrics entity, indicating the percentage of requests that failed with an AuthorizationError. A double containing the percentage of requests that failed with an AuthorizationError for the metrics entity. Gets or sets the PercentNetworkError property for the metrics entity, indicating the percentage of requests that failed with a NetworkError. A double containing the percentage of requests that failed with a NetworkError for the metrics entity. Gets or sets the Success property for the metrics entity, indicating the number of successful requests. A long containing the number of successful requests for the metrics entity. Gets or sets the AnonymousSuccess property for the metrics entity, indicating the number of successful anonymous requests. A long containing the number of successful anonymous requests for the metrics entity. Gets or sets the SASSuccess property for the metrics entity, indicating the number of successful SAS requests. A long containing the number of successful SAS requests for the metrics entity. Gets or sets the ThrottlingError property for the metrics entity, indicating the number of authenticated requests that returned a ThrottlingError. A long containing the number of authenticated requests that returned a ThrottlingError for the metrics entity. Gets or sets the AnonymousThrottlingError property for the metrics entity, indicating the number of anonymous requests that returned a ThrottlingError. A long containing the number of anonymous requests that returned a ThrottlingError for the metrics entity. Gets or sets the SASThrottlingError property for the metrics entity, indicating the number of SAS requests that returned a ThrottlingError. A long containing the number of SAS requests that returned a ThrottlingError for the metrics entity. Gets or sets the ClientTimeoutError property for the metrics entity, indicating the number of authenticated requests that returned a ClientTimeoutError. A long containing the number of authenticated requests that returned a ClientTimeoutError for the metrics entity. Gets or sets the AnonymousClientTimeoutError property for the metrics entity, indicating the number of anonymous requests that returned a ClientTimeoutError. A long containing the number of anonymous requests that returned a ClientTimeoutError for the metrics entity. Gets or sets the SASClientTimeoutError property for the metrics entity, indicating the number of SAS requests that returned a ClientTimeoutError. A long containing the number of SAS requests that returned a ClientTimeoutError for the metrics entity. Gets or sets the ServerTimeoutError property for the metrics entity, indicating the number of authenticated requests that returned a ServerTimeoutError. A long containing the number of authenticated requests that returned a ServerTimeoutError for the metrics entity. Gets or sets the AnonymousServerTimeoutError property for the metrics entity, indicating the number of anonymous requests that returned a ServerTimeoutError. A long containing the number of anonymous requests that returned a ServerTimeoutError for the metrics entity. Gets or sets the SASServerTimeoutError property for the metrics entity, indicating the number of SAS requests that returned a ServerTimeoutError. A long containing the number of SAS requests that returned a ServerTimeoutError for the metrics entity. Gets or sets the ClientOtherError property for the metrics entity, indicating the number of authenticated requests that returned a ClientOtherError. A long containing the number of authenticated requests that returned a ClientOtherError for the metrics entity. Gets or sets the SASClientOtherError property for the metrics entity, indicating the number of SAS requests that returned a ClientOtherError. A long containing the number of SAS requests that returned a ClientOtherError for the metrics entity. Gets or sets the AnonymousClientOtherError property for the metrics entity, indicating the number of anonymous requests that returned an ClientOtherError. A long containing the number of anonymous requests that returned a ClientOtherError for the metrics entity. Gets or sets the ServerOtherError property for the metrics entity, indicating the number of authenticated requests that returned a ServerOtherError. A long containing the number of authenticated requests that returned a ServerOtherError for the metrics entity. Gets or sets the AnonymousServerOtherError property for the metrics entity, indicating the number of anonymous requests that returned a ServerOtherError. A long containing the number of anonymous requests that returned a ServerOtherError for the metrics entity. Gets or sets the SASServerOtherError property for the metrics entity, indicating the number of SAS requests that returned a ServerOtherError. A long containing the number of SAS requests that returned a ServerOtherError for the metrics entity. Gets or sets the AuthorizationError property for the metrics entity, indicating the number of authenticated requests that returned an AuthorizationError. A long containing the number of authenticated requests that returned an AuthorizationError for the metrics entity. Gets or sets the AnonymousAuthorizationError property for the metrics entity, indicating the number of anonymous requests that returned an AuthorizationError. A long containing the number of anonymous requests that returned an AuthorizationError for the metrics entity. Gets or sets the SASAuthorizationError property for the metrics entity, indicating the number of SAS requests that returned an AuthorizationError. A long containing the number of SAS requests that returned an AuthorizationError for the metrics entity. Gets or sets the NetworkError property for the metrics entity, indicating the number of authenticated requests that returned a NetworkError. A long containing the number of authenticated requests that returned a NetworkError for the metrics entity. Gets or sets the AnonymousNetworkError property for the metrics entity, indicating the number of anonymous requests that returned a NetworkError. A long containing the number of anonymous requests that returned a NetworkError for the metrics entity. Gets or sets the SASNetworkError property for the metrics entity, indicating the number of SAS requests that returned a NetworkError. A long containing the number of SAS requests that returned a NetworkError for the metrics entity. 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 that represents the context for 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 that represents the context for 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 that represents the context for 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 that represents the context for the current operation. Initializes a new instance of the BlobReadStreamBase class. Blob reference to read from An object that represents the condition that must be met in order for the request to proceed. 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. 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 condition that must be met in order for the request to proceed. 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. 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. An object containing a 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. An object containing a reference to the pending asynchronous request to finish. Initializes a new instance of the BlobWriteStreamBase class. The service client. An object that represents the condition that must be met in order for the request to proceed. 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. Initializes a new instance of the BlobWriteStreamBase class for a block blob. Blob reference to write to. An object that represents the condition that must be met in order for the request to proceed. 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. 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 condition that must be met in order for the request to proceed. 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. 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 condition that must be met in order for the request to proceed. 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. 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 condition that must be met in order for the request to proceed. 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. 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 endpoint or endpoints 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 endpoint or endpoints for the Blob 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 containers whose names begin with the specified prefix and that are retrieved lazily. A string containing the container name prefix. A enumeration value that indicates whether to return container metadata with the listing. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. An enumerable collection of objects that are retrieved lazily. Returns a result segment containing a collection of objects. A object returned by a previous listing operation. A object. Returns a result segment containing a collection of objects. A string containing the container name prefix. A object returned by a previous listing operation. A object. Returns a result segment containing a collection of containers whose names begin with the specified prefix. A string containing the container name prefix. A enumeration 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 object returned by a previous listing operation. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A object. Returns a result segment containing a collection of containers whose names begin with the specified prefix. A string containing the container name prefix. A enumeration 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 object 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 of type . Begins an asynchronous request to return a result segment containing a collection of containers. A object returned by a previous listing operation. An delegate that will receive 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. A string containing the container name prefix. A object returned by a previous listing operation. An delegate that will receive 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. A string containing the container name prefix. A enumeration 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 object 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. An delegate that will receive 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 object. Initiates an asynchronous operation to return a result segment containing a collection of containers. A object returned by a previous listing operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of containers. A object returned by a previous listing operation. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of containers. A string containing the container name prefix. A object returned by a previous listing operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of containers. A string containing the container name prefix. A object returned by a previous listing operation. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of containers. A string containing the container name prefix. A enumeration 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 object 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 of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of containers. A string containing the container name prefix. A enumeration 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 object 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 of type that represents the asynchronous operation. Returns an enumerable collection of blobs in the container, retrieved lazily. A string containing the blob name prefix. A boolean value that 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. If null, default options are applied to 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 string containing the blob name prefix, including the container name. A object returned by a previous listing operation. A object. Returns a result segment containing a collection of blob items in the container. A string containing the blob name prefix, including the container name. A boolean value that 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 object 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. Begins an asynchronous operation to return a result segment containing a collection of blob items in the container. A string containing the blob name prefix, including the container name. A object returned by a previous listing operation. An delegate that will receive 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. A string containing the blob name prefix, including the container name. A boolean value that 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 object 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. An delegate that will receive 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 object. Initiates an asynchronous operation to return a result segment containing a collection of blob items in the container. A string containing the blob name prefix, including the container name. A object returned by a previous listing operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of blob items in the container. A string containing the blob name prefix. A object returned by a previous listing operation. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of blob items in the container. A string containing the blob name prefix. A boolean value that 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 object 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 of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of blob items in the container. A string containing the blob name prefix. A boolean value that 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 object 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 of type that represents the asynchronous operation. Gets a reference to a blob. A containing the URI of the blob. The service assumes this is the URI for the blob at the primary location. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. An object. Gets a reference to a blob. A containing the URI of the blob. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies any additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. An object. Begins an asynchronous operation to get a reference to a blob. A containing the URI of the blob. The service assumes this is the URI for the blob at the primary location. An delegate that will receive 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. A containing the URI of the blob. The service assumes this is the URI for the blob at the primary location. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. A containing the URI of the blob. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies any additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. An that references the pending asynchronous operation. An object. Initiates an asynchronous operation that gets a reference to a blob. A containing the URI of the blob. The service assumes this is the URI for the blob at the primary location. A object of type that represents the asynchronous operation. Initiates an asynchronous operation that gets a reference to a blob. A containing the URI of the blob. The service assumes this is the URI for the blob at the primary location. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Returns a object that gets a reference to a blob. A containing the URI of the blob. The service assumes this is the URI for the blob at the primary location. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Initiates an asynchronous operation that gets a reference to a blob. A containing the URI of the blob. The service assumes this is the URI for the blob at the primary location. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Initiates an asynchronous operation that gets a reference to a blob. A containing the URI of the blob. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. An object that specifies any additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation that gets a reference to a blob. A containing the URI of the blob. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. An object that specifies any 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 of type that represents the asynchronous 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. A containing the URI of the blob. An object that represents the condition that must be met in order for the request to proceed. 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 service properties for the Blob service. An 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 service properties for the Blob service. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 service properties for the Blob service. An that references the pending asynchronous operation. A object. Initiates an asynchronous operation to get service properties for the Blob service. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service properties for the Blob service. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service properties for the Blob service. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service properties for the Blob 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 of type that represents the asynchronous operation. Gets service properties for the Blob service. A object that specifies additional options for the request. An object that represents the context for the current operation. A object. Begins an asynchronous operation to set service properties for the Blob service. A object. An 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 service properties for the Blob service. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 service properties for the Blob service. An that references the pending asynchronous operation. Initiates an asynchronous operation that sets service properties for the Blob service. A object. A object that represents the asynchronous operation. Initiates an asynchronous operation that sets service properties for the Blob service. A object. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that sets service properties for the Blob service. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation that sets service properties for the Blob service. A object. 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 asynchronous operation. Sets service properties for the Blob service. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. Begins an asynchronous operation to get service stats for the secondary Blob service endpoint. An 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 service stats for the secondary Blob service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 service stats for the secondary Blob service endpoint. An that references the pending asynchronous operation. A object. Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint. 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 of type that represents the asynchronous operation. Gets service stats for the secondary Blob service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. A object. Stores the default delimiter. Initializes a new instance of the class using the specified Blob service endpoint and anonymous credentials. A object containing 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. A object containing the Blob service endpoint to use to create the client. A object. Initializes a new instance of the class using the specified Blob service endpoint and account credentials. A object containing the Blob service endpoint to use to create the client. A object. Returns a reference to the root container. A object. Note that the root container must be explicitly created, if it does not already exist, before you can read from it or write to it. Returns a reference to a object with the specified name. A string containing the name of the container. A object. 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. This property is set only when Shared Key or Shared Key Lite credentials are used; it does not apply to authentication via a shared access signature or anonymous access. 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. An object of type . Gets the account credentials used to create the Blob service client. A object. Gets the base URI for the Blob service client at the primary location. A object containing the base URI used to construct the Blob service client at the primary location. Gets the Blob service endpoints for both the primary and secondary locations. An object of type containing Blob service URIs for both the primary and secondary locations. Gets or sets the default request options for requests made via the Blob service client. A object. Gets or sets the default retry policy for requests made via the Blob service client. An object of type . Gets or sets the default location mode for requests made via the Blob service client. A enumeration value. Gets or sets the default server timeout for requests made via the Blob service client. A containing the server timeout interval. Gets or sets the maximum execution time across all potential retries. A containing 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. A string containing the default delimiter for the Blob service. Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob. A long containing 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. An integer indicating 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. 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. 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. Begins an asynchronous operation to create a container. An delegate that will receive 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. An delegate that will receive 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. An delegate that will receive 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. Initiates an asynchronous operation that creates a container. A object that represents the asynchronous operation. Initiates an asynchronous operation that creates a container. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous 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. An delegate that will receive 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. An delegate that will receive 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. An delegate that will receive 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. Initiates an asynchronous operation that creates the container if it does not already exist. A object that represents the asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Deletes the container. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to delete a container. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation that deletes the container. A object that represents the asynchronous operation. Initiates an asynchronous operation that deletes the container. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that deletes the container. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation that deletes the container. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Deletes the container if it already exists. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation that deletes the container if it already exists. A object that represents the asynchronous operation. Initiates an asynchronous operation that deletes the container if it already exists. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that deletes the container if it already exists. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation that deletes the container if it already exists. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Gets a reference to a blob in this container. A string containing the name of the blob. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. A string containing the name of the blob. An delegate that will receive 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. A string containing the name of the blob. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation that gets a reference to a blob in this container. A string containing the name of the blob. A object that represents the asynchronous operation. Initiates an asynchronous operation that gets a reference to a blob in this container. A string containing the name of the blob. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that gets a reference to a blob in this container. A string containing the name of the blob. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation that gets a reference to a blob in this container. A string containing the name of the blob. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Returns an enumerable collection of the blobs in the container that are retrieved lazily. A string containing the blob name prefix. A boolean value that 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. If null, default options are applied to 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. A string containing 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. A string containing the blob name prefix. A boolean value that 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. A string containing the blob name prefix. A boolean value that 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. An delegate that will receive 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. A string containing the blob name prefix. A continuation token returned by a previous listing operation. An delegate that will receive 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. A string containing the blob name prefix. A boolean value that 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. An delegate that will receive 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 . Initiates an asynchronous operation that returns a result segment containing a collection of blob items in the container. A continuation token returned by a previous listing operation. Initiates an asynchronous operation 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. Initiates an asynchronous operation that returns a result segment containing a collection of blob items in the container. A string containing the blob name prefix. A continuation token returned by a previous listing operation. Initiates an asynchronous operation that returns a result segment containing a collection of blob items in the container. A string containing the blob name prefix. A continuation token returned by a previous listing operation. A to observe while waiting for a task to complete. Initiates an asynchronous operation that returns a result segment containing a collection of blob items in the container. A string containing the blob name prefix. A boolean value that 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 asynchronous operation. Initiates an asynchronous operation that returns a result segment containing a collection of blob items in the container. A string containing the blob name prefix. A boolean value that 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 asynchronous operation. Sets permissions for the container. The permissions to apply to the container. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation that sets permissions for the container. The permissions to apply to the container. A object that represents the asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation that sets permissions for the container. The permissions to apply to the container. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation that sets permissions for the container. The permissions to apply to the container. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Gets the permissions settings for the container. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation that gets the permissions settings for the container. A object that represents the asynchronous operation. Initiates an asynchronous operation that gets the permissions settings for the container. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that gets the permissions settings for the container. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation that gets the permissions settings for the container. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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. Checks whether the container exists. If true, the command will be executed against the primary location. 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. An delegate that will receive 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. An delegate that will receive 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. If true, the command will be executed against the primary location. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation that checks whether the container exists. A object that represents the asynchronous operation. Initiates an asynchronous operation that checks whether the container exists. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Retrieves the container's attributes. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to retrieve the container's attributes. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation that retrieves the container's attributes. A object that represents the asynchronous operation. Initiates an asynchronous operation that retrieves the container's attributes. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that retrieves the container's attributes. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation that retrieves the container's attributes. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Sets the container's user-defined metadata. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to set user-defined metadata on the container. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation that sets container's user-defined metadata. A object that represents the asynchronous operation. Initiates an asynchronous operation that sets container's user-defined metadata. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that sets container's user-defined metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation that sets container's user-defined metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Renews a lease on this container. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation that renews a lease on this container. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation that renews a lease on this container. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that renews a lease on this container. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation that renews a lease on this container. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed, 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 asynchronous operation. Releases the lease on this container. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation that releases the lease on this container. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation that releases the lease on this container. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation that releases the lease on this container. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation that releases the lease on this container. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. May not be null. A RESTCommand implementing the acquire lease operation. Generates a RESTCommand for renewing a lease. An object that represents the condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. May not 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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. If true, the command will be executed against the primary location. A that checks existence. Implementation for the SetMetadata method. An object that represents the condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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. A boolean value that 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. A object specifying the absolute URI to the container. Initializes a new instance of the class. A object specifying the absolute URI to the container. A object. Initializes a new instance of the class. A object specifying the absolute URI to the container. A object. Initializes a new instance of the class. A string specifying the container name. A object. 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. A object specifying 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. A object specifying 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. Returns a shared access signature for the container. A object specifying the access policy for the shared access signature. A container-level access policy. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. 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. A string containing the name of the page blob. A object. Returns a reference to a page blob in this virtual directory. A string containing the name of the page blob. A specifying the snapshot timestamp, if the blob is a snapshot. A object. Gets a reference to a block blob in this container. A string containing the name of the block blob. A object. Gets a reference to a block blob in this container. A string containing the name of the block blob. A specifying the snapshot timestamp, if the blob is a snapshot. A object. Gets a reference to a virtual blob directory beneath this container. A string containing the name of the virtual blob directory. A object. Gets the Blob service client for the container. A object. Gets the container's URI for the primary location. A specifying the absolute URI to the container at the primary location. Gets the container's URIs for both the primary and secondary locations. An object of type containing the container's URIs for both the primary and secondary locations. Gets the name of the container. A string containing the container name. Gets the container's metadata. An object containing the container's metadata. Gets the container's system properties. A object. 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. Represents an item that may be returned by a blob listing operation. Gets the URI to the blob item, at the primary location. The for the blob item. Gets the blob item's URIs for both the primary and secondary locations. An object of type containing the blob item's URIs for both the primary and secondary locations. Gets the blob item's parent virtual directory. A object. Gets the blob item's container. A object. Returns an enumerable collection of the blobs in the virtual directory that are retrieved lazily. A boolean value that 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. If null, default options are applied to 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 object returned by a previous listing operation. A object. Returns a result segment containing a collection of blob items in the virtual directory. A boolean value that 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. 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. An delegate that will receive 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. A boolean value that 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. An delegate that will receive 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 object. Initiates 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 of type . Initiates 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 of type . Initiates an asynchronous operation to return a result segment containing a collection of blob items in the virtual directory. A boolean value that 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 of type . Initiates an asynchronous operation to return a result segment containing a collection of blob items in the virtual directory. A boolean value that 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 of type . Stores the parent directory. Initializes a new instance of the class given an address and a client. The blob directory's Uri. The blob directory's prefix. The container for the virtual directory. Gets a reference to a page blob in this virtual directory. A string containing the name of the blob. A object. Returns a reference to a page blob in this virtual directory. The name of the page blob. A specifying the snapshot timestamp, if the blob is a snapshot. A object. Gets a reference to a block blob in this virtual directory. A string containing the name of the blob. A object. Gets a reference to a block blob in this virtual directory. A string containing the name of the blob. A specifying the snapshot timestamp, if the blob is a snapshot. A object. Returns a virtual subdirectory within this virtual directory. The name of the virtual subdirectory. A object representing the virtual subdirectory. Returns a virtual subdirectory within this virtual directory. The name of the virtual subdirectory. A object representing the virtual subdirectory. Gets the Blob service client for the virtual directory. A object. Gets the URI that identifies the virtual directory for the primary location. A containing the URI to the virtual directory, at the primary location. Gets the blob directory's URIs for both the primary and secondary locations. An object of type containing the blob directory's URIs for both the primary and secondary locations. Gets the container for the virtual directory. A object. Gets the parent directory for the virtual directory. A object. Gets the prefix. A string containing 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. 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. The blob. The attributes. A object that specifies additional options for the request. If true, the command will be executed against the primary location. A that checks existence. Implementation for the SetMetadata method. The blob. The attributes. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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. A 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 condition that must be met in order for the request to proceed. If null, no condition is used. A 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, Length and Sequence-Number from response. The attributes. The response to parse. If set to true, update the blob length. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A stream to be used for reading from the blob. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Begins an asynchronous operation to open a stream for reading from the blob. An delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. On the object returned by the method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Begins an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. On the object returned by the method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. 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. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Initiates an asynchronous operation to open a stream for reading from the blob. A object of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Uploads a stream to the Windows Azure Blob Service. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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. A object providing the blob content. An delegate that will receive 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. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. A object providing the blob content. The number of bytes to write from the source stream at its current position. An delegate that will receive 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. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to upload a stream to a blob. A object providing the blob content. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a blob. A object providing the blob content. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Uploads a file to the Windows Azure Blob Service. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An delegate that will receive 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. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Downloads the contents of a blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. A object representing the target stream. An delegate that will receive 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. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Downloads the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An delegate that will receive 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. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type int that represents the asynchronous operation. Downloads a range of bytes from a blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. A object representing the target stream. The starting offset of the data range, in bytes. The length of the data range, in bytes. An delegate that will receive 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. A object representing 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type int that represents the asynchronous operation. Checks existence of the blob. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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. An delegate that will receive 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. Initiates an asynchronous operation to check existence of the blob. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to check existence of the blob. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Populates a blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to populate the blob's properties and metadata. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to populate the blob's properties and metadata. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to populate the blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to populate the blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Updates the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to update the blob's metadata. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to update the blob's metadata. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Updates the blob's properties. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to update the blob's properties. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to update the blob's properties. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's properties. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's properties. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's properties. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to delete the blob. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to delete the blob. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete the blob. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to delete the blob if it already exists. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to delete the blob if it already exists. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 of type bool that represents the asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. 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. Initiates 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 of type string that represents the asynchronous operation. Initiates 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type string that represents the asynchronous operation. Renews a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. 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. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Changes the lease ID on this blob. A string representing the proposed lease ID for the new lease. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. 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. Initiates 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 condition that must be met in order for the request to proceed, including a required lease ID. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, 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 of type string that represents the asynchronous operation. Releases the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. 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. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. 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. Initiates 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 of type that represents the asynchronous operation. Initiates 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 of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Starts an operation to start copying another blob's contents, properties, and metadata to this blob. The of the source blob. An object that represents the access conditions for the source blob. An object that represents the access conditions for the destination blob. A object that specifies additional options for the request. If null, default options are applied to 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 start copying a blob's contents, properties, and metadata to this blob. The of the source blob. An delegate that will receive 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 start copying a blob's contents, properties, and metadata to this blob. The of the source blob. An object that represents the access conditions for the source blob. An object that represents the access conditions for the destination blob. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 start copying a blob's contents, properties, and metadata to this blob. An that references the pending asynchronous operation. The copy ID associated with the copy operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. The of the source blob. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. The of the source blob. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. The of the source blob. An object that represents the access conditions for the source blob. An object that represents the access conditions for the destination blob. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. The of the source blob. An object that represents the access conditions for the source blob. An object that represents the access conditions for the destination 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 of type string that represents the asynchronous operation. Aborts an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Returns a shared access signature for the blob. A object specifying 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. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. 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. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A shared access signature, as a URI query string. Returns a shared access signature for the blob. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A string identifying a stored access policy. A shared access signature, as a URI query string. Returns a shared access signature for the blob. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A string identifying a stored access policy. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. A shared access signature. Gets the blob's name. A string containing the name of the blob. Gets the object that represents the Blob service. A object. 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. A object. Gets the user-defined metadata for the blob. An object containing 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. A containing 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 absolute URI to the blob, including query string information if the blob is a snapshot. A specifying the absolute URI to the blob, including snapshot query information if the blob is a snapshot. Gets the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot. An object of type containing the blob's URIs for both the primary and secondary locations, including snapshot query information if the blob is a snapshot. Gets the state of the most recent or pending copy operation. A object containing the copy state, or null if there is no copy state for the blob. Gets the type of the blob. A enumeration value. Opens a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A object to be used for reading from the blob. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Begins an asynchronous operation to open a stream for reading from the blob. An delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. On the object returned by the method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Begins an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. On the object returned by the method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Ends an asynchronous operation to open a stream for reading from the blob. An that references the pending asynchronous operation. A object 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 the read process before beginning another read process can cause unexpected behavior. Initiates an asynchronous operation to open a stream for reading from the blob. A object of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Opens a stream for writing to the blob. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A to be used for writing to the blob. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Begins an asynchronous operation to open a stream for writing to the blob. An delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Begins an asynchronous operation to open a stream for writing to the blob. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Ends an asynchronous operation to open a stream for writing to the blob. An that references the pending asynchronous operation. A to be used for writing to the blob. Initiates an asynchronous operation to open a stream for writing to the blob. A object of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Initiates an asynchronous operation to open a stream for writing to the blob. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Initiates an asynchronous operation to open a stream for writing to the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Initiates an asynchronous operation to open a stream for writing to the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Uploads a stream to a block blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Uploads a stream to a block blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Uploads a stream to a block blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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. A object providing the blob content. An delegate that will receive 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. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. A object providing the blob content. The number of bytes to write from the source stream at its current position. An delegate that will receive 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. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a block blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Uploads a file to the Blob service. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An delegate that will receive 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. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Uploads a string of text to a blob. A string containing the text to upload. A object that indicates the text encoding to use. If null, UTF-8 will be used. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. A string containing the text to upload. An delegate that will receive 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. A string containing the text to upload. A object that indicates the text encoding to use. If null, UTF-8 will be used. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to upload a string of text to a blob. A string containing the text to upload. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a string of text to a blob. A string containing the text to upload. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a string of text to a blob. A string containing the text to upload. A object that indicates the text encoding to use. If null, UTF-8 will be used. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a string of text to a blob. A string containing the text to upload. A object that indicates the text encoding to use. If null, UTF-8 will be used. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Downloads the contents of a blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. A object representing the target stream. An delegate that will receive 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. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Downloads the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An delegate that will receive 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. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type int that represents the asynchronous operation. Downloads the blob's contents as a string. An object that indicates the text encoding to use. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to download the blob's contents as a string. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to download the blob's contents as a string. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type string that represents the asynchronous operation. Downloads a range of bytes from a blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. A object representing 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 delegate that will receive 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. A object representing 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type int that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type int that represents the asynchronous operation. Checks existence of the blob. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. true if the blob exists. Checks existence of the blob. If true, the command will be executed against the primary location. 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. An delegate that will receive 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. An delegate that will receive 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. If true, the command will be executed against the primary location. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to check existence of the blob. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to check existence of the blob. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Populates a blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to populate the blob's properties and metadata. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to populate the blob's properties and metadata. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to populate the blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to populate the blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Updates the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to update the blob's metadata. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to update the blob's metadata. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Updates the blob's properties. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to update the blob's properties. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to update the blob's properties. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's properties. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's properties. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to update the blob's properties. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to delete the blob. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to delete the blob. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete the blob. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to delete the blob if it already exists. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to delete the blob if it already exists. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 of type bool that represents the asynchronous operation. Creates a snapshot of the blob. A collection of name-value pairs defining the metadata of the snapshot. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request, or null. If null, default options are applied to the request. An object that represents the context for the current operation. A object that is a blob snapshot. Begins an asynchronous operation to create a snapshot of the blob. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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. An delegate that will receive 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 object that is a blob snapshot. Initiates an asynchronous operation to create a snapshot of the blob. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to create a snapshot of the blob. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A string containing 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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. A string containing the ID of the acquired lease. Initiates 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 of type string that represents the asynchronous operation. Initiates 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type string that represents the asynchronous operation. Renews a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. A string containing the new lease ID. Initiates 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 condition that must be met in order for the request to proceed, including a required lease ID. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, 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 of type string that represents the asynchronous operation. Releases the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates 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 of type that represents the asynchronous operation. Initiates 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 of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Uploads a single block. A Base64-encoded string that identifies the block. A object that provides the data for the block. An optional hash value used to ensure transactional integrity for the block. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Clients may send the Content-MD5 header for a given Put Block operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Begins an asynchronous operation to upload a single block. A Base64-encoded string that identifies the block. A object that provides the data for the block. An optional hash value used to ensure transactional integrity for the block. May be null or an empty string. An delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Clients may send the Content-MD5 header for a given Put Block operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Begins an asynchronous operation to upload a single block. A Base64-encoded string that identifies the block. A object that provides the data for the block. An optional hash value used to ensure transactional integrity for the block. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Clients may send the Content-MD5 header for a given Put Block operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Ends an asynchronous operation to upload a single block. An that references the pending asynchronous operation. Initiates an asynchronous operation to upload a single block. A Base64-encoded string that identifies the block. A object that provides the data for the block. An optional hash value used to ensure transactional integrity for the block. May be null or an empty string. A object that represents the asynchronous operation. Clients may send the Content-MD5 header for a given Put Block operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Initiates an asynchronous operation to upload a single block. A Base64-encoded string that identifies the block. A object that provides the data for the block. An optional hash value used to ensure transactional integrity for the block. May be null or an empty string. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Clients may send the Content-MD5 header for a given Put Block operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Initiates an asynchronous operation to upload a single block. A Base64-encoded string that identifies the block. A object that provides the data for the block. An optional hash value used to ensure transactional integrity for the block. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Clients may send the Content-MD5 header for a given Put Block operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Initiates an asynchronous operation to upload a single block. A Base64-encoded string that identifies the block. A object that provides the data for the block. An optional hash value used to ensure transactional integrity for the block. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Clients may send the Content-MD5 header for a given Put Block operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Returns an enumerable collection of the blob's blocks, using the specified block list filter. A enumeration value that indicates whether to return committed blocks, uncommitted blocks, or both. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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. A enumeration value that indicates whether to return committed blocks, uncommitted blocks, or both. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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 . Initiates an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter. A object that is an enumerable collection of type that represents the asynchronous operation. Initiates 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 is an enumerable collection of type that represents the asynchronous operation. Initiates an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter. A enumeration value that indicates whether to return committed blocks, uncommitted blocks, or both. An object that represents the condition that must be met in order for the request to proceed. 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 is an enumerable collection of type that represents the asynchronous operation. Initiates an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter. A enumeration value that indicates whether to return committed blocks, uncommitted blocks, or both. An object that represents the condition that must be met in order for the request to proceed. 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 is an enumerable collection of type that represents the asynchronous operation. Starts an operation to start copying another block blob's contents, properties, and metadata to this block blob. The 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. A object that specifies additional options for the request. If null, default options are applied to 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. Starts an operation to start copying another block blob's contents, properties, and metadata to this block blob. The 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. A object that specifies additional options for the request. If null, default options are applied to 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 start copying another block blob's contents, properties, and metadata to this block blob. The of the source blob. An delegate that will receive 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 start copying another block blob's contents, properties, and metadata to this block blob. The that is the source blob. An delegate that will receive 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 start copying another block blob's contents, properties, and metadata to this block blob. The 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. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 start copying another block blob's contents, properties, and metadata to this block blob. The that is 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. An delegate that will receive 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 start copying another block blob's contents, properties, and metadata to this block 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. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The of the source blob. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The of the source blob. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The that is the source blob. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The that is the source blob. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The 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. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The 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. 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 of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The that is 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 of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob. The that is 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 of type string that represents the asynchronous operation. Aborts an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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. A specifying the absolute URI to the blob. Initializes a new instance of the class using an absolute URI to the blob. A specifying the absolute URI to the blob. A object. Initializes a new instance of the class using an absolute URI to the blob. A specifying the absolute URI to the blob. A specifying the snapshot timestamp, if the blob is a snapshot. A object. Initializes a new instance of the class using an absolute URI to the blob. A containing the absolute URI to the blob at both the primary and secondary locations. A specifying the snapshot timestamp, if the blob is a snapshot. A object. 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. A object specifying 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. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. 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. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A shared access signature, as a URI query string. Returns a shared access signature for the blob. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A string identifying a stored access policy. A shared access signature, as a URI query string. Returns a shared access signature for the blob. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A string identifying a stored access policy. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. A shared access signature, as a URI query string. 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 object. 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 16 KB. Gets the blob's system properties. A object. Gets the user-defined metadata for the blob. An object containing the blob's metadata as a collection of name-value pairs. Gets the blob's URI for the primary location. A specifying the absolute URI to the blob at the primary location. Gets the block blob's URIs for both the primary and secondary locations. An object of type containing the block blob's URIs for both the primary and secondary locations. Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. A containing 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 absolute URI to the blob, including query string information if the blob is a snapshot. A specifying the absolute URI to the blob, including snapshot query information if the blob is a snapshot. Gets the block blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot. An object of type containing the block blob's URIs for both the primary and secondary locations, including snapshot query information if the blob is a snapshot. Gets the state of the most recent or pending copy operation. A object containing the copy state, or null if there is no copy state for the blob. Gets the type of the blob. A enumeration value. Gets the name of the blob. A string containing the name of the blob. Gets a object representing the blob's container. A object. Gets the object representing the virtual parent directory for the blob. A object. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A stream to be used for reading from the blob. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Begins an asynchronous operation to open a stream for reading from the blob. An delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. On the object returned by the method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Begins an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. On the object returned by the method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. 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. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Initiates an asynchronous operation to open a stream for reading from the blob. A object of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. Initiates an asynchronous operation to open a stream for reading from the blob. An object that represents the condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. On the object returned by this method, the method must be called exactly once for every call. Failing to end the read process before beginning another read process can cause unexpected behavior. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the minimum number of bytes to buffer when reading from the stream. The value must be at least 16 KB. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A object. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. 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 condition that must be met in order for the request to proceed. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Ends an asynchronous operation to open a stream for writing to the blob. An that references the pending asynchronous operation. A object. Initiates 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 of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Initiates 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 of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Note that this method always makes a call to the method under the covers. Set the property before calling this method to specify the block size to write, in bytes, ranging from between 16 KB and 4 MB inclusive. Downloads the contents of a page blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to download the contents of a page blob to a stream. A object representing the target stream. An delegate that will receive 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 page blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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 page blob to a stream. An that references the pending asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a stream. A object representing the target stream. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a stream. A object representing the target stream. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a stream. A object representing the target stream. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Downloads the contents of a page blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to download the contents of a page blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An delegate that will receive 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 page blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 page blob to a file. An that references the pending asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a file. A string containing the path to the target file. A enumeration value that determines how to open or create the file. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Downloads the contents of a page blob to a byte array. The target byte array. The starting offset in the byte array. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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 page blob to a byte array. The target byte array. The starting offset in the byte array. An delegate that will receive 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 page blob to a byte array. The target byte array. The starting offset in the byte array. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 page blob to a byte array. An that references the pending asynchronous operation. The total number of bytes read into the buffer. Initiates an asynchronous operation to download the contents of a page blob to a byte array. The target byte array. The starting offset in the byte array. A object of type int that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page 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 of type int that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a byte array. The target byte array. The starting offset in the byte array. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type int that represents the asynchronous operation. Initiates an asynchronous operation to download the contents of a page blob to a byte array. The target byte array. The starting offset in the byte array. An object that represents the condition that must be met in order for the request to proceed. 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 of type int that represents the asynchronous operation. Downloads a range of bytes from a page blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to download a range of bytes from a page blob to a stream. A object representing 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 delegate that will receive 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 page blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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 page blob to a stream. An that references the pending asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a page blob to a stream. A object representing 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a page blob to a stream. A object representing 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a page blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a page blob to a stream. A object representing 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Downloads a range of bytes from a page 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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 page 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 delegate that will receive 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 page 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 page blob to a byte array. An that references the pending asynchronous operation. The total number of bytes read into the buffer. Initiates an asynchronous operation to download a range of bytes from a page 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 of type int that represents the asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a page 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 of type int that represents the asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a page 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type int that represents the asynchronous operation. Initiates an asynchronous operation to download a range of bytes from a page 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 condition that must be met in order for the request to proceed. 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 of type int that represents the asynchronous operation. Uploads a stream to a page blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Uploads a stream to a page blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Uploads a stream to a page blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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. A object providing the blob content. An delegate that will receive 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. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. A object providing the blob content. Specifies the number of bytes from the Stream source to upload from the start position. An delegate that will receive 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. A object providing the blob content. Specifies the number of bytes from the Stream source to upload from the start position. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. A object providing the blob content. Specifies the number of bytes from the Stream source to upload from the start position. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to upload a stream to a page blob. A object providing the blob content. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a page blob. A object providing the blob content. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a page blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a page blob. A object providing the blob content. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a page blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a stream to a page blob. A object 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a page blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to upload a stream to a page blob. A object providing the blob content. The number of bytes to write from the source stream at its current position. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Uploads a file to a page blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to upload a file to a page blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An delegate that will receive 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 page blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 page blob. An that references the pending asynchronous operation. Initiates an asynchronous operation to upload a file to a page blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a page blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a page blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload a file to a page blob. A string containing the file path providing the blob content. A enumeration value that specifies how to open the file. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Uploads the contents of a byte array to a page 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. If null, default options are applied to 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 page 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 delegate that will receive 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 page 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 page blob. An that references the pending asynchronous operation. Initiates an asynchronous operation to upload the contents of a byte array to a page 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 asynchronous operation. Initiates an asynchronous operation to upload the contents of a byte array to a page 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 asynchronous operation. Initiates an asynchronous operation to upload the contents of a byte array to a page 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 condition that must be met in order for the request to proceed. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to upload the contents of a byte array to a page 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Creates a page blob. The maximum size of the page blob, in bytes. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to create a page blob. The maximum size of the blob, in bytes. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to create a page blob. The maximum size of the blob, in bytes. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to create a page blob. The maximum size of the blob, in bytes. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Resizes the page blob to the specified size. The size of the page blob, in bytes. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to resize the page blob to the specified size. The size of the blob, in bytes. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to resize the page blob to the specified size. The size of the blob, in bytes. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to resize the page blob to the specified size. The size of the blob, in bytes. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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 . An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Checks existence of the blob. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. true if the blob exists. Checks existence of the blob. If true, the command will be executed against the primary location. 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. An delegate that will receive 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. An delegate that will receive 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. If true, the command will be executed against the primary location. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to check existence of the blob. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to check existence of the blob. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Populates a page blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to populate the blob's properties and metadata. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to populate the blob's properties and metadata. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to populate the blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to populate the blob's properties and metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to return a collection of page ranges and their starting and ending bytes. A object that is an enumerable collection of type that represents the asynchronous operation. Initiates 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 is an enumerable collection of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 is an enumerable collection of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 is an enumerable collection of type that represents the asynchronous operation. Updates the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to update the blob's metadata. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to update the blob's metadata. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to update the blob's metadata. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Updates the blob's properties. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to update the blob's properties. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to update the blob's properties. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's properties. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the blob's properties. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to update the blob's properties. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to delete the blob. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to delete the blob. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete the blob. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to delete the blob if it already exists. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to delete the blob if it already exists. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 condition that must be met in order for the request to proceed. 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 of type bool that represents the asynchronous operation. Creates a snapshot of the blob. A collection of name-value pairs defining the metadata of the snapshot. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A object that is a blob snapshot. Begins an asynchronous operation to create a snapshot of the blob. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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. An delegate that will receive 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 object that is a blob snapshot. Initiates an asynchronous operation to create a snapshot of the blob. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to create a snapshot of the blob. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates 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 of type string that represents the asynchronous operation. Initiates 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type string that represents the asynchronous operation. Renews a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation to renew a lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates 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 condition that must be met in order for the request to proceed, including a required lease ID. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, 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 of type string that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed, 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 of type string that represents the asynchronous operation. Releases the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed, 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 condition that must be met in order for the request to proceed, including a required lease ID. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A object that represents the asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, including a required lease ID. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous operation. Initiates an asynchronous operation to release the lease on this blob. An object that represents the condition that must be met in order for the request to proceed, 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 asynchronous 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. 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. Initiates 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 of type that represents the asynchronous operation. Initiates 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 of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 of type that represents the asynchronous operation. Writes pages to a page blob. A object 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 used to ensure transactional integrity for the page. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Clients may send the Content-MD5 header for a given Write Pages operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Begins an asynchronous operation to write pages to a page blob. A object 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 used to ensure transactional integrity for the page. May be null or an empty string. An delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Clients may send the Content-MD5 header for a given Write Pages operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Begins an asynchronous operation to write pages to a page blob. A object 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 used to ensure transactional integrity for the page. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. 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 delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Clients may send the Content-MD5 header for a given Write Pages operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Ends an asynchronous operation to write pages to a page blob. An that references the pending asynchronous operation. Initiates an asynchronous operation to write pages to a page blob. A object 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 used to ensure transactional integrity for the page. May be null or an empty string. A object that represents the asynchronous operation. Clients may send the Content-MD5 header for a given Write Pages operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Initiates an asynchronous operation to write pages to a page blob. A object 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 used to ensure transactional integrity for the page. May be null or an empty string. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Clients may send the Content-MD5 header for a given Write Pages operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Initiates an asynchronous operation to write pages to a page blob. A object 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 used to ensure transactional integrity for the page. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Clients may send the Content-MD5 header for a given Write Pages operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. Initiates an asynchronous operation to write pages to a page blob. A object 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 used to ensure transactional integrity for the page. May be null or an empty string. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Clients may send the Content-MD5 header for a given Write Pages operation as a means to ensure transactional integrity over the wire. The parameter permits clients who already have access to a pre-computed MD5 value for a given byte range to provide it. If the property is set to true and the parameter is set to null, then the client library will calculate the MD5 value internally. 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 condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates 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 condition that must be met in order for the request to proceed. 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 asynchronous operation. Starts an operation to start copying another page blob's contents, properties, and metadata to this page blob. The 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. A object that specifies additional options for the request. If null, default options are applied to 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. Starts an operation to start copying another page blob's contents, properties, and metadata to this page blob. The 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. A object that specifies additional options for the request. If null, default options are applied to 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 start copying another page blob's contents, properties, and metadata to this page blob. The of the source blob. An delegate that will receive 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 start copying another page blob's contents, properties, and metadata to this page blob. The that is the source blob. An delegate that will receive 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 start copying another page blob's contents, properties, and metadata to this page blob. The 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. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 start copying another page blob's contents, properties, and metadata to this page blob. The that is 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. An delegate that will receive 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 start copying another page blob's contents, properties, and metadata to this page blob. An that references the pending asynchronous operation. A string containing 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. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The of the source blob. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The of the source blob. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The that is the source blob. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The that is the source blob. A to observe while waiting for a task to complete. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The 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. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The 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. 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 of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The that is 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 of type string that represents the asynchronous operation. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this page blob. The that is 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 of type string that represents the asynchronous operation. Aborts an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. If null, no condition is used. A object that specifies additional options for the request. If null, default options are applied to 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. An delegate that will receive 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 condition that must be met in order for the request to proceed. 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 delegate that will receive 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. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Initiates an asynchronous operation to abort an ongoing blob copy operation. A string identifying the copy operation. An object that represents the condition that must be met in order for the request to proceed. 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 asynchronous operation. Implements the Create method. The size in bytes. An object that represents the condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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 condition that must be met in order for the request to proceed. 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. A object. Initializes a new instance of the class using an absolute URI to the blob. The absolute URI to the blob. A specifying the snapshot timestamp, if the blob is a snapshot. A object. Initializes a new instance of the class using an absolute URI to the blob. The absolute URI to the blob. The service assumes this is the URI for the blob in the primary location. A specifying the snapshot timestamp, if the blob is a snapshot. A object. 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. A object specifying 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. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. 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. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A shared access signature. Returns a shared access signature for the blob. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A string identifying a stored access policy. A shared access signature. Returns a shared access signature for the blob. A object specifying the access policy for the shared access signature. A object specifying optional header values to set for a blob accessed with this SAS. A string identifying a stored access policy. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. A shared access signature. 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. A object. Gets the user-defined metadata for the blob. An object containing the blob's metadata as a collection of name-value pairs. Gets the blob's URI for the primary location. A specifying the absolute URI to the blob at the primary location. Gets the page blob's URIs for both the primary and secondary locations. An object of type containing the page blob's URIs for both the primary and secondary locations. Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. A containing 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 absolute URI to the blob, including query string information if the blob is a snapshot. A specifying the absolute URI to the blob, including snapshot query information if the blob is a snapshot. Gets the page blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot. An object of type containing the page blob's URIs for both the primary and secondary locations, including snapshot query information if the blob is a snapshot. Gets the state of the most recent or pending copy operation. A object containing the copy state, or null if there is no copy state for the blob. Gets the type of the blob. A enumeration value. Gets the blob's name. A string containing the blob's name. Gets a object representing the blob's container. A object. Gets the object representing the virtual parent directory for the blob. A object. 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 include copy state. 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. Reads service stats from a stream. The stream from which to read the service stats. The service stats 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. A specifying the Blob service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to get the properties of the Blob service. A specifying the Blob service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Creates a web request to set the properties of the Blob service. A specifying the Blob service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to set the properties of the Blob service. A specifying the Blob service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Creates a web request to get the stats of the Blob service. A specifying the Blob service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to get the stats of the Blob service. A specifying the Blob service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Writes Blob service properties to a stream, formatted in XML. A object. The object 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. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A object. A enumeration value. For a page blob, the size of the blob. This parameter is ignored for block blobs. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to create a new block blob or page blob, or to update the content of an existing block blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A object. A enumeration value. For a page blob, the size of the blob. This parameter is ignored for block blobs. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. 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. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying 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. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to return the list of valid page ranges for a page blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying 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. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. 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. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to return the blob's system properties. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to set system properties for a blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. The blob's properties. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to set system properties for a blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. The blob's properties. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to resize a page blob. A specifying the absolute URI to the blob. An integer specifying 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. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to resize a page blob. A specifying the absolute URI to the blob. An integer specifying 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. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to set a page blob's sequence number. A specifying the absolute URI to the blob. An integer specifying 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. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to set a page blob's sequence number. A specifying the absolute URI to the blob. An integer specifying 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. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to return the user-defined metadata for the blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to return the user-defined metadata for the blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to set user-defined metadata for the blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to set user-defined metadata for the blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Adds user-defined metadata to the request as one or more name-value pairs. A object. A object containing the user-defined metadata. Adds user-defined metadata to the request as a single name-value pair. A object. A string containing the metadata name. A string containing the metadata value. Constructs a web request to delete a blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. A set of options indicating whether to delete only blobs, only snapshots, or both. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to delete a blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. A set of options indicating whether to delete only blobs, only snapshots, or both. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to create a snapshot of a blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to create a snapshot of a blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to use to acquire, renew, change, release or break the lease for the blob. A specifying the absolute URI to the blob. The server timeout interval, in seconds. A enumeration value indicating the lease action to perform. A string specifying the 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 parameter 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. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Generates a web request to use to acquire, renew, change, release or break the lease for the blob. A specifying the absolute URI to the blob. The server timeout interval, in seconds. A enumeration value indicating the lease action to perform. A string specifying the 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 parameter 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. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. 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. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A string specifying the block ID for this block. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to write a block to a block blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A string specifying the block ID for this block. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to create or update a blob by committing a block list. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A object specifying the properties to set for the blob. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to create or update a blob by committing a block list. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A object specifying the properties to set for the blob. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to return the list of blocks for a block blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. A enumeration value. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to return the list of blocks for a block blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot timestamp, if the blob is a snapshot. A enumeration value. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to write or clear a range of pages in a page blob. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A object. A enumeration value indicating the operation to perform on the page blob. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for 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. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A object. A enumeration value indicating the operation to perform on the page blob. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request to use to perform the operation. Generates a web request to copy a blob. A specifying the absolute URI to the destination blob. An integer specifying the server timeout interval. A specifying the absolute URI to the source blob, including any necessary authentication parameters. An object that represents the condition that must be met on the source blob in order for the request to proceed. An object that represents the condition that must be met on the destination blob in order for the request to proceed. An object that represents the context for the current operation. A object. Generates a web request to copy a blob. A specifying the absolute URI to the destination blob. An integer specifying the server timeout interval. A specifying the absolute URI to the source blob, including any necessary authentication parameters. An object that represents the condition that must be met on the source blob in order for the request to proceed. An object that represents the condition that must be met on the destination blob in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to abort a copy operation. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. The ID string of the copy operation to be aborted. An object that represents the condition that must be met in order for the request to proceed. Only lease conditions are supported for this operation. An object that represents the context for the current operation. A object. Generates a web request to abort a copy operation. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. The ID string of the copy operation to be aborted. An object that represents the condition that must be met in order for the request to proceed. Only lease conditions are supported for this operation. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to get the blob's content, properties, and metadata. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot version, if the blob is a snapshot. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to get the blob's content, properties, and metadata. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying the snapshot version, if the blob is a snapshot. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to return a specified range of the blob's content, together with its properties and metadata. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying 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, an MD5 header is requested for the specified range. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A web request to use to perform the operation. Constructs a web request to return a specified range of the blob's content, together with its properties and metadata. A specifying the absolute URI to the blob. An integer specifying the server timeout interval. A specifying 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, an MD5 header is requested for the specified range. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for 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. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to create a new container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to create a new container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the context for the current operation. An object that specifies whether data in the container may be accessed publicly and the level of access. A object. Constructs a web request to create a new container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. An object that specifies whether data in the container may be accessed publicly and the level of access. A object. Constructs a web request to delete the container and all of the blobs within it. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to delete the container and all of the blobs within it. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to return the user-defined metadata for this container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Generates a web request to return the user-defined metadata for this container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to return the properties and user-defined metadata for this container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Generates a web request to return the properties and user-defined metadata for this container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to set user-defined metadata for the container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Generates a web request to set user-defined metadata for the container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to use to acquire, renew, change, release or break the lease for the container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. A enumeration value indicating the lease action to perform. A string specifying the 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 parameter 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. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Generates a web request to use to acquire, renew, change, release or break the lease for the container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. A enumeration value indicating the lease action to perform. A string specifying the 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 parameter 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. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Adds user-defined metadata to the request as one or more name-value pairs. A object. A object containing the user-defined metadata. Adds user-defined metadata to the request as a single name-value pair. A object. A string containing the metadata name. A string containing the metadata value. Constructs a web request to return a listing of all containers in this storage account. A specifying the Blob service endpoint. An integer specifying the server timeout interval. A object. A enumeration value that indicates whether to return container metadata with the listing. An object that represents the context for the current operation. A web request for the specified operation. Constructs a web request to return a listing of all containers in this storage account. A specifying the Blob service endpoint. An integer specifying the server timeout interval. A object. A enumeration value that indicates whether to return container metadata with the listing. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request for the specified operation. Constructs a web request to return the ACL for a container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to return the ACL for a container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to set the ACL for a container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. The type of public access to allow for the container. An object that represents the condition that must be met in order for the request to proceed. An object that represents the context for the current operation. A object. Constructs a web request to set the ACL for a container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. The type of public access to allow for the container. An object that represents the condition that must be met in order for the request to proceed. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to return a listing of all blobs in the container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. A object. An object that represents the context for the current operation. A object. Generates a web request to return a listing of all blobs in the container. A specifying the absolute URI to the container. An integer specifying the server timeout interval. A object. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Gets the container Uri query builder. A for the container. Represents a file in the Windows Azure File service. Represents a Windows Azure File. Represents an item that may be returned by a file listing operation. Gets the URI to the file item. The file item's URI. Gets the URI to the file item. The file item's URI. Gets the file item's parent directory. The file item's parent directory. Gets the file item's share. The file item's share. Opens a stream for reading from the file. An object that represents the access conditions for the file. 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 file. 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 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 open a stream for reading from the file. An object that represents the access conditions for the file. 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 file. An that references the pending asynchronous operation. A stream to be used for reading from the file. Returns a task that performs an asynchronous operation to open a stream for reading from the file. A object that represents the current operation. Returns a task that performs an asynchronous operation to open a stream for reading from 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 open a stream for reading from the file. An object that represents the access conditions for the file. 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 file. An object that represents the access conditions for the file. 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 file. The size of the file, in bytes. If null, the file must already exist. An object that represents the access conditions for the file. 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 file. Begins an asynchronous operation to open a stream for writing to the file. The size of the file, in bytes. If null, the file 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 file. The size of the file, in bytes. If null, the file must already exist. An object that represents the access conditions for the file. 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 file. An that references the pending asynchronous operation. A stream to be used for writing to the file. Returns a task that performs an asynchronous operation to open a stream for writing to the file. The size of the file, in bytes. If null, the file 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 file. The size of the file, in bytes. If null, the file 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 file. The size of the file, in bytes. If null, the file must already exist. An object that represents the access conditions for the file. 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 file. The size of the file, in bytes. If null, the file must already exist. An object that represents the access conditions for the file. 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 file to a stream. The target stream. An object that represents the access conditions for the file. 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 file 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 file to a stream. The target stream. An object that represents the access conditions for the file. 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 file to a stream. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to download the contents of a file 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 file 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 file to a stream. The target stream. An object that represents the access conditions for the file. 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 file to a stream. The target stream. An object that represents the access conditions for the file. 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 file in the File service to a local file. The path to the target file in the local file system. A enumeration value that determines how to open or create the file. An object that represents the access conditions for the file. 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 file in the File service to a local file. The path to the target file in the local file system. A enumeration value 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 file in the File service to a local file. The path to the target file in the local file system. A enumeration value that determines how to open or create the file. An object that represents the access conditions for the file. 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 DownloadToStream operation completes. The result of the asynchronous operation. Ends an asynchronous operation to download the contents of a file in the File service to a local file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to download the contents of a file in the File service to a local file. The path to the target file in the local file system. A enumeration value 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 file in the File service to a local file. The path to the target file in the local file system. A enumeration value 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 file in the File service to a local file. The path to the target file in the local file system. A enumeration value that determines how to open or create the file. An object that represents the access conditions for the cloud file. 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 file in the File service to a local file. The path to the target file in the local file system. A enumeration value that determines how to open or create the file. An object that represents the access conditions for the cloud file. 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 file to a byte array. The target byte array. The starting offset in the byte array. An object that represents the access conditions for the file. 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 file 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 file to a byte array. The target byte array. The starting offset in the byte array. An object that represents the access conditions for the file. 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 file 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 file 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 file 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 file to a byte array. The target byte array. The starting offset in the byte array. An object that represents the access conditions for the file. 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 file to a byte array. The target byte array. The starting offset in the byte array. An object that represents the access conditions for the file. 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 file's contents as a string. A object that indicates the type of text encoding to use. An object that represents the access conditions for the file. A object that specifies additional options for the request. An object that represents the context for the current operation. The contents of the file, as a string. Begins an asynchronous operation to download the file'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 file's contents as a string. A object that indicates the type of text encoding to use. An object that represents the access conditions for the file. 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 DownloadToStream operation completes. The result of the asynchronous operation. Ends an asynchronous operation to download the file's contents as a string. An that references the pending asynchronous operation. The contents of the file, as a string. Returns a task that performs an asynchronous operation to download the file's contents as a string. A object that represents the current operation. Returns a task that performs an asynchronous operation to download the file'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 file's contents as a string. A object that indicates the type of text encoding to use. An object that represents the access conditions for the file. 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 file's contents as a string. A object that indicates the type of text encoding to use. An object that represents the access conditions for the file. 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 file 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 file. 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 file 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 the contents of a file 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 file. 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 file to a stream. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to download the contents of a file 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 the contents of a file 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 the contents of a file 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 file. 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 file 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 file. 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 file 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 file, in bytes. An object that represents the access conditions for the file. 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 file 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 file, 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 the contents of a file 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 file, in bytes. An object that represents the access conditions for the file. 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 the contents of a file 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 file 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 file, in bytes. A object that represents the current operation. Returns a task that performs an asynchronous operation to download the contents of a file 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 file, 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 the contents of a file 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 file, in bytes. An object that represents the access conditions for the file. 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 file 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 file, in bytes. An object that represents the access conditions for the file. 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 a stream to a file. The stream providing the file content. An object that represents the access conditions for the file. 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 file. The stream providing the file content. The number of bytes to write from the source stream at its current position. An object that represents the access conditions for the file. 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 file. The stream providing the file content. The number of bytes to write from the source stream at its current position. An object that represents the access conditions for the file. 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 file. The stream providing the file 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 file. The stream providing the file content. An object that represents the access conditions for the file. 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 file. The stream providing the file 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 file. The stream providing the file 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 file. 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 file. The stream providing the file 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 file. 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 file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to upload a stream to a file. The stream providing the file content. A object that represents the current operation. Returns a task that performs an asynchronous operation to upload a stream to a file. The stream providing the file 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 file. The stream providing the file content. An object that represents the access conditions for the file. 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 file. The stream providing the file content. An object that represents the access conditions for the file. 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 file. The stream providing the file 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 file. The stream providing the file 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 file. The stream providing the file content. The number of bytes to write from the source stream at its current position. An object that represents the access conditions for the file. If null, no condition is used. 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 file. The stream providing the file content. The number of bytes to write from the source stream at its current position. An object that represents the access conditions for the file. If null, no condition is used. 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 a file to the File service. The file providing the content. A constant that determines how to open the file. An object that represents the access conditions for the file. 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 file to the File service. The file providing the 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 the File service. The file providing the content. A constant that determines how to open the file. An object that represents the access conditions for the file. 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 UploadFromStream operation completes. The result of the asynchronous operation. Ends an asynchronous operation to upload a file to the File service. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to upload a local file to the File service. The file providing the file 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 local file to the File service. The file providing the file 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 local file to the File service. The file providing the file content. A constant that determines how to open the file. An object that represents the access conditions for the file. 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 local file to the File service. The file providing the file content. A constant that determines how to open the file. An object that represents the access conditions for the file. 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 file. An array of bytes. The zero-based byte offset in buffer at which to begin uploading bytes to the file. The number of bytes to be written to the file. An object that represents the access conditions for the file. 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 file. An array of bytes. The zero-based byte offset in buffer at which to begin uploading bytes to the file. The number of bytes to be written to 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 the contents of a byte array to a file. An array of bytes. The zero-based byte offset in buffer at which to begin uploading bytes to the file. The number of bytes to be written to the file. An object that represents the access conditions for the file. 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 file. 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 file. An array of bytes. The zero-based byte offset in buffer at which to begin uploading bytes to the file. The number of bytes to be written to the file. 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 file. An array of bytes. The zero-based byte offset in buffer at which to begin uploading bytes to the file. The number of bytes to be written to 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 the contents of a byte array to a file. An array of bytes. The zero-based byte offset in buffer at which to begin uploading bytes to the file. The number of bytes to be written to the file. An object that represents the access conditions for the file. 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 the contents of a byte array to a file. An array of bytes. The zero-based byte offset in buffer at which to begin uploading bytes to the file. The number of bytes to be written to the file. An object that represents the access conditions for the file. 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 a string of text to a file. 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 file. 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 string of text to a file. 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 file. 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 file. 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 string of text to a file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to upload a string of text to a file. 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 file. 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 file. 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 file. 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 string of text to a file. 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 file. 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. Creates a file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. 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 file. The maximum size of the file, 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 file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. 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 file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to create a file. The maximum size of the file, in bytes. A object that represents the current operation. Returns a task that performs an asynchronous operation to create a file. The maximum size of the file, 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 file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. 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 file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. 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 file. A object that specifies additional options for the request. An object that represents the context for the current operation. true if the file exists; false, otherwise. Begins an asynchronous request to check existence of 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 request to check existence of the file. 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 file. An that references the pending asynchronous operation. true if the file exists; false, otherwise. Returns a task that performs an asynchronous request to check existence of the file. A object that represents the current operation. Returns a task that performs an asynchronous request to check existence of 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 request to check existence of the file. 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 file. 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 file's properties and metadata. An object that represents the access conditions for the file. 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 file'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 file's properties and metadata. An object that represents the access conditions for the file. 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 file's properties and metadata. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to populate the file's properties and metadata. A object that represents the current operation. Returns a task that performs an asynchronous operation to populate the file'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 file's properties and metadata. An object that represents the access conditions for the file. 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 file's properties and metadata. An object that represents the access conditions for the file. 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 file. An object that represents the access conditions for the file. 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 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 delete the file. An object that represents the access conditions for the file. 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 file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to delete the file. A object that represents the current operation. Returns a task that performs an asynchronous operation to delete 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 delete the file. An object that represents the access conditions for the file. 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 file. An object that represents the access conditions for the file. 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 file if it already exists. An object that represents the access conditions for the file. 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 file did already exist and was deleted; otherwise false. Begins an asynchronous request to delete the file 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 file if it already exists. An object that represents the access conditions for the file. 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 file if it already exists. An that references the pending asynchronous operation. true if the file did already exist and was deleted; otherwise, false. Returns a task that performs an asynchronous request to delete the file if it already exists. A object that represents the current operation. Returns a task that performs an asynchronous request to delete the file 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 file if it already exists. An object that represents the access conditions for the file. 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 file if it already exists. An object that represents the access conditions for the file. 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 ranges and their starting and ending bytes. The starting offset of the data range over which to list file ranges, in bytes. The length of the data range over which to list file ranges, in bytes. An object that represents the access conditions for the file. 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 ranges. Begins an asynchronous operation to return a collection of valid 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 ranges and their starting and ending bytes. The starting offset of the data range over which to list file ranges, in bytes. The length of the data range over which to list file ranges, in bytes. An object that represents the access conditions for the file. If null, no condition is used. 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 collection of valid ranges and their starting and ending bytes. An that references the pending asynchronous operation. An enumerable collection of ranges. Returns a task that performs an asynchronous operation to return a collection of valid 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 valid 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 valid ranges and their starting and ending bytes. The starting offset of the data range over which to list file ranges, in bytes. The length of the data range over which to list file ranges, in bytes. An object that represents the access conditions for the file. 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 valid ranges and their starting and ending bytes. The starting offset of the data range over which to list file ranges, in bytes. The length of the data range over which to list file ranges, in bytes. An object that represents the access conditions for the file. 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 file's properties. An object that represents the access conditions for the file. If null, no condition is used. 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 file'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 file's properties. An object that represents the access conditions for the file. If null, no condition is used. 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 file's properties. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to update the file's properties. A object that represents the current operation. Returns a task that performs an asynchronous operation to update the file'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 file's properties. An object that represents the access conditions for the file. 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 file's properties. An object that represents the access conditions for the file. 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 a file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. If null, no condition is used. An object that specifies additional options for the request. An object that represents the context for the current operation. Begins an asynchronous operation to resize a file. The maximum size of the file, 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 a file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. If null, no condition is used. 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 resize a file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to resize a file. The maximum size of the file, in bytes. A object that represents the current operation. Returns a task that performs an asynchronous operation to resize a file. The maximum size of the file, 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 a file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. 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 a file. The maximum size of the file, in bytes. An object that represents the access conditions for the file. 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 file's metadata. An object that represents the access conditions for the file. If null, no condition is used. 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 file'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 file's metadata. An object that represents the access conditions for the file. If null, no condition is used. 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 file's metadata. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to update the file's metadata. A object that represents the current operation. Returns a task that performs an asynchronous operation to update the file'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 file's metadata. An object that represents the access conditions for the file. 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 file's metadata. An object that represents the access conditions for the file. 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 range to a file. A stream providing the data. The offset at which to begin writing, in bytes. An optional hash value that will be used to set the property on the file. May be null or an empty string. An object that represents the access conditions for the file. If null, no condition is used. An object that specifies additional options for the request. An object that represents the context for the current operation. Begins an asynchronous operation to write a range to a file. A stream providing the data. The offset at which to begin writing, in bytes. An optional hash value that will be used to set the property on the file. 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 a range to a file. A stream providing the data. The offset at which to begin writing, in bytes. An optional hash value that will be used to set the property on the file. May be null or an empty string. An object that represents the access conditions for the file. 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 a range to a file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to write a range to a file. A stream providing the data. The offset at which to begin writing, in bytes. An optional hash value that will be used to set the property on the file. May be null or an empty string. A object that represents the current operation. Returns a task that performs an asynchronous operation to write a range to a file. A stream providing the data. The offset at which to begin writing, in bytes. An optional hash value that will be used to set the property on the file. 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 a range to a file. A stream providing the data. The offset at which to begin writing, in bytes. An optional hash value that will be used to set the property on the file. May be null or an empty string. An object that represents the access conditions for the file. 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 a range to a file. A stream providing the data. The offset at which to begin writing, in bytes. An optional hash value that will be used to set the property on the file. May be null or an empty string. An object that represents the access conditions for the file. 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 ranges from a file. The offset at which to begin clearing ranges, in bytes. The length of the range to be cleared, in bytes. An object that represents the access conditions for the file. If null, no condition is used. An object that specifies additional options for the request. An object that represents the context for the current operation. Begins an asynchronous operation to clear ranges from a file. The offset at which to begin clearing ranges, in bytes. The length of the data range to be cleared, 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 clear ranges from a file. The offset at which to begin clearing ranges, in bytes. The length of the data range to be cleared, in bytes. An object that represents the access conditions for the file. If null, no condition is used. 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 clear ranges from a file. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to clear ranges from a file. The offset at which to begin clearing ranges, in bytes. The length of the data range to be cleared, in bytes. A object that represents the current operation. Returns a task that performs an asynchronous operation to clear ranges from a file. The offset at which to begin clearing ranges, in bytes. The length of the data range to be cleared, 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 clear ranges from a file. The offset at which to begin clearing ranges, in bytes. The length of the data range to be cleared, in bytes. An object that represents the access conditions for the file. 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 ranges from a file. The offset at which to begin clearing ranges, in bytes. The length of the data range to be cleared, in bytes. An object that represents the access conditions for the file. 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 getting the stream without specifying a range. The destination stream. The offset. The length. An object that represents the access conditions for the file. If null, no condition is used. A object that specifies additional options for the request. A that gets the stream. Implements the Create method. The size in bytes. An object that represents the access conditions for the file. If null, no condition is used. A object that specifies additional options for the request. A that creates the file. Implements the FetchAttributes method. The attributes are updated immediately. An object that represents the access conditions for the file. 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. An object that specifies additional options for the request. A that checks existence. Implements the DeleteFile method. An object that represents the access conditions for the file. If null, no condition is used. An object that specifies additional options for the request. A that deletes the file. Gets the ranges implementation. The start offset. Length of the data range to be cleared. An object that represents the access conditions for the file. If null, no condition is used. An object that specifies additional options for the request. A for getting the ranges. Implementation for the SetProperties method. An object that represents the access conditions for the file. If null, no condition is used. An object that specifies additional options for the request. A that sets the metadata. Implementation for the Resize method. The size in bytes. An object that represents the access conditions for the file. If null, no condition is used. A object that specifies additional options for the request. A that sets the metadata. Implementation for the SetMetadata method. An object that represents the access conditions for the file. If null, no condition is used. A object that specifies additional options for the request. A that sets the metadata. Implementation method for the WriteRange methods. The data. The start offset. The content MD5. An object that represents the access conditions for the file. If null, no condition is used. A object that specifies additional options for the request. A that writes the range. Implementation method for the ClearRange methods. The start offset. Length of the data range to be cleared. An object that represents the access conditions for the file. If null, no condition is used. A object that specifies additional options for the request. A that clears the range. Called when the asynchronous operation to commit the file started by UploadFromStream finishes. The result of the asynchronous operation. Updates this file with the given attributes a the end of a fetch attributes operation. The response. if set to true, file's MD5 will not be updated. Retrieve ETag, LMT and Length from response. The response to parse. If set to true, update the file length. Default is 4 MB. Default is 4 MB. Initializes a new instance of the class using an absolute URI to the file. The absolute URI to the file. A object. Initializes a new instance of the class using an absolute URI to the file. The absolute URI to the file. A object. Initializes a new instance of the class using the specified file name and the parent share reference. The file's Uri. Name of the file. The reference to the parent share. Initializes a new instance of the class. The attributes. The service client. Stores the that contains this file. Stores the file's parent . Stores the file's attributes. Parse URI. The complete Uri. The credentials to use. Gets the object that represents the File service. A object that specifies the File service endpoint. Gets or sets the number of bytes to buffer when writing to a file 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 file stream. The minimum number of bytes to buffer, being at least 16KB. Gets the file's system properties. A object. Gets the user-defined metadata for the file. The file's metadata, as a collection of name-value pairs. Gets the file's URI. The absolute URI to the file. Gets the absolute URI to the file. A object. Gets the file's name. The file's name. Gets a object representing the file's share. A object. Gets the object representing the parent directory for the file. A object. Provides a client-side logical representation of the Windows Azure File service. This client is used to configure and execute requests against the File service. The service client encapsulates the base URI for the File 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 File service. This client is used to configure and execute requests against the File service. The service client encapsulates the base URI for the File 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 shares, which are retrieved lazily, whose names begin with the specified prefix. The share name prefix. A value that indicates whether to return share metadata with 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 shares that are retrieved lazily. Returns a result segment containing a collection of shares. A token returned by a previous listing operation. A result segment of shares. Returns a result segment containing a collection of shares. The share name prefix. A continuation token returned by a previous listing operation. A result segment of shares. Returns a result segment containing a collection of shares whose names begin with the specified prefix. The share name prefix. A value that indicates whether to return share 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 result segment of shares. Returns a result segment containing a collection of shares whose names begin with the specified prefix. The share name prefix. A value that indicates whether to return share 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 result segment of shares. Begins an asynchronous request to return a result segment containing a collection of shares. 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 shares. The share 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 shares whose names begin with the specified prefix. The share name prefix. A value that indicates whether to return share 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 shares. An that references the pending asynchronous operation. A result segment of shares. Returns a task that performs an asynchronous request to return a result segment containing a collection of shares. A 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 shares. A 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 shares whose names begin with the specified prefix. The share 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 shares whose names begin with the specified prefix. The share 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 shares whose names begin with the specified prefix. The share name prefix. A value that indicates whether to return share 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 shares whose names begin with the specified prefix. The share name prefix. A value that indicates whether to return share 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. Core implementation for the ListShares method. The share 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 shares. Initializes a new instance of the class using the specified File service endpoint and account credentials. The File service endpoint to use to create the client. A object. Initializes a new instance of the class using the specified File service endpoint and account credentials. The File service endpoint to use to create the client. A object. Returns a reference to a object with the specified name. A string containing the name of the share. A reference to a share. 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 File service client. Gets the account credentials used to create the File service client. The account credentials. Gets the base URI for the File service client. The base URI used to construct the File service client. Gets the list of URIs for all locations. The list of URIs for all locations. Gets or sets the default request options for requests made via the File service client. A object. 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 directory of files, designated by a delimiter character. Shares, which are encapsulated as objects, hold directories, and directories hold files. Directories can also contain sub-directories. Represents a directory of files, designated by a delimiter character. Shares, which are encapsulated as objects, hold directories, and directories hold files. Directories can also contain sub-directories. Creates the directory. 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 to the storage service, and to provide additional runtime information about the operation. Begins an asynchronous operation to create a directory. 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 directory. 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 create a directory. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to create a directory. A object that represents the current operation. Returns a task that performs an asynchronous operation to create a directory. 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 directory. 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 directory. 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 directory if it does not already exist. An object that specifies additional options for the request. An object that represents the context for the current operation. true if the directory did not already exist and was created; otherwise false. Begins an asynchronous request to create the directory 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 directory if it does not already exist. 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 create the directory if it does not already exist. An that references the pending asynchronous operation. true if the directory did not already exist and was created; otherwise, false. Returns a task that performs an asynchronous request to create the directory if it does not already exist. A object that represents the current operation. Returns a task that performs an asynchronous request to create the directory 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 directory 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 directory 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 directory. An object that represents the access conditions for the directory. If null, no condition is used. 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 a directory. 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 directory. An object that represents the access conditions for the directory. If null, no condition is used. 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 a directory. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to delete a directory. A object that represents the current operation. Returns a task that performs an asynchronous operation to delete a directory. 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 directory. An object that represents the access conditions for the directory. 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 a directory. An object that represents the access conditions for the directory. 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 directory if it already exists. An object that represents the access conditions for the directory. If null, no condition is used. An object that specifies additional options for the request. An object that represents the context for the current operation. true if the directory did already exist and was deleted; otherwise false. Begins an asynchronous request to delete the directory 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 directory if it already exists. An object that represents the access conditions for the directory. If null, no condition is used. 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 directory if it already exists. An that references the pending asynchronous operation. true if the directory did already exist and was deleted; otherwise, false. Returns a task that performs an asynchronous request to delete the directory if it already exists. A object that represents the current operation. Returns a task that performs an asynchronous request to delete the directory 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 directory if it already exists. An object that represents the access conditions for the directory. 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 directory if it already exists. An object that represents the access conditions for the directory. 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 directory exists. An object that specifies additional options for the request. An object that represents the context for the current operation. true if the directory exists;false, otherwise. Begins an asynchronous request to check whether the directory 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 directory exists. 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 whether the directory exists. An that references the pending asynchronous operation. true if the directory exists; false, otherwise. Returns a task that performs an asynchronous request to check whether the directory exists. A object that represents the current operation. Returns a task that performs an asynchronous request to check whether the directory 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 check whether the directory 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 check whether the directory 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. Populates a directory's properties. An object that represents the access conditions for the directory. 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 directory'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 populate the directory's properties and metadata. An object that represents the access conditions for the file. 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 directory's properties and metadata. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to populate the directory's properties and metadata. A object that represents the current operation. Returns a task that performs an asynchronous operation to populate the directory'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 directory's properties and metadata. An object that represents the access conditions for the file. 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 directory's properties and metadata. An object that represents the access conditions for the file. 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 files in the share, which are retrieved lazily. 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 file items in the share. A continuation token returned by a previous listing operation. A result segment containing objects that implement . Returns a result segment containing a collection of file items in the share. 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 . Returns a result segment containing a collection of file items in the share. 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 file items in the share. 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 file items in the share. 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 file items in the share. 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 file items in the share. 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 file items in the share. 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 file items in the share. 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 file items in the share. 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. Implementation for the Create method. An object that specifies additional options for the request. A that creates the directory. Implementation for the Delete method. An object that represents the access conditions for the directory. If null, no condition is used. An object that specifies additional options for the request. A that deletes the directory. Implementation for the Exists method. An object that specifies additional options for the request. A that checks existence. Implements the FetchAttributes method. The attributes are updated immediately. An object that represents the access conditions for the file. If null, no condition is used. An object that specifies additional options for the request. A that fetches the attributes. Core implementation of the ListFilesAndDirectories method. 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. An object that specifies additional options for the request. The continuation token. A that lists the files. Retrieve ETag and LastModified date time from response. The response to parse. Stores the that contains this directory. Stores the parent directory. Initializes a new instance of the class using an absolute URI to the directory. A object containing the absolute URI to the directory. A object. Initializes a new instance of the class using an absolute URI to the directory. A object containing the absolute URI to the directory. A object. Initializes a new instance of the class given an address and a client. The file directory's Uri. Name of the directory. The share for the directory. Selects the protocol response. The protocol item. The parsed . Returns a object that represents a file in this directory. A containing the name of the file. A object. Returns a object that represents a subdirectory within this directory. A containing the name of the subdirectory. A object. Parse URI. The complete Uri. The credentials to use. Gets a object that specifies the endpoint for the File service. A object. Gets the directory's URI for the primary location. A specifying the absolute URI to the directory at the primary location. Gets the file directory's URIs for all locations. A object containing the file directory's URIs for all locations. Gets a object that represents the directory's system properties. A object. Gets a object that represents the share for the directory. A object. Gets a object that represents the parent directory for the directory. A object. Gets the name of the directory. A containing the name of the directory. Represents a share in the Windows Azure File service. Shares hold directories, which are encapsulated as objects, and directories hold files. Directories can also contain sub-directories. Represents a share in the Windows Azure File service. Creates the share. 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 share. 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 share. 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 create a share. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to create a share. A object that represents the current operation. Returns a task that performs an asynchronous operation to create a share. 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 share. 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 share. 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 share if it does not already exist. An object that specifies additional options for the request. An object that represents the context for the current operation. true if the share did not already exist and was created; otherwise false. Begins an asynchronous request to create the share 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 share if it does not already exist. 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 create the share if it does not already exist. An that references the pending asynchronous operation. true if the share did not already exist and was created; otherwise, false. Returns a task that performs an asynchronous request to create the share if it does not already exist. A object that represents the current operation. Returns a task that performs an asynchronous request to create the share 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 share 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 share 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 share. An object that represents the access conditions for the share. If null, no condition is used. 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 a share. 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 share. An object that represents the access conditions for the share. If null, no condition is used. 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 a share. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to delete a share. A object that represents the current operation. Returns a task that performs an asynchronous operation to delete a share. 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 share. An object that represents the access conditions for the share. 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 a share. An object that represents the access conditions for the share. 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 share if it already exists. An object that represents the access conditions for the share. If null, no condition is used. An object that specifies additional options for the request. An object that represents the context for the current operation. true if the share did not already exist and was created; otherwise false. Begins an asynchronous request to delete the share 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 share if it already exists. An object that represents the access conditions for the share. If null, no condition is used. 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 share if it already exists. An that references the pending asynchronous operation. true if the share did not already exist and was created; otherwise, false. Returns a task that performs an asynchronous request to delete the share if it already exists. A object that represents the current operation. Returns a task that performs an asynchronous request to delete the share 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 share if it already exists. An object that represents the access conditions for the share. 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 share if it already exists. An object that represents the access conditions for the share. 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 share exists. An object that specifies additional options for the request. An object that represents the context for the current operation. true if the share exists. Begins an asynchronous request to check whether the share 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 share exists. 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 whether the share exists. An that references the pending asynchronous operation. true if the share exists. Returns a task that performs an asynchronous request to check whether the share exists. A object that represents the current operation. Returns a task that performs an asynchronous request to check whether the share 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 check whether the share 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 check whether the share 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 share's attributes. An object that represents the access conditions for the share. If null, no condition is used. An 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 share'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 share's attributes. An object that represents the access conditions for the share. If null, no condition is used. 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 retrieve the share's attributes. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to retrieve the share's attributes. A object that represents the current operation. Returns a task that performs an asynchronous operation to retrieve the share'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 retrieve the share's attributes. An object that represents the access conditions for the share. 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 retrieve the share's attributes. An object that represents the access conditions for the share. 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 share's user-defined metadata. An object that represents the access conditions for the share. If null, no condition is used. An 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 share. 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 share. An object that represents the access conditions for the share. If null, no condition is used. 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 request operation to set user-defined metadata on the share. An that references the pending asynchronous operation. Returns a task that performs an asynchronous operation to set user-defined metadata on the share. A object that represents the current operation. Returns a task that performs an asynchronous operation to set user-defined metadata on the share. 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 share. An object that represents the access conditions for the share. 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 user-defined metadata on the share. An object that represents the access conditions for the share. 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 Create method. An object that specifies additional options for the request. A that creates the share. Implementation for the Delete method. An object that represents the access conditions for the share. If null, no condition is used. An object that specifies additional options for the request. A that deletes the share. Implementation for the FetchAttributes method. An object that represents the access conditions for the share. 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. An 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 share. If null, no condition is used. An object that specifies additional options for the request. A that sets the metadata. Retrieve ETag and LastModified date time from response. The response to parse. Initializes a new instance of the class. The absolute URI to the share. A object. Initializes a new instance of the class. The absolute URI to the share. A object. Initializes a new instance of the class. The share name. A client object that specifies the endpoint for the File service. Initializes a new instance of the class. The properties. The metadata. The share name. The client to be used. Parse URI for SAS (Shared Access Signature) information. The complete Uri. The credentials to use. Returns a reference to the root directory for this share. A reference to the root directory. Gets the service client for the share. A client object that specifies the endpoint for the File service. Gets the share's URI. The absolute URI to the share. Gets the list of URIs for all locations. The list of URIs for all locations. Gets the name of the share. The share's name. Gets the share's metadata. The share's metadata. Gets the share's system properties. The share's properties. Represents a stream for writing to a file. Clears all buffers for this stream, causes any buffered data to be written to the underlying file, and commits the file. 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 class. File reference to read from An object that represents the access conditions for the file. 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 FileReadStream disables MD5 validation. This operation is not supported in FileReadStreamBase. Not used. This operation is not supported in FileReadStreamBase. Not used. Not used. Not used. This operation is a no-op in FileReadStreamBase. 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 file. Number of bytes to read. Updates the file 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 file 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 class. File reference to read from An object that represents the access conditions for the file. 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. Initializes a new instance of the FileWriteStreamBase class for a file. File reference to write to. Size of the file. Use true if the file is newly created, false otherwise. An object that represents the access conditions for the file. 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 FileWriteStreamBase. 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 FileWriteStreamBase. Not used. Releases the file 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 FileWriteStream class for a file. File reference to write to. Size of the file. Use true if the file is newly created, false otherwise. An object that represents the access conditions for the file. 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 file. 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 file 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 file, and commits the file. 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 file 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 WriteRange operation as soon as the parallel operation semaphore becomes available. Data to be uploaded Offset within the file MD5 hash of the data to be uploaded The reference to the pending asynchronous request to finish. Called when the asynchronous WriteRange operation completes. The result of the asynchronous operation. Provides a set of methods for parsing directory responses from the File service. Gets the request ID from the response. The web response. A unique value associated with the request. Gets the directory's properties from the response. The web response. The directory's attributes. A factory class for constructing a web request to manage directories in the File service. Constructs a web request to create a new directory. The absolute URI to the directory. The server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Constructs a web request to delete the directory and all of the files within it. The absolute URI to the directory. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 directory. The absolute URI to the directory. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 files and subdirectories in the directory. The absolute URI to the share. The server timeout interval. A set of parameters for the listing operation. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Gets the directory Uri query builder. A for the directory. Provides a set of methods for parsing a response containing file data from the File service. Gets the request ID from the response. The web response. A unique value associated with the request. Gets the file's properties from the response. The web response. The file's properties. Gets the user-defined metadata. The response from server. A of the metadata. Reads service stats from a stream. The stream from which to read the service stats. The service stats stored in the stream. A factory class for constructing a web request to manage files in the File service. Constructs a web request to create a new file. The absolute URI to the file. The server timeout interval. The properties to set for the file. The size of the file. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Constructs a web request to return the file's system properties. The absolute URI to the file. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request for performing the operation. Constructs a web request to return the user-defined metadata for the file. The absolute URI to the file. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 file. The absolute URI to the file. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Adds the Range Header for File Service Operations. Request Starting byte of the range Number of bytes in the range Constructs a web request to return the list of valid ranges for a file. The absolute URI to the file. The server timeout interval. The starting offset of the data range over which to list file ranges, in bytes. The length of the data range over which to list file ranges, in bytes. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Constructs a web request to set system properties for a file. The absolute URI to the file. The server timeout interval. The file's properties. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Constructs a web request to resize a file. The absolute URI to the file. The server timeout interval. The new file size. Set this parameter to null to keep the existing file size. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Constructs a web request to get the file's content, properties, and metadata. The absolute URI to the file. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 file. The absolute URI to the file. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 file's content, together with its properties and metadata. The absolute URI to the file. The server timeout interval, in seconds. 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 file. If set to true, request an MD5 header for the specified range. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 file. The absolute URI to the file. The server timeout interval. The beginning and ending offsets. Action describing whether we are writing to a file or clearing a set of ranges. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request to use to perform the operation. Provides a set of methods for parsing share responses from the File service. Gets the request ID from the response. The web response. A unique value associated with the request. Gets the share's properties from the response. The web response. The share's attributes. Gets the user-defined metadata. The response from server. A of the metadata. A factory class for constructing a web request to manage shares in the File service. Constructs a web request to create a new share. The absolute URI to the share. The server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request to use to perform the operation. Constructs a web request to delete the share and all of the files within it. The absolute URI to the share. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 share. The absolute URI to the share. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 share. The absolute URI to the share. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 share. The absolute URI to the share. The server timeout interval. The access condition to apply to the request. A flag indicating whether to set the x-ms-version HTTP header. 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 shares 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. A flag indicating whether to set the x-ms-version HTTP header. An object for tracking the current operation. A web request for the specified operation. Gets the share Uri query builder. A for the share. 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. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to create a queue. An delegate that will receive 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. An delegate that will receive 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. Initiates an asynchronous operation to create a queue. A object that represents the asynchronous operation. Initiates an asynchronous operation to create a queue. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Creates the queue if it does not already exist. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. true if the queue did not already exist and was created; otherwise false. Begins an asynchronous operation to create the queue if it does not already exist. An delegate that will receive 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 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. An delegate that will receive 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 operation 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. Initiates an asynchronous operation to create the queue if it does not already exist. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to create the queue if it does not already exist. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Deletes the queue if it already exists. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. true if the queue did not already exist and was created; otherwise false. Begins an asynchronous operation to delete the queue if it already exists. An delegate that will receive 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 queue if it already exists. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 operation 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. Initiates an asynchronous operation to delete the queue if it already exists. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to delete the queue if it already exists. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation 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 of type bool that represents the asynchronous operation. Deletes the queue. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to delete a queue. An delegate that will receive 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. An delegate that will receive 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. Initiates an asynchronous operation to delete a queue. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a queue. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Sets permissions for the queue. A object. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to set permissions for the queue. A object. An delegate that will receive 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 permissions for the queue. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 operation to set permissions for the queue. An that references the pending asynchronous operation. Initiates an asynchronous operation to set permissions for the queue. A object. A object that represents the asynchronous operation. Initiates an asynchronous operation to set permissions for the queue. A object. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to set permissions for the queue. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to set permissions for the queue. A object. 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 asynchronous operation. Gets the permissions settings for the queue. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A object. Begins an asynchronous operation to get the permissions settings for the queue. An delegate that will receive 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 permissions settings for the queue. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. A object. Initiates an asynchronous operation to get the permissions settings for the queue. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get the permissions settings for the queue. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation 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 of type that represents the asynchronous operation. Initiates an asynchronous operation 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 of type that represents the asynchronous operation. Checks existence of the queue. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. true if the queue exists. Checks existence of the queue. If true, the command will be executed against the primary location. A object that specifies additional options for the request. An object that represents the context for the current operation. true if the queue exists. Begins an asynchronous operation to check the existence of the queue. An delegate that will receive 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 check the existence of the queue. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 check the existence of the queue. If true, the command will be executed against the primary location. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 the existence of the queue. An that references the pending asynchronous operation. true if the queue exists. Initiates an asynchronous operation to check the existence of the queue. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to check the existence of the queue. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to check the 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation to check the 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 of type bool that represents the asynchronous operation. Sets the queue's user-defined metadata. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to set user-defined metadata on the queue. An delegate that will receive 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. An object that represents the context for the current operation. An delegate that will receive 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 user-defined metadata on the queue. An that references the pending asynchronous operation. Initiates an asynchronous operation to set user-defined metadata on the queue. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Fetches the queue's attributes. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to fetch the queue's attributes. An delegate that will receive 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. An delegate that will receive 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. Initiates an asynchronous operation to fetch the queue's attributes. A object that represents the asynchronous operation. Initiates an asynchronous operation to fetch the queue's attributes. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Adds a message to the queue. A object. A specifying the maximum time to allow the message to be in the queue, or null. A specifying the interval 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. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to add a message to the queue. A object. An delegate that will receive 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. A object. A specifying the maximum time to allow the message to be in the queue, or null. A specifying the interval 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. An delegate that will receive 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. Initiates an asynchronous operation to add a message to the queue. A object. A object that represents the asynchronous operation. Initiates an asynchronous operation to add a message to the queue. A object. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to add a message to the queue. A object. A specifying the maximum time to allow the message to be in the queue, or null. A specifying the interval 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 asynchronous operation. Initiates an asynchronous operation to add a message to the queue. A object. A specifying the maximum time to allow the message to be in the queue, or null. A specifying the interval 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 asynchronous operation. Updates the visibility timeout and optionally the content of a message. A object. A specifying 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. If null, default options are applied to 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. A object. A specifying the visibility timeout interval. A set of values that specify which parts of the message are to be updated. An delegate that will receive 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. A object. A specifying the visibility timeout interval. A set of values that specify 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. An delegate that will receive 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. Initiates an asynchronous operation to update the visibility timeout and optionally the content of a message. A object. A specifying the visibility timeout interval. A set of values that specify which parts of the message are to be updated. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the visibility timeout and optionally the content of a message. A object. A specifying the visibility timeout interval. A set of values that specify which parts of the message are to be updated. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to update the visibility timeout and optionally the content of a message. A object. A specifying the visibility timeout interval. A set of values that specify 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 asynchronous operation. Initiates an asynchronous operation to update the visibility timeout and optionally the content of a message. A object. A specifying the visibility timeout interval. A set of values that specify 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 asynchronous operation. Deletes a message. A object. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Deletes the specified message from the queue. A string specifying the message ID. A string specifying the pop receipt value. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to delete a message. A object. An delegate that will receive 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 object. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 string specifying the message ID. A string specifying the pop receipt value. An delegate that will receive 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 string specifying the message ID. A string specifying the pop receipt value. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to delete a message. A object. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a message. A object. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a message. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a message. A object. 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 asynchronous operation. Initiates an asynchronous operation to delete a message. A string specifying the message ID. A string specifying the pop receipt value. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a message. A string specifying the message ID. A string specifying the pop receipt value. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a message. A string specifying the message ID. A string specifying 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 asynchronous operation. Initiates an asynchronous operation to delete a message. A string specifying the message ID. A string specifying 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 asynchronous 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. A specifying the visibility timeout interval. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. An enumerable collection of messages. Begins an asynchronous operation to get messages from the queue. The number of messages to retrieve. An delegate that will receive 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. A specifying the visibility timeout interval. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to get messages from the queue. The number of messages to retrieve. A object that is an enumerable collection of type that represents the asynchronous operation. Initiates 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 is an enumerable collection of type that represents the asynchronous operation. Initiates 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. A specifying 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 is an enumerable collection of type that represents the asynchronous operation. Initiates 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. A specifying 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 is an enumerable collection of type that represents the asynchronous 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. A specifying the visibility timeout interval. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. A object. Begins an asynchronous operation to get a single message from the queue. An delegate that will receive 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. A specifying the visibility timeout interval. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 object. Initiates an asynchronous operation to get a single message from the queue. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get a single message from the queue. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates 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. A specifying 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 of type that represents the asynchronous operation. Initiates 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. A specifying 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 of type that represents the asynchronous 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. If null, default options are applied to the request. An object that represents the context for the current operation. An enumerable collection of objects. Begins an asynchronous operation to peek messages from the queue. The number of messages to peek. An delegate that will receive 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. An object that represents the context for the current operation. An delegate that will receive 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 objects. Initiates an asynchronous operation to peek messages from the queue. The number of messages to peek. A object that is an enumerable collection of type that represents the asynchronous operation. Initiates 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 is an enumerable collection of type that represents the asynchronous operation. Initiates 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 is an enumerable collection of type that represents the asynchronous operation. Initiates 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 is an enumerable collection of type that represents the asynchronous 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. If null, default options are applied to the request. An object that represents the context for the current operation. A object. Begins an asynchronous operation to get a single message from the queue. An delegate that will receive 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. An object that represents the context for the current operation. An delegate that will receive 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 object. Initiates an asynchronous operation to get a single message from the queue. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get a single message from the queue. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates 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 of type that represents the asynchronous operation. Initiates 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 of type that represents the asynchronous operation. Clears all messages from the queue. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. Begins an asynchronous operation to clear all messages from the queue. An delegate that will receive 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. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to clear all messages from the queue. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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 asynchronous 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. If true, the command will be executed against the primary location. 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. A string specifying the message ID. A string specifying 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. A specifying 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. A specifying the absolute URI to the queue. Initializes a new instance of the class. A specifying the absolute URI to the queue. A object. Initializes a new instance of the class. A containing the absolute URI to the queue at both the primary and secondary locations. A object. Initializes a new instance of the class. The queue name. A client object that specifies the endpoint for the Queue service. Initializes a new instance of the class. The metadata. 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. A string specifying 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. A object specifying 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 queue. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. 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 queue. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. A shared access signature, as a URI query string. The query string returned includes the leading question mark. Gets the object that represents the Queue service. A object. Gets the queue URI for the primary location. A specifying the absolute URI to the queue at the primary location. Gets the queue URIs for both the primary and secondary locations. An object of type containing the queue's URIs for both the primary and secondary locations. Gets the name of the queue. A string containing the name of the queue. 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. An object containing 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 endpoint or endpoints 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 endpoint or endpoints 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. A string containing the queue name prefix. A enumeration value that indicates which details to include in the listing. A object that specifies additional options for the request. If null, default options are applied to the request. An object that represents the context for the current operation. An enumerable collection of objects of type that are retrieved lazily. Returns a result segment containing a collection of queues. A continuation token returned by a previous listing operation. A object. Returns a result segment containing a collection of queues. A string containing the queue name prefix. A continuation token returned by a previous listing operation. A object. Returns a result segment containing a collection of queues. A string containing 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. If null, default options are applied to the request. An object that represents the context for the current operation. A object. Returns a result segment containing a collection of queues. A string containing 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 of type . Begins an asynchronous operation to return a result segment containing a collection of queues. A returned by a previous listing operation. An delegate that will receive 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 queues. A string containing the queue name prefix. A returned by a previous listing operation. An delegate that will receive 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 queues. A string containing 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. An delegate that will receive 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 queues. An that references the pending asynchronous operation. A object. Initiates an asynchronous operation to return a result segment containing a collection of queues. A returned by a previous listing operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of queues. A returned by a previous listing operation. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of queues. A string containing the queue name prefix. A returned by a previous listing operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of queues. A string containing the queue name prefix. A returned by a previous listing operation. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of queues. A string containing 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 of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment containing a collection of queues. A string containing 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 of type that represents the asynchronous operation. Core implementation of the ListQueues method. A string containing 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. A object that specifies additional options for the request. The continuation token. A that lists the queues. Begins an asynchronous operation to get service properties for the Queue service. An 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 service properties for the Queue service. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 service properties for the Queue service. The result returned from a prior call to . A object. Initiates an asynchronous operation to get service properties for the Queue service. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service properties for the Queue service. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service properties for the Queue service. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service properties for 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 of type that represents the asynchronous operation. Gets service properties for the Queue service. A object that specifies additional options for the request. An object that represents the context for the current operation. A containing the Queue service properties. Begins an asynchronous operation to set service properties for the Queue service. A object. An 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 service properties for the Queue service. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 service properties for the Queue service. The returned from a prior call to . Initiates an asynchronous operation to set service properties for the Queue service. A object. A object that represents the asynchronous operation. Initiates an asynchronous operation to set service properties for the Queue service. A object. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to set service properties for the Queue service. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to set service properties for the Queue service. A object. 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 asynchronous operation. Sets service properties for the Queue service. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. Begins an asynchronous operation to get service stats for the secondary Queue service endpoint. An 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 service stats for the secondary Queue service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 service stats for the secondary Queue service endpoint. An that references the pending asynchronous operation. A object. Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Queue service endpoint. 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 of type that represents the asynchronous operation. Gets service stats for the secondary Queue service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. A object. Initializes a new instance of the class using the specified Queue service endpoint and account credentials. The containing the Queue service endpoint to use to create the client. A object. Initializes a new instance of the class using the specified Queue service endpoint and account credentials. A object containing the Queue service endpoint to use to create the client. A object. Returns a reference to a object with the specified name. A string containing the name of the queue. A object. Gets or sets the authentication scheme to use to sign HTTP requests. This property is set only when Shared Key or Shared Key Lite credentials are used; it does not apply to authentication via a shared access signature or anonymous access. 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. An object of type . Gets the account credentials used to create the Queue service client. A object. Gets the base URI for the Queue service client, at the primary location. A object for the Queue service client, at the primary location. Gets the Queue service endpoints for both the primary and secondary locations. An object of type containing Queue service URIs for both the primary and secondary locations. Gets and sets the default request options for requests made via the Queue service client. A object. Gets or sets the default retry policy for requests made via the Queue service client. An object of type . Gets or sets the default location mode for requests made via the Queue service client. A enumeration value. Gets or sets the default server timeout for requests made via the Queue service client. A containing the server timeout interval. Gets or sets the maximum execution time across all potential retries. A containing 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 content of the message as a byte array. 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. A string specifying the message ID. A string containing 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. A string containing 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. A specifying 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. A string containing the message ID. Gets the message's pop receipt. A string containing the pop receipt value. Gets the time that the message was added to the queue. A indicating the time that the message was added to the queue. Gets the time that the message expires. A indicating the time that the message expires. Gets the time that the message will next be visible. A indicating the time that the message will next be visible. Gets the content of the message, as a string. A string containing 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 service stats from a stream. The stream from which to read the service stats. The service stats 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. A specifying the Queue service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to get the properties of the Queue service. A specifying the Queue service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Creates a web request to set the properties of the Queue service. A specifying the Queue service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to set the properties of the Queue service. A specifying the Queue service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Creates a web request to get Queue service stats. A specifying the Queue service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to get Queue service stats. A specifying the Queue service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Writes Queue service properties to a stream, formatted in XML. A object. The object to which the formatted properties are to be written. Constructs a web request to create a new queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to create a new queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to delete the queue and all of the messages within it. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to delete the queue and all of the messages within it. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to clear all messages in the queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to clear all messages in the queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to return the user-defined metadata for this queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Generates a web request to return the user-defined metadata for this queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Generates a web request to set user-defined metadata for the queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Generates a web request to set user-defined metadata for the queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Adds user-defined metadata to the request as one or more name-value pairs. A object. A object containing the user-defined metadata. Adds user-defined metadata to the request as a single name-value pair. A object. A string containing the metadata name. A string containing the metadata value. Constructs a web request to return a listing of all queues in this storage account. A specifying the Queue service endpoint. An integer specifying the server timeout interval. A object. A enumeration value that indicates whether to return queue metadata with the listing. An object that represents the context for the current operation. A object. Constructs a web request to return a listing of all queues in this storage account. A specifying the Queue service endpoint. An integer specifying the server timeout interval. A object. A enumeration value that indicates whether to return queue metadata with the listing. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to return the ACL for a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to return the ACL for a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to set the ACL for a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to set the ACL for a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to add a message for a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. The message time-to-live, in seconds. The length of time during which the message will be invisible, in seconds. An object that represents the context for the current operation. A object. Constructs a web request to add a message for a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. The message time-to-live, in seconds. The length of time during which the message will be invisible, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to update a message. A specifying the absolute URI to the message to update. The server timeout interval, in seconds. A string specifying the pop receipt of the message. The length of time during which the message will be invisible, in seconds. An object that represents the context for the current operation. A object. Constructs a web request to update a message. A specifying the absolute URI to the message to update. The server timeout interval, in seconds. A string specifying the pop receipt of the message. The length of time during which the message will be invisible, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to update a message. A specifying the absolute URI to the message to update. The server timeout interval, in seconds. A string specifying the pop receipt of the message. An object that represents the context for the current operation. A object. Constructs a web request to update a message. A specifying the absolute URI to the message to update. The server timeout interval, in seconds. A string specifying the pop receipt of the message. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to get messages from a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An integer specifying the number of messages to get. A value specifying the visibility timeout. An object that represents the context for the current operation. A object. Constructs a web request to get messages from a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An integer specifying the number of messages to get. A value specifying the visibility timeout. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to peek messages from a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An integer specifying the number of messages to peek. An object that represents the context for the current operation. A object. Constructs a web request to peek messages from a queue. A specifying the absolute URI to the queue. An integer specifying the server timeout interval. An integer specifying the number of messages to peek. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Represents a Windows Azure table. Represents a Windows Azure table. Executes an operation on a table. A object that represents the operation to perform. A object that specifies additional options for the request. An object that represents the context for the current operation. A object. Begins execution of an asynchronous table operation. A object that represents the operation to perform. An delegate that will receive 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 execution of an asynchronous table operation. A object that represents the operation to perform. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 execution of an asynchronous table operation. An that references the pending asynchronous operation. A containing the result executing the operation on the table. Initiates an asynchronous operation that executes an asynchronous table operation. A object that represents the operation to perform. A object of type that represents the asynchronous operation. Initiates an asynchronous operation that executes an asynchronous table operation. A object that represents the operation to perform. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation that executes an asynchronous table operation. A object that represents the operation to perform. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation that executes an asynchronous table operation. A object that represents the operation to perform. 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 of type that represents the asynchronous operation. Executes a batch operation on a table as an atomic operation. The object representing the operations to execute on the table. 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 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. An delegate that will receive 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. The object representing the operations to execute on the table. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 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. Initiates an asynchronous operation to execute a batch of operations on a table. The object representing the operations to execute on the table. A object that is list of type that represents the asynchronous operation. Initiates an asynchronous operation to execute a batch of operations on a table. The object representing the operations to execute on the table. A to observe while waiting for a task to complete. A object that is list of type that represents the asynchronous operation. Initiates an asynchronous operation to execute a batch of operations on a table. The object representing the operations to execute on the table. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that is list of type that represents the asynchronous operation. Initiates an asynchronous operation to execute a batch of operations on a table. The object representing the operations to execute on the table. 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 is list of type that represents the asynchronous operation. Executes a query on a table and returns an enumerable collection of objects. A representing the query to execute. A object that specifies additional options for the request. An object that represents the context for the current operation. An enumerable collection of objects, representing table entities returned by the query. Executes a segmented query on a table and returns a containing objects. 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 additional options for the request. An object that represents the context for the current operation. A object of type containing the results of executing the query. Begins an asynchronous segmented query on a table. A representing the query to execute. A object representing a continuation token from the server when the operation returns a partial result. An delegate that will receive 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 segmented query on a table. 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 on a table. An that references the pending asynchronous operation. A object of type containing the results of executing the query. Initiates an asynchronous operation to perform a segmented query on a table. A representing the query to execute. A object representing a continuation token from the server when the operation returns a partial result. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to perform a segmented query on a table. 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 of type that represents the asynchronous operation. Initiates an asynchronous operation to perform a segmented query on a table. 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 additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to perform a segmented query on a table. 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 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 of type that represents the asynchronous operation. Executes a query on a table and applies the specified 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 additional options for the request. An object that represents the context for the current operation. An enumerable collection, containing the projection into type TResult, of the results of executing the query. Executes a segmented query on a table and applies the specified 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 representing a continuation token from the server when the operation returns a partial result. A object that specifies additional options for the request. An object that represents the context for the current operation. A object containing the results of executing the query. Begins an asynchronous operation to execute a segmented query and apply the specified 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 representing a continuation token from the server when the operation returns a partial result. An delegate that will receive 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 segmented query and apply the specified to the result. The type into which the will project the query results. A instance specifying the table to query and the query parameters to use. 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive notification when the asynchronous operation completes. A user-defined object that will be passed to the callback delegate. An that references the asynchronous operation. Initiates an asynchronous operation to execute a segmented query and apply the specified to the result. The type into which the will project the query results. A instance specifying the table to query and the query parameters to use. 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 of type that represents the asynchronous operation. Initiates an asynchronous operation to execute a segmented query and apply the specified to the result. The type into which the will project the query results. A instance specifying the table to query and the query parameters to use. 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 of type that represents the asynchronous operation. Initiates an asynchronous operation to execute a segmented query and apply the specified to the result. The type into which the will project the query results. A instance specifying the table to query and the query parameters to use. 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 additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to execute a segmented query and apply the specified to the result. The type into which the will project the query results. A instance specifying the table to query and the query parameters to use. 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 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 of type that represents the asynchronous 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. The entity type of the query. A TableQuery instance specifying the table to query and the query parameters to use, specialized for a type TElement. A object that specifies additional options for the request. An object that represents the context for the current operation. An enumerable collection, specialized for type TElement, of the results of executing the query. Executes a query on a table in segmented mode. 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 additional options for the request. An object that represents the context for 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. 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. An delegate that will receive 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. 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 query a table in segmented mode. 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. Initiates an asynchronous operation to query a table in segmented mode. 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 asynchronous operation. Initiates an asynchronous operation to query a table in segmented mode. 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 asynchronous operation. Initiates an asynchronous operation to query a table in segmented mode. 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 additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to query a table in segmented mode. 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 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 asynchronous operation. Executes a query and applies the specified 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 additional options for the request. An object that represents the context for 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 and applies the specified 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 additional options for the request. An object that represents the context for 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 and apply the specified 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. An delegate that will receive 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 and apply the specified 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 in segmented mode. 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. Initiates an asynchronous operation to execute a query in segmented mode and apply the specified 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 asynchronous operation. Initiates an asynchronous operation to execute a query in segmented mode and apply the specified 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 asynchronous operation. Initiates an asynchronous operation to execute a query in segmented mode and apply the specified 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 additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to execute a query in segmented mode and apply the specified 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 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 asynchronous operation. Creates a table. 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 table. An delegate that will receive 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to create a table. A object that represents the asynchronous operation. Initiates an asynchronous operation to create a table. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to create a table. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to create a table. 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 asynchronous operation. Creates the table 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 table was created; otherwise, false. Begins an asynchronous operation to create a table if it does not already exist. An delegate that will receive 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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 if it does not already exist. An that references the pending asynchronous operation. true if table was created; otherwise, false. Initiates an asynchronous operation to create a table if it does not already exist. A object of type bool that represents the asynchronous operation. Initiates 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation to create a table 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 of type bool that represents the asynchronous operation. Initiates an asynchronous operation to create a table 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 of type bool that represents the asynchronous operation. Deletes a table. 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 table. An delegate that will receive 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to delete a table. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a table. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a table. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to delete a table. 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 asynchronous operation. Deletes the table if it exists. A object that specifies additional options for the request. An object that represents the context for the current operation. true if the table was deleted; otherwise, false. Begins an asynchronous operation to delete the table if it exists. An delegate that will receive 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to delete the table if it exists. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to delete the table if it exists. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to delete the table if it exists. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to delete the table if it 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 of type bool that represents the asynchronous operation. Checks whether the table exists. A object that specifies additional options for the request. An object that represents the context for the current operation. true if table exists; otherwise, false. Checks whether the table exists. If true, the command will be executed against the primary location. A object that specifies additional options for the request. An object that represents the context for the current operation. true if table exists; otherwise, false. Begins an asynchronous operation to determine whether a table exists. An delegate that will receive 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. If true, the command will be executed against the primary location. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to determine whether a table exists. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to determine whether a table exists. A to observe while waiting for a task to complete. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to determine whether a table exists. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type bool that represents the asynchronous operation. Initiates an asynchronous operation to determine whether a table 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 of type bool that represents the asynchronous operation. Gets the permissions settings for the table. A object that specifies additional options for the request. An object that represents the context for the current operation. A object. Begins an asynchronous request to get the permissions settings for the table. An delegate that will receive 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 additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. A object. Initiates an asynchronous operation to get the permissions settings for the table. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get the permissions settings for the table. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get the permissions settings for the table. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get the permissions settings for the table. 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 of type that represents the asynchronous operation. Sets the permissions settings for the table. A object that represents the permissions to set. 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 table. A object that represents the permissions to set. An delegate that will receive 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. A object that represents the permissions to set. A object that specifies additional options for the request. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to set permissions for the table. A object that represents the permissions to set. A object that represents the asynchronous operation. Initiates an asynchronous operation to set permissions for the table. A object that represents the permissions to set. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to set permissions for the table. A object that represents the permissions to set. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to set permissions for the table. A object that represents the permissions to set. 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 asynchronous operation. Initializes a new instance of the class. A specifying the absolute URI to the table. Initializes a new instance of the class. A specifying the absolute URI to the table. A object. Initializes a new instance of the class. A containing the absolute URI to the table at both the primary and secondary locations. A object. Initializes a new instance of the class. The table name. The client. Returns a shared access signature for the table. A object specifying 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. Thrown if the current credentials don't support creating a shared access signature. Returns a shared access signature for the table. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. 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 a shared access signature for the table. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. A string specifying the start partition key, or null. A string specifying the start row key, or null. A string specifying the end partition key, or null. A string specifying 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 a shared access signature for the table. A object specifying the access policy for the shared access signature. A string identifying a stored access policy. A string specifying the start partition key, or null. A string specifying the start row key, or null. A string specifying the end partition key, or null. A string specifying the end row key, or null. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. 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. A string containing 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 object . Gets the name of the table. A string containing the name of the table. Gets the table URI for the primary location. A specifying the absolute URI to the table at the primary location. Gets the table's URIs for both the primary and secondary locations. An object of type containing the table's URIs for both the primary and secondary locations. 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 endpoint or endpoints 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, retrieved lazily, that start with the specified prefix. A string containing the table name prefix. 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 are retrieved lazily. Returns a result segment of tables. A returned by a previous listing operation. A object. Returns a result segment of tables, retrieved lazily, that start with the specified prefix. A string containing the table name prefix. A returned by a previous listing operation. A object. Returns a result segment of tables, retrieved lazily, that start with the specified prefix. A string containing 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 represents the context for the current operation. A object. Begins an asynchronous operation to return a result segment of tables. A returned by a previous listing operation. An delegate that will receive 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 of tables that start with the specified prefix. A string containing the table name prefix. A returned by a previous listing operation. An delegate that will receive 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 of tables that start with the specified prefix. A string containing 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. An delegate that will receive 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 of tables. An that references the pending asynchronous operation. A object. Initiates an asynchronous operation to return a result segment of tables. A returned by a previous listing operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment of tables. A returned by a previous listing operation. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. A string containing the table name prefix. A returned by a previous listing operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. A string containing the table name prefix. A returned by a previous listing operation. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. A string containing 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 of type that represents the asynchronous operation. Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. A string containing 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 of type that represents the asynchronous operation. Gets the service properties for the Table service. A object that specifies additional options for the request. An object that represents the context for the current operation. A object. Begins an asynchronous operation to get the service properties of the Table service. An 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 represents the context for the current operation. An 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 . A object. Initiates an asynchronous operation to get the service properties of the Table service. A object that represents the asynchronous operation. Initiates an asynchronous operation to get the service properties of the Table service. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get the service properties of the Table service. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get the service properties of the Table 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 of type that represents the asynchronous operation. Sets the service properties of the Table service. A object. 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 service properties of the Table service. A object. An 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. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 Initiates an asynchronous operation to set the service properties of the Table service. A object. A object that represents the asynchronous operation. Initiates an asynchronous operation to set the service properties of the Table service. A object. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to set the service properties of the Table service. A object. A object that specifies additional options for the request. An object that represents the context for the current operation. A object that represents the asynchronous operation. Initiates an asynchronous operation to set the service properties of the Table service. A object. 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 asynchronous operation. Begins an asynchronous operation to get service stats for the secondary Table service endpoint. An 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 service stats for the secondary Table service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. An 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 service stats for the secondary Table service endpoint. An that references the pending asynchronous operation. A object. Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. A to observe while waiting for a task to complete. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. A object of type that represents the asynchronous operation. Initiates an asynchronous operation to get service stats for the secondary Table service endpoint. 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 of type that represents the asynchronous operation. Gets service stats for the secondary Table service endpoint. A object that specifies additional options for the request. An object that represents the context for the current operation. A object. Creates a new object for performing operations against the Table service. A service context to use for performing operations against the Table service. Initializes a new instance of the class using the specified Table service endpoint and account credentials. A object containing the Table service endpoint to use to create the client. A object. Initializes a new instance of the class using the specified Table service endpoint and account credentials. A object containing the Table service endpoint to use to create the client. A object. Gets a reference to the specified table. A string containing the name of the table. A object. Gets or sets the authentication scheme to use to sign HTTP requests. This property is set only when Shared Key or Shared Key Lite credentials are used; it does not apply to authentication via a shared access signature or anonymous access. Note that if you are using the legacy Table service API, which is based on WCF Data Services, the authentication scheme used by the 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. An object of type . Gets the account credentials used to create the Table service client. A object. Gets the base URI for the Table service client at the primary location. A object containing the base URI used to construct the Table service client at the primary location. Gets the Table service endpoints for both the primary and secondary locations. An object of type containing Table service URIs for both the primary and secondary locations. Gets or sets the default request options for requests made via the Table service client. A object. Gets or sets the default retry policy for requests made via the Table service client. An object of type . Gets or sets the default location mode for requests made via the Table service client. A enumeration value. Gets or sets the default server timeout for requests made via the Table service client. A containing the server timeout interval. Gets or sets the maximum execution time across all potential retries. A containing the maximum execution time across all potential retries. Gets and sets the table payload format for requests against any table accessed with this object. A enumeration value. By default, this property is set to for .NET and Windows Phone. For Windows Runtime, it is set to . 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. Gets the associated account name for the client. The account name. 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 object that inserts the specified entity into the table as part of the batch operation. The entity to be inserted into the table. true if the message payload should be returned in the response to the insert operation;otherwise, false. 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 for 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 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 object to be deleted from the table. The object. Creates a new table operation that inserts the given entity into a table. The object to be inserted into the table. The object. Creates a new table operation that inserts the given entity into a table. The object to be inserted into the table. true if the message payload should be returned in the response to the insert operation. false otherwise. 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 object to be 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 object to be 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 object to be merged. The object. Creates a new table operation that replaces the contents of the given entity in a table. The object to be replaced. The object. Creates a new table operation that retrieves 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 retrieves 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 table operation that replaces the contents of the given entity in a table. A string containing the partition key of the entity to be replaced. A string containing the row key of the entity to be replaced. The object. Gets the entity that is being operated upon. Gets the type of operation. Gets or sets the value that represents whether the message payload should be returned in the response. Represents a query against a Windows Azure table. A class which implements . Represents a query against a Windows Azure table. Initializes a new instance of the class. Executes a query on a table. A object that specifies additional options for the request. An object that represents the context for 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 object returned by a previous listing operation. May be null. An delegate that will receive 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 object returned by a previous listing operation. May be null. An object that represents the context for the current operation. An 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 additional options for the request. 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 object of type . Initiates 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 type that represents the asynchronous operation. Initiates 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 type that represents the asynchronous operation. Initiates 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 that represents the context for the current operation. A object that specifies additional options for the request. A of type that represents the asynchronous operation. Initiates 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 that represents the context for the current operation. A object that specifies additional options for the request. A to observe while waiting for a task to complete. A of type that represents the asynchronous operation. Executes a segmented query against a table. A object representing a continuation token from the server when the operation returns a partial result. A object that specifies additional options for the request. An object that represents the context for 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 . Defines the property names of the table entity properties to return when the table query is executed. 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. The select clause is optional on a table query, and is used to limit the table properties returned from the server. By default, a query will return all properties from the table entity. 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. 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. 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. 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 an value. A string containing the name of the property to compare. A string containing the comparison operator to use. An containing the value to compare with the property. A string containing the formatted filter condition. Generates a property filter condition string for an value. A string containing the name of the property to compare. A string containing the comparison operator to use. An 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 the operator to use (AND, 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 the default EDM entity container for table storage. Initializes a new instance of the EdmEntityContainer class and sets the model and entity set. The name and namespace should not matter since we look for default entity container. Sets the data model that will be used for table transactions. Searches for an entity set with the given name in this entity container and creates a new set if no such set exists. The name of the element being found. The requested element, or the new element created if no such element exists. Represents a data model that will be used by OData for table transactions. Initializes a new instance of the class. Initializes a new instance of the class. Searches for a type with the given name in this model and creates a new type if no such type exists. The qualified name of the type being found. The requested type, or the new type created if no such type exists. Create a new type with the standard set of properties(PK, RK and TimeStamp). Namespace the entity belongs to. Name of the entity. The EdmEntityType created. Searches for a type with the given name in this model. Returns true if such a type is found, otherwise returns false. The qualified name of the type being found. true if the type is found; otherwise, false. 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. A enumeration value. A object that specifies additional options for the request. An object that represents the context for the current operation. A that represents the result of the operation. Begins an asynchronous operation to save changes, using the retry policy specified for the service context. An delegate that will receive 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. A enumeration value. An delegate that will receive 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. A enumeration value. An object that represents the context for the current operation. An delegate that will receive 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. Initiates an asynchronous operation to save changes, using the retry policy specified for the service context. A object that represents the asynchronous operation. Initiates 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 asynchronous operation. Initiates an asynchronous operation to save changes, using the retry policy specified for the service context. A enumeration value. A object that represents the asynchronous operation. Initiates an asynchronous operation to save changes, using the retry policy specified for the service context. A enumeration value. A to observe while waiting for a task to complete. A object that represents the asynchronous operation. Initiates an asynchronous operation to save changes, using the retry policy specified for the service context. A enumeration 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 asynchronous operation. Initiates an asynchronous operation to save changes, using the retry policy specified for the service context. A enumeration 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 asynchronous 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. A object that specifies additional options for the request. An object that represents the context for 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 that represents the context for 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. An delegate that will receive 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. An delegate that will receive 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 . Initiates 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 asynchronous operation. Initiates 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 asynchronous operation. Initiates 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. A object that represents the asynchronous operation. Initiates 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. A to observe while waiting for a task to complete. A object that represents the asynchronous 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. A specifying the Table service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to get the properties of the Table service. A specifying the Table service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Creates a web request to set the properties of the Table service. A specifying the Table service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to set the properties of the Table service. A specifying the Table service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Creates a web request to get the stats of the Table service. A specifying the Table service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. An object that represents the context for the current operation. A object. Creates a web request to get the stats of the Table service. A specifying the Table service endpoint. A object specifying additional parameters to add to the URI query string. The server timeout interval, in seconds. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Writes Table service properties to a stream, formatted in XML. A object containing the service properties to format and write to the stream. The object to which the formatted properties are to be written. Constructs a web request to return the ACL for a table. A specifying the absolute URI for the table. A object specifying additional parameters to add to the URI query string. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to return the ACL for a table. A specifying the absolute URI for the table. A object specifying additional parameters to add to the URI query string. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. Constructs a web request to set the ACL for a table. A specifying the absolute URI for the table. A object specifying additional parameters to add to the URI query string. An integer specifying the server timeout interval. An object that represents the context for the current operation. A object. Constructs a web request to set the ACL for a table. A specifying the absolute URI for the table. A object specifying additional parameters to add to the URI query string. An integer specifying the server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A object. 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 service stats from a stream. The stream from which to read the service stats. The service stats 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 exception. The exception. The request result. The delegate used to parse the error to get extended error information. 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 service stats from a stream. The stream from which to read the service stats. The service stats 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. A object specifying additional parameters to add to the URI query string. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request for performing the operation. Creates the specified URI. The URI to create. The timeout. The builder. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for 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. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for 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. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request to use to perform the operation. Gets the properties. The URI to query. The timeout. The builder. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request for performing the operation. Gets the metadata. The blob Uri. The timeout. The builder. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request for performing the operation. Sets the metadata. The blob Uri. The timeout. The builder. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for 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. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for 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. A object specifying additional parameters to add to the URI query string. The server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for 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. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request to set the service properties. Creates a web request to get the stats of the service. The absolute URI to the service. A object specifying additional parameters to add to the URI query string. The server timeout interval. A flag indicating whether to set the x-ms-version HTTP header. An object that represents the context for the current operation. A web request to get the service stats. Generates a query builder for building service requests. A for building service requests. Represents a storage service. Blob service. Queue Service. Table Service. 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. This class provides a wrapper that will update the Ingress / Egress bytes of a given request result as the stream is used. Note this is not supported for Windows RT / .Net 4.5 as some Async methods may not be able to be intercepted. Initializes a new instance of the ByteCountingStream class with an expandable capacity initialized to zero. 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. 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. AsyncStreamCopier operation. True if the timer has timed out, false otherwise. Aborts the AsyncStreamCopier operation. AsyncStreamCopier 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 object. 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 to check against the resource's ETag. An 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. A value specifying the time since which the resource must have been modified. An 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 to check against the resource's ETag, or "*" to require that the resource does not exist. An object that represents the If-None-Match condition. If "*" is specified for 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. A value specifying the time since which the resource must not have been modified. An 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 to compare to the current sequence number. An 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 to compare to the current sequence number. An 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 to compare to the current sequence number. An 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 to compare to the lease ID of the resource. An 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 object that represents the condition that must be met in order for the request to proceed. The ETag value that must be matched. An object that represents the If-Match and the lease conditions. Gets or sets an ETag value for a condition specifying that the given ETag 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 for a condition specifying that the given ETag 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 value for a condition specifying a time since which a resource has been modified. A value specified in UTC, or null if no condition exists. Gets or sets a value for a condition specifying a time since which a resource has not been modified. A value specified in UTC, or null if no condition exists. Gets or sets a value for a condition specifying that the current sequence number must be less than or equal to the specified value. A sequence number, or null if no condition exists. This condition only applies to page blobs. Gets or sets a value for a condition specifying that the current sequence number must be less than the specified value. A sequence number, or null if no condition exists. This condition only applies to page blobs. Gets or sets a value for a condition specifying that the current sequence number must be equal to the specified value. 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 string containing 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 file 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 suffix appended to account in order to access secondary location for read only access. 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 default file storage DNS hostname 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 FileEndpoint 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 credentials and service endpoints. A object. A specifying the primary Blob service endpoint. A specifying the primary Queue service endpoint. A specifying the primary Table service endpoint. A specifying the primary File service endpoint. Initializes a new instance of the class using the specified account credentials and service endpoints. A object. A specifying the Blob service endpoint or endpoints. A specifying the Queue service endpoint or endpoints. A specifying the Table service endpoint or endpoints. A specifying the File service endpoint or endpoints. Initializes a new instance of the class using the specified credentials, and specifies whether to use HTTP or HTTPS to connect to the storage services. A object. true to use HTTPS to connect to storage service endpoints; otherwise, false. Using HTTPS to connect to the storage services is recommended. Initializes a new instance of the class using the specified credentials and endpoint suffix, and specifies whether to use HTTP or HTTPS to connect to the storage services. A object. 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. Using HTTPS to connect to the storage services is recommended. 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 object. Creates the Queue service client. A object. Creates the Blob service client. A object. Creates an analytics client. A object. Creates the File service client. A client object that specifies the File 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 file endpoint using specified settings. The settings to use. The default file endpoint. Gets the default file 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 file 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 well-known development storage account. A object representing 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 primary endpoint for the Blob service, as configured for the storage account. A containing the primary Blob service endpoint. Gets the primary endpoint for the Queue service, as configured for the storage account. A containing the primary Queue service endpoint. Gets the primary endpoint for the Table service, as configured for the storage account. A containing the primary Table service endpoint. Gets the primary endpoint for the File service, as configured for the storage account. A containing the primary File service endpoint. Gets the endpoints for the Blob service at the primary and secondary location, as configured for the storage account. A containing the Blob service endpoints. Gets the endpoints for the Queue service at the primary and secondary location, as configured for the storage account. A containing the Queue service endpoints. Gets the endpoints for the Table service at the primary and secondary location, as configured for the storage account. A containing the Table service endpoints. Gets the endpoints for the File service at the primary and secondary location, as configured for the storage account. A containing the File service endpoints. Gets the credentials used to create this object. A 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 byte array specifying the buffer to return to the pool. Buffer reference cannot be null. Length of buffer does not match the pool's buffer length property. Gets a buffer of the specified size or larger 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. Gets the location that the token applies to. A enumeration value. An interface required for request option types. The , , and classes implement the interface. Gets or sets the retry policy for the request. An object of type . Gets or sets the location mode of the request. A enumeration value. Gets or sets the default server timeout for the request. A containing the server timeout interval. Gets or sets the maximum execution time across all potential retries. A containing 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. Provides helpers to validate resource names across the Microsoft Azure Storage Services. Checks if a container name is valid. A string representing the container name to validate. Checks if a queue name is valid. A string representing the queue name to validate. Checks if a share name is valid. A string representing the share name to validate. Checks if a blob name is valid. A string representing the blob name to validate. Checks if a file name is valid. A string representing the file name to validate. Checks if a directory name is valid. A string representing the directory name to validate. Checks if a table name is valid. A string representing the table name to validate. 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. A string containing 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, before any processing or downloading. Occurs after a response has been fully received and processed. Occurs before a request is retried Occurs immediately before a request is signed. Occurs when a response is received from the service, before any processing or downloading. Occurs after a response has been fully received and processed. Occurs before a request is retried Gets or sets the start time of the operation. A value indicating the start time of the operation. Gets or sets the end time of the operation. A value indicating 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. The number of bytes read from the response body for the given request The number of bytes written to the request body for a given request Gets the request date. The request date. Gets the location to which the request was sent. A enumeration value. Gets the extended error information. A object. Gets or sets the exception. An object. Gets the start time of the operation. A value indicating the start time of the operation. Gets the end time of the operation. A value indicating 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 returned in the result segment. 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 of type TElement. Gets a continuation token to use to retrieve the next set of results with a subsequent call to the operation. An object of type . 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. The storage exception. An exception of type . Translates the specified exception into a storage exception. The exception to translate. The request result. The delegate used to parse the error to get extended error information. The storage exception. Translates the specified exception into a storage exception. The exception to translate. The request result. The delegate used to parse the error to get extended error information. The error stream that contains the error information. The storage exception. Tries to translate the specified exception into a storage exception. The exception to translate. The request result. The delegate used to parse the error to get extended error information. The storage exception or null. Translates the specified exception into a storage exception. The exception to translate. The request result. The delegate used to parse the error to get extended error information. The storage exception. Populate the RequestResult. The request result. The web response. 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. Gets the error details from the stream using OData library. The input stream. The web response. The response Content-Type. The error details. Gets the error details from the stream using OData library. The input stream. The web response headers. The response Content-Type. The error details. Parses the error details from the stream using OData library. The IODataResponseMessage to parse. 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. A string containing the storage service error code. Gets the storage service error message. A string containing the storage service error message. Gets additional error details. An containing the additional error details. Represents a storage service location. Primary storage service location. Secondary storage service location. Contains the URIs for both the primary and secondary locations of a Windows Azure Storage resource. Initializes a new instance of the class using the primary endpoint for the storage account. The for the primary endpoint. Initializes a new instance of the class using the primary and secondary endpoints for the storage account. The for the primary endpoint. The for the secondary endpoint. Returns the URI for the storage account endpoint at the specified location. A enumeration value. The for the endpoint at the the specified location. Returns a that represents this instance. A that represents this instance. 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. Determines whether the specified is equal to this instance. The to compare with this instance. true if the specified is equal to this instance; otherwise, false. Indicates whether the current object is equal to another object of the same type. An object to compare with this object. true if the current object is equal to the parameter; otherwise, false. Compares two objects for equivalency. The first object to compare. The second object to compare. true if the objects have equivalent values; otherwise, false. Compares two objects for non-equivalency. The first object to compare. The second object to compare. true if the objects have non-equivalent values; otherwise, false. The endpoint for the primary location for the storage account. The for the primary endpoint. The endpoint for the secondary location for the storage account. The for the secondary endpoint. 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. 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. Creates a multi-buffer stream whose backing store is memory. 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 class with the specified buffer manager. The to use to acquire and return buffers for the stream. May be null. The buffer size to use for each block. The default size is 64 KB. Note that this parameter is disregarded when an 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. 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 the stream is an in-memory stream. Reads the bytes from the current stream and writes them to another stream. This method writes directly to the destination stream, rather than copying the data into a temporary buffer. The stream to which the contents of the current stream will be copied. A 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. Releases all resources used by the . true to release both managed and unmanaged resources; false to release only unmanaged resources. Gets a value indicating whether the current stream supports reading. true if the stream supports reading; otherwise, false. Gets a value indicating whether the current stream supports seeking. true if the stream supports seeking; otherwise, false. Gets a value indicating whether the current stream supports writing. true if the stream supports writing; otherwise, false. Gets the length in bytes of the stream. A long value representing the length of the stream in bytes. Gets or sets the position within the current stream. The current position within the stream. 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. Initializes a new instance of the class. Initializes a new instance of the class that contains elements copied from the specified . The whose elements are copied to the new . Stores the query parameters. Add the query string value with URI escaping. The query string name. The query string value. Returns a containing the URI. A containing the URI. Adds a query parameter to a URI. A containing the original URI, including any existing query parameters. A object with the new query parameter appended. Adds a query parameter to a URI. A object containing the original URI, including any existing query parameters. A object 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. The optional header values to set for a blob returned with this SAS. Not valid for the 2012-02-12 version. 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. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. 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. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. 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. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. 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 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. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. 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. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. 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. The optional header values to set for a blob returned with this SAS. Not valid for the 2012-02-12 version. An optional identifier for the policy. The canonical resource string, unescaped. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. The key value retrieved as an atomic operation used for signing. The signed hash. Check to see if the SAS Version string provided is valid. A string indicating the desired SAS version to use, in storage service version format. Value must be 2012-02-12 or later. The valid SAS version string or the default (storage version) if given was null/invalid. 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. In case of path style, this method will strip off -secondary from absolute path and replace it with account name. The resource URI. The name of the storage account. Absolute path with no -secondary suffix. 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. Determines which location can the listing command target by looking at the continuation token. Continuation token Location mode Create an ExecutionState object that can be used for pre-request operations such as buffering user's data. Request options Temporary ExecutionState object Create an ExecutionState object that can be used for pre-request operations such as buffering user's data. Request options Temporary ExecutionState object Returns the larger of two time spans. The first of two time spans to compare. The second of two time spans to compare. Parameter or , whichever is larger. 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. 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. List of ports used for path style addressing. 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. A string containing the name of the blob. Retrieves the share part of a storage Uri, or "$root" if the share is implicit. The file address. If set to true use path style Uris. Name of the share. The trailing slash is always removed. GetShareName(new Uri("http://test.file.core.windows.net/myshare/myfolder/myfile")) will return "myshare" GetShareName(new Uri("http://test.file.core.windows.net/myshare/")) will return "myshare" GetShareName(new Uri("http://test.file.core.windows.net/")) will throw ArgumentException Retrieves the file part of a storage Uri. The file address. If set to true use path style Uris. The name of the file. Retrieves the parent name from a storage Uri. The blob address. The delimiter. If set to true use path style Uris. Name of the parent. The parent URI. The name of the parent. Adds the trailing delimiter as the prefix returned by the storage REST api always contains the delimiter. GetBlobParentNameAndAddress(new Uri("http://test.blob.core.windows.net/mycontainer/myfolder/myblob", "/")) will return "/myfolder/" GetBlobParentNameAndAddress(new Uri("http://test.blob.core.windows.net/mycontainer/myfolder|myblob", "|") will return "/myfolder|" GetBlobParentNameAndAddress(new Uri("http://test.blob.core.windows.net/mycontainer/myblob", "/") will return "" GetBlobParentNameAndAddress(new Uri("http://test.blob.core.windows.net/mycontainer/", "/") will return "" Retrieves the parent name from a storage Uri. The file address. If set to true use path style Uris. Name of the parent. The parent URI. The name of the parent. Adds the trailing delimiter as the prefix returned by the storage REST api always contains the delimiter. GetFileParentNameAndAddress(new Uri("http://test.file.core.windows.net/myshare/myfolder/myfile", "/")) will return "myfolder" GetFileParentNameAndAddress(new Uri("http://test.file.core.windows.net/myshare/myfile", "/") will return "" GetFileParentNameAndAddress(new Uri("http://test.file.core.windows.net/myshare/", "/") will return "" 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" 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 list of URIs correctly using "/" as separator. The base URI. The relative or absolute URI. The list of appended URIs. Appends a path to a list of URIs correctly using "/" as separator. The base URI. The relative or absolute URI. The separator. The list of appended URIs. Append a relative path to a URI, handling trailing slashes appropriately. The base URI. The relative or absolute URI. The appended Uri. 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. 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. Extracts a table name from the share's Uri. The share Uri. If set to true use path style Uris. The share name. Retrieve the container address and address. The blob address. True to use path style Uris. Name of the container. The container URI. true when the container is an explicit container. false, otherwise. Retrieve the share address and address. The file address. True to use path style Uris. Name of the share. The share URI. true when the share is an explicit share. false, otherwise. 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. A bool representing whether the blob is in an explicit container or not. Retrieve the share name and the file or directory name from a file or directory address. The file address. If set to true use path style Uris. The resulting share name. The resulting file or directory 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. 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. 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 Associates a given stream to a given RequestResult such that the RequestResult byte counters are accurately updated as data is read or written. A reference to the original stream An object that represents the result of a physical request. 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. 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 whether the operation should be retried and the interval until the next retry. An integer specifying the number of retries for the given operation. A value of zero signifies this is the first error encountered. An integer containing the status code for the last operation. An object that represents the last exception encountered. A indicating the interval to wait until the next retry. An object that represents the context for the current operation. true if the operation should be retried; otherwise, false. Determines whether the operation should be retried and the interval until the next retry. A object that indicates the number of retries, the results of the last request, and whether the next retry should happen in the primary or secondary location, and specifies the location mode. An object that represents the context for the current operation. A object that indicates the location mode, and whether the next retry should happen in the primary or secondary location. If null, the operation will not be retried. Initializes a new instance of the class. Initializes a new instance of the class using the specified delta and maximum number of retries. A specifying the back-off interval between retries. An integer specifying the maximum number of retry attempts. Determines whether the operation should be retried and the interval until the next retry. An integer specifying the number of retries for the given operation. A value of zero signifies this is the first error encountered. An integer containing the status code for the last operation. An object that represents the last exception encountered. A indicating the interval to wait until the next retry. An object that represents the context for the current operation. true if the operation should be retried; otherwise, false. Determines whether the operation should be retried and the interval until the next retry. A object that indicates the number of retries, the results of the last request, and whether the next retry should happen in the primary or secondary location, and specifies the location mode. An object that represents the context for the current operation. A object that indicates the location mode, and whether the next retry should happen in the primary or secondary location. If null, the operation will not be retried. 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. A specifying the back-off interval between retries. An integer specifying the maximum number of retry attempts. Determines whether the operation should be retried and the interval until the next retry. An integer specifying the number of retries for the given operation. A value of zero signifies this is the first error encountered. An integer containing the status code for the last operation. An object that represents the last exception encountered. A indicating the interval to wait until the next retry. An object that represents the context for the current operation. true if the operation should be retried; otherwise, false. Determines whether the operation should be retried and the interval until the next retry. A object that indicates the number of retries, the results of the last request, and whether the next retry should happen in the primary or secondary location, and specifies the location mode. An object that represents the context for the current operation. A object that indicates the location mode, and whether the next retry should happen in the primary or secondary location. If null, the operation will not be retried. Generates a new retry policy for the current request attempt. An object that represents the retry policy for the current request attempt. Specifies the location mode to indicate which location should receive the request. Requests are always sent to the primary location. Requests are always sent to the primary location first. If a request fails, it is sent to the secondary location. Requests are always sent to the secondary location. Requests are always sent to the secondary location first. If a request fails, it is sent to the primary location. 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. An integer specifying the number of retries for the given operation. A value of zero signifies this is the first error encountered. An integer containing the status code for the last operation. An object that represents the last exception encountered. A indicating the interval to wait until the next retry. An object that represents the context for 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 the context for one or more retries of a request made against the Windows Azure storage services, including the number of retries made for the request, the results of the last request, and the storage location and location mode for subsequent retries. Returns a string that represents the current instance. A string that represents the current instance. Gets the target location for the next retry. A enumeration value. Gets the location mode for subsequent retries. A enumeration value. Gets the number of retries for the given operation. An integer specifying the number of retries for the given operation. Gets the results of the last request. A object. Specifies parameters for the next retry of a request to be made against the Windows Azure storage services, including the target location and location mode for the next retry and the interval until the next retry. Initializes a new instance of the class. Initializes a new instance of the class. The object that was passed in to the retry policy. Returns a string that represents the current instance. A string that represents the current instance. Gets or sets the target location for the next retry. A enumeration value. Gets or sets the location mode for subsequent retries. A enumeration value. Gets the interval until the next retry. A object specifying the interval until the next retry. Verifies that the blob is not a snapshot. Gets the blob's system properties. A object. Gets the user-defined metadata for the blob. An object containing the blob's metadata as a collection of name-value pairs. Gets the blob's URI for the primary location. A specifying the absolute URI to the blob at the primary location. Gets the blob's URIs for both the primary and secondary locations. A object. Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. A containing 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. A enumeration value. Gets the set of shared access policies for the container. A object. Represents the system properties for a container. Gets the ETag value for the container. A string containing the container's quoted ETag value. Gets the container's last-modified time. A containing the container's last-modified time, in UTC format. 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 version for continuing results for enumeration operations. The version. Gets or sets the type element (blob, queue, table, file) for continuing results for enumeration operations. The type element. Gets or sets the next marker for continuing results for enumeration operations. A string containing the NextMarker value. Gets or sets the storage location that the continuation token applies to. A enumeration value. 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. A object. 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. A string containing the blob's cache-control value. Gets or sets the content-disposition value stored for the blob. A string containing the blob's content-disposition value. If this property has not been set for the blob, it returns null. Gets or sets the content-encoding value stored for the blob. A string containing 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. A string containing 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. A long value containing the blob's size in bytes. Gets or sets the content-MD5 value stored for the blob. A string containing the blob's content-MD5 hash. Gets or sets the content-type value stored for the blob. A string containing 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. A string containing the blob's ETag value. Gets the the last-modified time for the blob, expressed as a UTC value. A containing 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. A long containing 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. Stores the parallelism factor. Default is 32 MB. Stores the maximum execution time. 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 for the request. An object of type . Gets or sets the location mode of the request. A enumeration value indicating the location mode of the request. Gets or sets the server timeout interval for the request. A containing 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 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. An integer value indicating the number of parallel blob upload operations that may proceed. Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob. A long indicating 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 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 objects. Gets the continuation token used to retrieve the next segment of results. Returns null if there are no more results. A object. 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 objects. Gets the continuation token used to retrieve the next segment of results. A object. 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 the blob only. If the blob has snapshots, this option will result in an error from the service. 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. Represents the optional headers that can be returned with blobs accessed using SAS. Initializes a new instance of the class. Initializes a new instance of the class based on an existing instance. The set of to clone. Gets or sets the cache-control header returned with the blob. A string containing the cache-control value. Gets or sets the content-disposition header returned with the blob. A string containing the content-disposition value. Gets or sets the content-encoding header returned with the blob. A string containing the content-encoding value. Gets or sets the content-language header returned with the blob. A string containing the content-language value. Gets or sets the content-type header returned with the blob. A string containing the content-type value. 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. A string containing 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. A string containing 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 in the key/ value pair 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 of strings containing the keys of the 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. A string containing 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. A object. The shared access permissions, in string format. Constructs a object from a permissions string. The shared access permissions, in string format. A object. Gets or sets the start time for a shared access signature associated with this shared access policy. A specifying the shared access start time. Gets or sets the expiry time for a shared access signature associated with this shared access policy. A specifying the shared access expiry time. Gets or sets the permissions for a shared access signature associated with this shared access policy. A object. 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 the specified block or blob is invalid. Error code that may be returned when a block ID is invalid. Error code that may be returned when a block list is invalid. The specified container was not found. Error code that may be returned when a blob with the specified address cannot be found. The specified container already exists. The specified container is disabled. The specified container is being deleted. Error code that may be returned when a client attempts to create a blob that already exists. 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 destination of a copy operation has a lease of fixed duration. Error code that may be returned when the operation is not permitted because the blob has snapshots. Error code that may be returned when the blob type is invalid for this operation. Error code that may be returned when the operation on page blobs uses a version prior to 2009-09-19. Error code that may be returned when the page range specified is invalid. Error code that may be returned when the sequence number condition specified was not met. Error code that may be returned when the sequence number increment cannot be performed because it would result in overflow of the sequence number. Error code that may be returned when the source condition specified using HTTP conditional header(s) is not met. Error code that may be returned when the target condition specified using HTTP conditional header(s) is not met. Error code that may be returned when the copy source account and destination account are not the same. Error code that may be returned when the source of a copy cannot be accessed. 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 an Abort Copy operation is called when there is no pending copy. Error code that may be returned when the copy ID specified in an Abort Copy operation does not match the current pending copy ID. Provides a set of parameters for a blob listing operation. Represents the listing context for enumeration operations. Stores the maximum number of results to list. Must be null or a value between 1 and 5000. 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. A string containing the name of the blob. The blob's attributes. Stores the blob item's attributes. Gets the name of the blob item. A string containing the name of the blob item. Gets the blob item's system properties. A object. Gets the user-defined metadata for the blob item. An object containing 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 object. 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. A string containing the Prefix value. Gets the Marker value provided for the listing operation from the XML response. A string containing the Marker value. Gets the Delimiter value provided for the listing operation from the XML response. A string containing the Delimiter value. Gets the MaxResults value provided for the listing operation from the XML response. An integer containing the MaxResults value. Gets or sets the NextMarker value from the XML response, if the listing was not complete. A string containing 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 object. 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. A string containing the Prefix value. Gets the Marker value provided for the listing operation from the XML response. A string containing the Marker value. Gets the MaxResults value provided for the listing operation from the XML response. An integer containing the MaxResults value. Gets or sets the NextMarker value from the XML response, if the listing was not complete. A string containing 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. Gets the file's system properties. The file's properties. Gets the user-defined metadata for the file. The file's metadata, as a collection of name-value pairs. Gets the file's URI. The absolute URI to the file. Gets the list of URIs for all locations. The list of URIs for all locations. 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 version for continuing results for enumeration operations. The version. Gets or sets the type element (blob, queue, table, file) for continuing results for enumeration operations. The type element. Gets or sets the next marker for continuing results for enumeration operations. The next marker. Gets or sets the storage location that the continuation token applies to. The storage location that the continuation token applies to. Represents the system properties for a directory. Gets the ETag value for the directory. The directory's quoted ETag value. Gets the directory's last-modified time. The directory's last-modified time. Represents the system properties for a file. Initializes a new instance of the class. Initializes a new instance of the class based on an existing instance. The set of file properties to clone. Gets or sets the cache-control value stored for the file. The file's cache-control value. Gets or sets the content-disposition value stored for the file. The file's content-disposition value. If this property has not been set for the file, it returns null. Gets or sets the content-encoding value stored for the file. The file's content-encoding value. If this property has not been set for the file, it returns null. Gets or sets the content-language value stored for the file. The file's content-language value. If this property has not been set for the file, it returns null. Gets the size of the file, in bytes. The file's size in bytes. Gets or sets the content-MD5 value stored for the file. The file's content-MD5 hash. Gets or sets the content-type value stored for the file. The file's content-type value. If this property has not been set for the file, it returns null. Gets the file's ETag value. The file's ETag value. Gets the the last-modified time for the file, expressed as a UTC value. The file's last-modified time, in UTC format. Represents a range in a file. Initializes a new instance of the class. The starting offset. The ending offset. Returns the content of the range as a string. The content of the range. Gets the starting offset of the page range. The starting offset. Gets the ending offset of the page range. The ending offset. Represents a set of timeout and retry policy options that may be specified for a request against the File service. Stores the parallelism factor. Stores the maximum execution time. Initializes a new instance of the class. Clones an instance of FileRequestOptions so that we can apply defaults. FileRequestOptions 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 location mode of the request. The location mode of the request. 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 the number of ranges that may be simultaneously uploaded when uploading a file. The number of parallel operations that may proceed. 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 file. Use true to calculate and store an MD5 hash when uploading a file; otherwise, false. Gets or sets a value to indicate that MD5 validation will be disabled when downloading files. 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. Represents the system properties for a share. Gets the ETag value for the share. The share's quoted ETag value. Gets the share's last-modified time. The share's last-modified time. Specifies which details to include when listing the shares in this storage account. No additional details. Retrieve share 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 object used to retrieve the next segment of results. The continuation token. Provides error code strings that are specific to the File service. The specified share was not found. The specified share already exists. The specified share is disabled. The specified share is being deleted. The specified resource is marked for deletion by an SMB client. The specified parent was not found. The specified resource name contains invalid characters. The specified resource already exists. The specified resource type does not match the type of the existing resource. The specified resource may be in use by an SMB client. The file or directory could not be deleted because it is in use by an SMB client. A portion of the specified file is locked by an SMB client. The specified resource is read-only and cannot be modified at this time. The specified resource state could not be flushed from an SMB client in the specified time. File or directory path is too long. Condition headers are not supported. Provides a set of parameters for a file listing operation. Initializes a new instance of the class. The maximum number of results to return. Describes actions that may be used for writing to a file or clearing a set of ranges. Update the file range with new data. Clear the file range. Represents a share item returned in the XML response for a share listing operation. Initializes a new instance of the class. Gets the user-defined metadata for the share. The share's metadata, as a collection of name-value pairs. Gets the share's system properties. The share's properties. Gets the name of the share. The share's name. Gets the share's URI. The absolute URI to the share. Represents an item that may be returned by a file listing operation. Gets the name of the file/directory item. The name of the file/directory item. Represents a directory item that is returned in the XML response for a file listing operation. Initializes a new instance of the class. The name of the directory. The Uri of the directory. The directory's properties. Gets the name of the directory item. The name of the directory item. Gets the directory address. The directory URL. Gets the directory item's properties. The directory item's properties. Represents a file item returned in the XML response for a file listing operation. Initializes a new instance of the class. The name of the file. The file's attributes. Stores the file item's attributes. Gets the name of the file item. The name of the file item. Gets the file item's system properties. The file item's properties. Gets the user-defined metadata for the file item. The file item's metadata, as a collection of name-value pairs. Gets the file item's URI. The absolute URI to the file item. Provides methods for parsing the response from a file listing operation. 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 file entry in a file listing response. File listing entry Parses a file directory entry in a file listing response. File listing entry Parses the response XML for a file 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 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. Provides methods for parsing the response from an operation to get a range for a file. Initializes a new instance of the class. The stream of ranges to be parsed. Reads a range. Range entry Parses the XML response for an operation to get a range for a file. 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 share listing operation. Stores the share prefix. Signals when the share 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 share entry completely including its properties and metadata. Share listing entry Parses the response XML for a share 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. Enumeration controlling the options for updating queue messages. Update the message visibility timeout. Update the message content. Represents a continuation token returned by the Queue service. 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 version for continuing results for CloudQueue enumeration operations. The version. Gets or sets the type element (blob, queue, table, file) for continuing results for CloudQueue enumeration operations. The type element. Gets or sets the next marker for continuing results for enumeration operations. A string containing the NextMarker value. Gets or sets the storage location that the continuation token applies to. A enumeration value. 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. Stores the maximum execution time. 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. An object of type . Gets or sets the location mode of the request. A enumeration value indicating the location mode of the request. Gets or sets the server timeout interval for the request. A containing 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. Represents a segment of results, with continuation information for pagination scenarios. Gets an enumerable collection of results. An enumerable collection of objects. Gets the continuation token used to retrieve the next segment of results. Returns null if there are no more results. A object. 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. A string containing 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. A string containing 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. A string containing 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. A string containing 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 of strings containing the keys of the 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. A string containing 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. A object. The shared access permissions in string format. Constructs a object from a permissions string. The shared access permissions in string format. A object. Gets or sets the start time for a shared access signature associated with this shared access policy. A specifying the shared access start time. Gets or sets the expiry time for a shared access signature associated with this shared access policy. A specifying the shared access expiry time. Gets or sets the permissions for a shared access signature associated with this shared access policy. A object. 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 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 with which the query will be executed. The entity type of the query. A query that implements . A object that specifies additional options for the request. 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 that represents the context for 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. Initializes a new instance of the class. Initializes a new instance of the class with the specified partition key and row key. A string containing the partition key value for the entity. A string containing 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. A string containing the partition key value for the entity. A string containing the row key value for the entity. A string containing the ETag for the entity. An object containing the entity's properties, indexed by property name. Initializes a new instance of the class with the entity's partition key, row key, timestamp, ETag (if available/required), and properties. A string containing the partition key value for the entity. A string containing the row key value for the entity. A value containing the timestamp for this entity. A string containing the ETag for the entity. An object containing the entity's properties, indexed by property name. 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 that represents the context for the current operation. Serializes the of property names mapped to values of type from this instance. An object that represents the context for the current operation. An object 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. An object containing the entity's properties. Gets or sets the entity's partition key. A string containing the partition key value for the entity. Gets or sets the entity's row key. A string containing the row key value for the entity. Gets or sets the entity's timestamp. A containing the timestamp for the entity. Gets or sets the entity's current ETag. A string containing the ETag for the entity. Set this value to '*' to blindly overwrite an entity as part of an update operation. Gets or sets the entity's property, given the name of the property. A string containing the name of the property. An object. 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 value. The value for the new . An object with the specified value. Creates a new object that represents the specified byte array. The value for the new . An object with the specified value. Creates a new object that represents the specified value. The value for the new . An object with the specified value. Creates a new object that represents the specified value. The value for the new . An object with the specified value. Creates a new object that represents the specified value. The value for the new . An object with the specified value. Creates a new object that represents the specified value. The value for the new . An object with the specified value. Creates a new object that represents the specified value. The value for the new . An object with the specified value. Creates a new object that represents the specified value. The value for the new . An object with the specified value. 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. 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 specified object. An object containing the value for the entity property. An object. 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. The byte array value of this object. An exception is thrown if this property is set to a value other than a byte array. Gets or sets the boolean value of this object. The boolean value of this object. An exception is thrown if this property is set to a value other than a boolean value. 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. The value of this object. An exception is thrown if this property is set to a value other than a value. Gets or sets the double value of this object. The double value of this object. An exception is thrown if this property is set to a value other than a double value. Gets or sets the value of this object. The value of this object. An exception is thrown if this property is set to a value other than a value. Gets or sets the value of this object. The value of this object. An exception is thrown if this property is set to a value other than a value. Gets or sets the value of this object. The value of this object. An exception is thrown if this property is set to a value other than an value. Gets or sets the string value of this object. The string value of this object. An exception is thrown if this property is set to a value other than a string value. Returns a delegate for resolving entities. The type into which the query results are projected. A string containing the partition key for the entity. A string containing the row key for the entity. A containing the timestamp for the entity. An object containing the properties for the entity. The ETag. Represents a custom attribute that can be used to ignore entity properties during serialization/de-serialization. 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. A object. The shared access permissions in string format. Constructs a object from a permissions string. The shared access permissions in string format. A object. Gets or sets the start time for a shared access signature associated with this shared access policy. A specifying the shared access start time. Gets or sets the expiry time for a shared access signature associated with this shared access policy. A specifying the shared access expiry time. Gets or sets the permissions for a shared access signature associated with this shared access policy. A object. 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 version for continuing results for enumeration operations. The version. Gets or sets the type element (blob, queue, table, file) for continuing results for enumeration operations. The type element. Gets or sets the next partition key for enumeration operations. A string containing the next partition key. Gets or sets the next row key for enumeration operations. A string containing the next row key. Gets or sets the next table name for enumeration operations. A string containing the name of the next table. Gets or sets the storage location that the continuation token applies to. A enumeration value. 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. Describes the payload formats supported for Tables. Use AtomPub. Use JSON with full metadata. Use JSON with minimal metadata. Use JSON with no metadata. Represents the permissions for a table. Initializes a new instance of the class. Gets the set of shared access policies for the container. A object. 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. A object. Represents a set of timeout and retry policy options that may be specified for a request against the Table service. Stores the maximum execution time. Initializes a new instance of the class. Initializes a new instance of the class with the specified . The object used to initialize a new 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. An object of type . Gets or sets the location mode of the request. A enumeration value indicating the location mode of the request. Gets or sets the server timeout interval for the request. A containing the 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. Gets or sets the that will be used for the request. A enumeration value. Gets or sets the delegate that is used to get the for an entity property given the partition key, row key, and the property name. Represents the result of a table operation. The class encapsulates the HTTP response and any entities returned 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 objects. Gets the continuation token used to retrieve the next segment of results. Returns null if there are no more results. A object. 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. The ODataProtocolVersion. 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. The required host information is not present in the request. You must send a non-empty Host header or include the absolute URI in the request line. 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. Constant for the max value of ParallelOperationThreadCount for Block Blobs. 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 service endpoint. XML element for container name. XML element for share name. XML element for directory path. 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. Constant for unavailable geo-replication status. Constant for live geo-replication status. Constant for bootstrap geo-replication status. 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 shares. XML element for a share. XML element for file ranges. XML element for file list elements. XML element for files. XML element for files. XML element for directory. 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. Namespace of the entity container. Name of the entity container. Name of the entity set. Namespace name for primitive types. Default namespace name for Tables. Default name for Tables. Header value to set Accept to XML. Header value to set Accept to AtomPub. Header value to set Accept to JsonLight. Header value to set Accept to JsonFullMetadata. Header value to set Accept to JsonNoMetadata. Header value to set Content-Type to AtomPub. Header value to set Content-Type to JSON. The prefix used in all ETags. Constant for the max value of MaximumExecutionTime. 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 disposition. Header that specifies content length. Header that specifies content language. Header that specifies the ETag value for the resource. 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 file type. Header that specifies file caching control. Request header that specifies the file content disposition. Header that specifies file content encoding. Header that specifies file content language. Header that specifies file content MD5. Header that specifies file content type. Header that specifies file content length. Header that specifies the file write mode. Header for the blob type. Header for snapshots. Header to delete snapshots. Header that specifies blob caching control. Request header that specifies the blob content disposition. 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 for the If-Sequence-Number-LE condition. Header for the If-Sequence-Number-LT condition. Header for the If-Sequence-Number-EQ condition. Header that specifies lease ID. Header that specifies lease status. Header that specifies lease status. Header that specifies page write mode. Header that specifies approximate message count of a queue. 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 file type. 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 conclusion time of the last attempted blob copy operation where this blob was the destination blob. 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. Header that specifies the Accept type for the response payload. Header that specifies the Content type for the request payload. 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 SAS cache control. Query component for SAS content type. Query component for SAS content encoding. Query component for SAS content language. Query component for SAS content disposition. Query component for SAS API version. 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 target location. 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. Specifies the file continuation token type. Constants for version strings Constant for the 2013-08-15 version. Constant for the 2012-02-12 version. Constants for analytics client Constant for the logs container. Constant for the blob capacity metrics table. Constant for the blob service primary location hourly metrics table. Constant for the table service primary location hourly metrics table. Constant for the queue service primary location hourly metrics table. Constant for the blob service primary location minute metrics table. Constant for the table service primary location minute metrics table. Constant for the queue service primary location minute metrics table. Constant for the blob service secondary location hourly metrics table. Constant for the table service secondary location hourly metrics table. Constant for the queue service secondary location hourly metrics table. Constant for the blob service secondary location minute metrics table. Constant for the table service secondary location minute metrics table. Constant for the queue service secondary location minute metrics table. Constant for default logging version. Constant for default metrics version. HTTP methods that are supported by CORS. Represents no HTTP method in a CORS rule. Represents the GET HTTP method in a CORS rule. Represents the HEAD HTTP method in a CORS rule. Represents the POST HTTP method in a CORS rule. Represents the PUT HTTP method in a CORS rule. Represents the DELETE HTTP method in a CORS rule. Represents the TRACE HTTP method in a CORS rule. Represents the OPTIONS HTTP method in a CORS rule. Represents the CONNECT HTTP method in a CORS rule. Represents the MERGE HTTP method in a CORS rule. Class representing the service properties pertaining to CORS. Constructs a CORS Properties object. Gets or sets CORS rules. The order of the list corresponds to precedence of rules. A collection containing CORS rules, limited to 5. Class representing the service properties pertaining to CORS. Gets or sets domain names allowed via CORS. A collection of strings containing the allowed domain names, limited to 64. Gets or sets response headers that should be exposed to client via CORS. A collection of strings containing exposed headers, limited to 64 defined headers and two prefixed headers. Gets or sets headers allowed to be part of the CORS request. A collection of strings containing allowed headers, limited to 64 defined headers and two prefixed headers. Gets or sets the HTTP methods permitted to execute for this origin. The allowed HTTP methods. Gets or sets the length of time in seconds that a preflight response should be cached by browser. The maximum number of seconds to cache the response. Class representing the geo-replication stats. The name of the status XML element. The name of the last sync time XML element. Initializes a new instance of the GeoReplicationStats class. Gets a from a string. The geo-replication status string. A enumeration. The string contains an unrecognized value. Constructs a GeoReplicationStats object from an XML element. The XML element. A GeoReplicationStats object containing the properties in the element. Gets or sets the status of geo-replication. The status of geo-replication. Gets or sets the last synchronization time. The last synchronization time. All primary writes preceding this value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads. Enumeration representing the state of geo-replication in a service. Status of geo-replication is unavailable. Geo-replication is live. Data is being bootstrapped from primary to secondary. 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 CORS XML element. The name of the minute 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. The name of the CORS Rule XML element. The name of the Allowed Origin XML element. The name of the Allowed Method XML element. The name of the Maximum Age XML element. The name of the Exposed Headers XML element. The name of the Allowed Headers 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. The XML name for these metrics. An XML metrics element. Generates XML representing the given logging properties. The logging properties. An XML logging element. Generates XML representing the given CORS properties. The CORS 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 CorsProperties object from an XML element. The XML element. A CorsProperties 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 hour metrics properties. The metrics properties. Gets or sets the hour metrics properties. The metrics properties. Gets or sets the Cross Origin Resource Sharing (CORS) properties. The CORS properties. Gets or sets the minute metrics properties. The minute metrics properties. Gets or sets the default service version. The default service version identifier. Class representing a set of stats pertaining to a cloud storage service. The name of the root XML element. The name of the geo-replication XML element. Initializes a new instance of the ServiceStats class. Constructs a ServiceStats object from an XML document received from the service. The XML document. A ServiceStats object containing the properties in the XML document. Gets or sets the geo-replication stats. The geo-replication stats. 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. The url in the request could not be parsed. The authentication information was not provided in the correct format. Verify the value of Authorization header. The specifed resource name contains invalid characters. Condition headers are not supported. Multiple condition headers are not supported. Read-access geo-redundant replication is not enabled for the account, write operations to the secondary location are not allowed, or the account being accessed does not have sufficient permissions to execute this operation. The specified account is disabled. The specified account already exists. The specified account is in the process of being created. The specified resource already exists. The specified resource type does not match the type of the existing resource.