Sensor reading from IoT devices - test record type.
More...
Sensor reading from IoT devices - test record type.
Definition at line 77 of file BulkInserterFullIntegration.cs.
◆ GetShardKeyValues()
Returns shard key column names and their typed values.
Only columns that are part of the shard key need to be included. The values are used for computing the routing hash to determine which worker node should receive the record.
For best performance, implement this method to avoid allocations when possible (e.g., use ShardKeyValues.Single() for single-column keys).
- Returns
- A collection of (column name, value) pairs for the shard key.
Implements IShardKeyExtractor.
Definition at line 85 of file BulkInserterFullIntegration.cs.
◆ humidity
| double Example.SensorReading.humidity |
|
getset |
◆ location
| string Example.SensorReading.location = "" |
|
getset |
◆ sensor_id
| int Example.SensorReading.sensor_id |
|
getset |
◆ temperature
| double Example.SensorReading.temperature |
|
getset |
◆ timestamp
| long Example.SensorReading.timestamp |
|
getset |
The documentation for this class was generated from the following file: