PatchOperation<T> 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.
Définit PatchOperation avec un paramètre de valeur.
public abstract class PatchOperation<T> : Microsoft.Azure.Cosmos.PatchOperation
type PatchOperation<'T> = class
inherit PatchOperation
Public MustInherit Class PatchOperation(Of T)
Inherits PatchOperation
Paramètres de type
- T
Type de données de valeur fourni pour PatchOperation.
- Héritage
Constructeurs
PatchOperation<T>() |
Définit PatchOperation avec un paramètre de valeur. |
Propriétés
From |
Référence de l’emplacement source (utilisée en cas de déplacement) (Hérité de PatchOperation) |
OperationType |
Type d’opération de correctif. (Hérité de PatchOperation) |
Path |
Référence de l’emplacement cible. (Hérité de PatchOperation) |
Value |
Paramètre de valeur. |
Méthodes
TrySerializeValueParameter(CosmosSerializer, Stream) |
Sérialise le paramètre value, s’il est spécifié pour patchOperation. (Hérité de PatchOperation) |
S’applique à
Azure SDK for .NET