JsonPatchDocument 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.
A JSONPatch document as defined by RFC 6902.
public class JsonPatchDocument
type JsonPatchDocument = class
Public Class JsonPatchDocument
- Inheritance
-
JsonPatchDocument
Constructors
JsonPatchDocument(JsonPatchOperation, String) |
Initializes a new instance of JsonPatchDocument. |
Properties
From |
Optional field used in copy and move operations. |
Op |
The operation to be performed. |
Path |
A JSON-Pointer. |
Value |
A value to be used in the operation on the path. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET