Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Classes

Class Description
System_CAPS_pubclass AccessCondition

Represents a set of access conditions to be used for operations against the storage services.

System_CAPS_pubclass CloudStorageAccount

Represents a Windows Azure Storage account.

System_CAPS_pubclass DoesServiceRequestAttribute

Specifies that the method will make one or more requests to the storage service.

System_CAPS_pubclass IPAddressOrRange

Specifies either a single IP Address or a single range of IP Addresses (a minimum and a maximum, inclusive.)

System_CAPS_pubclass NameValidator

Provides helpers to validate resource names across the Microsoft Azure Storage Services.

System_CAPS_pubclass OperationContext

Represents the context for a request operation against the storage service, and provides additional runtime information about its execution.

System_CAPS_pubclass RequestEventArgs

Provides information and event data that is associated with a request event.

System_CAPS_pubclass RequestResult

Represents the result of a physical request.

System_CAPS_pubclass ResultSegment<TElement><TElement><'TElement>(Of TElement)

Represents a result segment that was retrieved from the total set of possible results.

System_CAPS_pubclass SharedAccessAccountPolicy

Represents a shared access policy for a account, which specifies the start time, expiry time, permissions, signed service, signed resource type, signed protocol, and signed IP addresses for a shared access signature.

System_CAPS_pubclass StorageException

Represents an exception thrown by the Windows Azure storage service.

System_CAPS_pubclass StorageExtendedErrorInformation

Represents extended error information returned by the Windows Azure storage services.

System_CAPS_pubclass StorageUri

Contains the URIs for both the primary and secondary locations of a Windows Azure Storage resource.

Interfaces

Interface Description
System_CAPS_pubinterface IBufferManager

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.

System_CAPS_pubinterface ICancellableAsyncResult

Represents the status of an asynchronous operation and provides support for cancellation.

System_CAPS_pubinterface IContinuationToken

An interface required for continuation token types.

System_CAPS_pubinterface IRequestOptions

An interface required for request option types.

Enumerations

Enumeration Description
System_CAPS_pubenum AuthenticationScheme

Specifies the authentication scheme used to sign HTTP requests.

System_CAPS_pubenum LogLevel

Specifies what messages to output to the log.

System_CAPS_pubenum SharedAccessAccountPermissions

Specifies the set of possible permissions for a shared access account policy.

System_CAPS_pubenum SharedAccessAccountResourceTypes

Specifies the set of possible signed resource types for a shared access account policy.

System_CAPS_pubenum SharedAccessAccountServices

Specifies the set of possible signed services for a shared access account policy.

System_CAPS_pubenum SharedAccessProtocol

Specifies the set of possible signed protocols for a shared access account policy.

System_CAPS_pubenum StorageLocation

Represents a storage service location.

Return to top