Partager via


StorageDomainManager<TData> Classe

Définition

Important

Cette API n’est pas conforme CLS.

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

[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)

Paramètres de type

TData

Type d’objet de données (DTO).

Héritage
StorageDomainManager<TData>
Attributs

Constructeurs

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices)

Crée une instance de StorageDomainManager<TData>

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, Boolean)

Crée une instance de StorageDomainManager<TData>

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings)

Crée une instance de StorageDomainManager<TData>

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings, Boolean)

Crée une instance de StorageDomainManager<TData>

Propriétés

EnableSoftDelete

Détermine si les lignes sont supprimées en dur ou marquées comme supprimées. False par défaut.

(Hérité de DomainManager<TData>)
IncludeDeleted

Détermine si les enregistrements supprimés de manière réversible sont inclus dans les résultats de la requête. La valeur par défaut est True.

(Hérité de DomainManager<TData>)
QuerySettings

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

Request

Instance de HttpRequestMessage

(Hérité de DomainManager<TData>)
Services

Instance de ApiServices

(Hérité de DomainManager<TData>)
StorageAccount

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

Table

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

TableClient

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

TableName

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

ValidationSettings

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

Méthodes

DeleteAsync(String)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

ExecuteQueryAsync(TableQuery<TData>, Int32)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

GetCloudStorageAccount(String)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

GetCurrentItem(CompositeTableKey)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

GetStorageKey(String)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

InsertAsync(TData)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

Lookup(String)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

LookupAsync(String)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

Query()

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

QueryAsync(ODataQueryOptions)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

ReplaceAsync(String, TData)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

SetNextPageLink(TableContinuationToken)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

UndeleteAsync(String, Delta<TData>)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

UpdateAsync(String, Delta<TData>)

Fournit une DomainManager<TData> implémentation ciblant Stockage Table Azure en tant que magasin principal.

S’applique à