Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Classes

Class Description
System_CAPS_pubclass CloudFile

Represents a file in the Windows Azure File service.

System_CAPS_pubclass CloudFileClient

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.

System_CAPS_pubclass CloudFileDirectory

Represents a directory of files, designated by a delimiter character.

System_CAPS_pubclass CloudFileShare

Represents a share in the Windows Azure File service.

System_CAPS_pubclass CloudFileStream

Represents a stream for writing to a file.

System_CAPS_pubclass FileContinuationToken

Represents a continuation token for listing operations.

System_CAPS_pubclass FileDirectoryProperties

Represents the system properties for a directory.

System_CAPS_pubclass FileProperties

Represents the system properties for a file.

System_CAPS_pubclass FileRange

Represents a range in a file.

System_CAPS_pubclass FileRequestOptions

Represents a set of timeout and retry policy options that may be specified for a request against the File service.

System_CAPS_pubclass FileResultSegment

Represents a segment of IListFileItem results, with continuation information for pagination scenarios.

System_CAPS_pubclass FileSharePermissions

Represents the permissions for a share.

System_CAPS_pubclass FileShareProperties

Represents the system properties for a share.

System_CAPS_pubclass SharedAccessFileHeaders

Represents the optional headers that can be returned with files accessed using SAS.

System_CAPS_pubclass SharedAccessFilePolicies

Represents the collection of shared access policies defined for a share.

System_CAPS_pubclass SharedAccessFilePolicy

Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.

System_CAPS_pubclass ShareResultSegment

Represents a segment of CloudFileShare results and contains continuation and pagination information.

Interfaces

Interface Description
System_CAPS_pubinterface IListFileItem

Represents an item that may be returned by a file listing operation.

Enumerations

Enumeration Description
System_CAPS_pubenum FileSharePublicAccessType

Specifies the level of public access that is allowed on the share.

System_CAPS_pubenum SharedAccessFilePermissions

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

System_CAPS_pubenum ShareListingDetails

Specifies which details to include when listing the shares in this storage account.

Return to top