Reference data batching
Version:
The Reference Data Client API supports batching, and it is recommended that you submit large amounts of data to the Reference Data Service as smaller batches. A batch is submitted when awaitclient.SaveAsync() is called. In the following example, two definitions are submitted in the same batch:
Note
If you are building an application that relies on batching, it is recommended that you provide a way for an administrator to configure and tune the default batch size.