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)>]
type StorageDomainManager<'TData when 'TData : not struct, new() and ITableData and ITableEntity> = 
    class
        interface IDomainManager<'TData>
    end

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: