Expand description
Things directly related to logging.
Structs§
- A cell’s worth of data, i.e. a uniform array of values for a given component type. This is the leaf type in our data model.
- A row’s worth of data, i.e. an event: a list of
DataCell
s associated with an auto-generatedRowId
, a user-specifiedTimePoint
andEntityPath
, and an expected number of instances. This is the middle layer in our data model. - A sparse table’s worth of data, i.e. a batch of events: a collection of
DataRow
s. This is the top-level layer in our data model. - Implements an asynchronous batcher that coalesces
DataRow
s intoDataTable
s based upon the thresholds defined in the associatedDataTableBatcherConfig
. - Defines the different thresholds of the associated
DataTableBatcher
. - A unique ID for a
DataRow
. - A unique ID for a
DataTable
.
Enums§
- The most general log message sent from the SDK to the server.