Write Column Batches

Synchronously writes batches of columns of data to a Nominal data source.

This is a column-major variant of writeBatches (which is row-major) to optimize serialization and compression time for client applications streaming large numbers of points from a single column at a time. This has the tradeoff of slightly larger sizes post-gzipping of requests, so should be used in the particular case where the main bottleneck is in encoding columnar data into the row-based format found in writeBatches.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
batcheslist of objectsRequired
Batches of columnar data to stream to Nominal. Each channel's data are provided as a column batch.
dataSourceRidstringRequired

RID of the datasource (e.g., for a Connection) or dataset to stream data into.