編集

次の方法で共有


PatchOperationType Enum

Definition

Enum representing patch operation type.

public enum class PatchOperationType
public enum PatchOperationType
type PatchOperationType = 
Public Enum PatchOperationType
Inheritance
PatchOperationType

Fields

Name Value Description
Add 0

Represents add operation.

Remove 1

Represents remove operation.

Replace 2

Represents replace operation.

Set 3

Represents set operation.

Increment 4

Represents increment operation.

Applies to