Table of Contents

Enum UpdateType

Namespace
PowerSync.Common.DB.Crud
Assembly
PowerSync.Common.dll
public enum UpdateType

Fields

[JsonProperty("PUT")] PUT = 0
[JsonProperty("PATCH")] PATCH = 1
[JsonProperty("DELETE")] DELETE = 2