Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class UpsertRowStatus : Carrier
public UpsertRowStatus()
[JsonIgnore] public UpsertRowActionStatus? Action { get; set; }
[JsonProperty("Action")] public string Action_String { get; set; }
public virtual int PrimaryKey { get; set; }
public virtual string[] RowKeys { get; set; }
Was this page helpful?