PatchOperation Struct
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.
Describes patch operation details.
public value class PatchOperation
public readonly struct PatchOperation
type PatchOperation = struct
Public Structure PatchOperation
- Inheritance
Properties
OperationType |
Gets the patch operation type. |
Path |
Gets the patch operation path. |
Value |
Gets the patch operation value. |
Methods
Add<T>(String, T) |
Creates patch details for add operation. |
Increment(String, Double) |
Creates patch details for increment by double operation. |
Increment(String, Int64) |
Creates patch details for increment by long operation. |
Remove(String) |
Creates patch details for remove operation. |
Replace<T>(String, T) |
Creates patch details for replace operation. |
Set<T>(String, T) |
Creates patch details for set operation. |