StorageDomainManager<TData> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Attributs
Constructeurs
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 à
Azure SDK for .NET