StorageDomainManager<TData> Class

 

Provides an IDomainManager<TData> implementation targeting Azure Table Storage as the backend store.

This API is not CLS-compliant.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<TData>

[CLSCompliantAttribute(false)]
public class StorageDomainManager<TData> : IDomainManager<TData>
where TData : class, new(), ITableData, ITableEntity

Type Parameters

TData

The data object (DTO) type.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: