|
Kinetica C# API
Version 7.2.3.1
|
Backpressure metrics for monitoring the BulkInserter. More...
Properties | |
| int | MaxInFlightBatches [get] |
| Maximum number of in-flight batches allowed. More... | |
| int | AvailablePermits [get] |
| Number of available permits in the semaphore. More... | |
| int | InFlightBatches [get] |
| Number of batches currently in-flight. More... | |
| long | PendingBatches [get] |
| Number of batches pending (queued + in-flight). More... | |
| double | UtilizationPercent [get] |
| Utilization percentage (in-flight / max * 100). More... | |
Backpressure metrics for monitoring the BulkInserter.
Definition at line 1269 of file BulkInserter.cs.
|
get |
Number of available permits in the semaphore.
Definition at line 1279 of file BulkInserter.cs.
|
get |
Number of batches currently in-flight.
Definition at line 1284 of file BulkInserter.cs.
|
get |
Maximum number of in-flight batches allowed.
Definition at line 1274 of file BulkInserter.cs.
|
get |
Number of batches pending (queued + in-flight).
Definition at line 1289 of file BulkInserter.cs.
|
get |
Utilization percentage (in-flight / max * 100).
Definition at line 1294 of file BulkInserter.cs.