StorageDomainManager<TData> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Provides an DomainManager<TData> implementation targeting Azure Table Storage as the backend store.
[System.CLSCompliant(false)]
public class StorageDomainManager<TData> : Microsoft.WindowsAzure.Mobile.Service.Tables.DomainManager<TData> where TData : class, ITableData, ITableEntity, new()
[<System.CLSCompliant(false)>]
type StorageDomainManager<'Data (requires 'Data : null and 'Data :> ITableData and 'Data :> ITableEntity and 'Data : (new : unit -> 'Data))> = class
inherit DomainManager<'Data (requires 'Data : null and 'Data :> ITableData and 'Data :> ITableEntity and 'Data : (new : unit -> 'Data))>
Public Class StorageDomainManager(Of TData)
Inherits DomainManager(Of TData)
Type Parameters
- TData
The data object (DTO) type.
- Inheritance
- Attributes
Constructors
Properties
EnableSoftDelete |
Determines whether rows are hard deleted or marked as deleted. False by default. (Inherited from DomainManager<TData>) |
IncludeDeleted |
Determines whether soft deleted records are included in query results. True by default. (Inherited from DomainManager<TData>) |
QuerySettings | |
Request |
Instance of HttpRequestMessage (Inherited from DomainManager<TData>) |
Services |
Instance of ApiServices (Inherited from DomainManager<TData>) |
StorageAccount | |
Table | |
TableClient | |
TableName | |
ValidationSettings |
Methods
Applies to
Azure SDK for .NET