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 MassOperationResult : Carrier
public MassOperationResult()
public virtual int Deletes { get; set; }
public virtual int Inserts { get; set; }
public virtual string Message { get; set; }
public virtual UpsertRowStatus[] RowStatus { get; set; }
public virtual bool Success { get; set; }
public virtual int Updates { get; set; }
Was this page helpful?