DynamicTableEntity.ReadEntity Méthode
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.
Désérialise cette instance DynamicTableEntity à l'aide du IDictionary<TKey,TValue> spécifié des noms de propriété en valeurs de type EntityProperty.
public void ReadEntity (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Cosmos.Table.EntityProperty> properties, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member ReadEntity : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Cosmos.Table.EntityProperty> * Microsoft.Azure.Cosmos.Table.OperationContext -> unit
override this.ReadEntity : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Cosmos.Table.EntityProperty> * Microsoft.Azure.Cosmos.Table.OperationContext -> unit
Public Sub ReadEntity (properties As IDictionary(Of String, EntityProperty), operationContext As OperationContext)
Paramètres
- properties
- IDictionary<String,EntityProperty>
Collection qui contient le IDictionary<TKey,TValue> des noms de propriété de chaîne mappés sur des valeurs de type EntityProperty à stocker dans cette instance DynamicTableEntity.
- operationContext
- OperationContext
Objet OperationContext qui représente le contexte de l'opération actuelle.
Implémente
Remarques
Le dictionnaire de propriétés passé à cette API est stocké en interne comme référence, et non comme une copie.
S’applique à
Azure SDK for .NET