Redigera

Dela via


PatchOperation Struct

Definition

Describes patch operation details.

public value class PatchOperation
public readonly struct PatchOperation
type PatchOperation = struct
Public Structure PatchOperation
Inheritance
PatchOperation

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.

Applies to