Composite Collections
Last updated
Was this helpful?
Last updated
Was this helpful?
A frequent use-case you will encounter is that you will want to insert/update/delete a collection of records. Obviously, making each request one at a time is extremely inefficient. In these cases you will want to use the . This provides functionality very similar to Apex's Database
methods.
The BULK API should be considered for very large volumes. It is not supported via ts-force
at this time.
See for more information.