Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Classes

Class Description
System_CAPS_pubclass CloudTable

Represents a Windows Azure table.

System_CAPS_pubclass CloudTableClient

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.

System_CAPS_pubclass DynamicTableEntity

A ITableEntity type which allows callers direct access to the property map of the entity. This class eliminates the use of reflection for serialization and deserialization.

System_CAPS_pubclass EncryptPropertyAttribute

Represents a custom attribute that can be used to indicate whether an entity property should be encrypted.

System_CAPS_pubclass EntityProperty

Class for storing information about a single property in an entity in a table.

System_CAPS_pubclass IgnorePropertyAttribute

Represents a custom attribute that can be used to ignore entity properties during serialization/de-serialization.

System_CAPS_pubclass QueryComparisons

Defines the set of comparison operators that may be used for constructing queries.

System_CAPS_pubclass SharedAccessTablePolicies

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

System_CAPS_pubclass SharedAccessTablePolicy

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

System_CAPS_pubclass TableBatchOperation

Represents a batch operation on a table.

System_CAPS_pubclass TableContinuationToken

Represents a continuation token for listing operations.

System_CAPS_pubclass TableEncryptionPolicy

Represents an encryption policy for performing envelope encryption/decryption of entities in Azure tables.

System_CAPS_pubclass TableEntity

Represents the base object type for a table entity in the Table service.

System_CAPS_pubclass TableOperation

Represents a single table operation.

System_CAPS_pubclass TableOperators

Defines the set of Boolean operators for constructing queries.

System_CAPS_pubclass TablePermissions

Represents the permissions for a table.

System_CAPS_pubclass TableQuery

Represents a query against a specified table.

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

Represents a query against a Windows Azure table.

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

Represents a segment of results and contains continuation token information.

System_CAPS_pubclass TableRequestOptions

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

System_CAPS_pubclass TableResult

Represents the result of a table operation.

System_CAPS_pubclass TableResultSegment

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

System_CAPS_pubclass TableStorageModel

Represents a data model that will be used by OData for table transactions.

Interfaces

Interface Description
System_CAPS_pubinterface ITableEntity

An interface required for table entity types. The ITableEntity interface declares getter and setter methods for the mandatory entity properties, and ReadEntity and WriteEntity methods for serialization and de-serialization of all entity properties using a property dictionary. Create classes implementing ITableEntity to customize property storage, retrieval, serialization and de-serialization, and to provide additional custom logic for a table entity.

Delegates

Delegate Description
System_CAPS_pubdelegate EntityResolver<T><T><'T>(Of T)

Returns a delegate for resolving entities.

Enumerations

Enumeration Description
System_CAPS_pubenum EdmType

Enumeration containing the types of values that can be stored in a table entity property.

System_CAPS_pubenum SharedAccessTablePermissions

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

System_CAPS_pubenum TableOperationType

Enumeration containing the types of operations that can be performed by a TableOperation.

System_CAPS_pubenum TablePayloadFormat

Describes the payload formats supported for Tables.

Return to top