Kinetica   C#   API  Version 7.2.3.1
Example.IntegrationConfig Class Reference

Static Public Member Functions

static IntegrationConfig FromEnvironment ()
 

Properties

int RecordsPerProducer = 1_000_000 [get, set]
 
int NumProducers = 3 [get, set]
 
int BatchSize = 10_000 [get, set]
 
int MaxInFlight = 50 [get, set]
 
int MonitorIntervalMs = 500 [get, set]
 

Detailed Description

Definition at line 43 of file BulkInserterFullIntegration.cs.

Member Function Documentation

◆ FromEnvironment()

static IntegrationConfig Example.IntegrationConfig.FromEnvironment ( )
inlinestatic

Definition at line 51 of file BulkInserterFullIntegration.cs.

Property Documentation

◆ BatchSize

int Example.IntegrationConfig.BatchSize = 10_000
getset

Definition at line 47 of file BulkInserterFullIntegration.cs.

◆ MaxInFlight

int Example.IntegrationConfig.MaxInFlight = 50
getset

Definition at line 48 of file BulkInserterFullIntegration.cs.

◆ MonitorIntervalMs

int Example.IntegrationConfig.MonitorIntervalMs = 500
getset

Definition at line 49 of file BulkInserterFullIntegration.cs.

◆ NumProducers

int Example.IntegrationConfig.NumProducers = 3
getset

Definition at line 46 of file BulkInserterFullIntegration.cs.

◆ RecordsPerProducer

int Example.IntegrationConfig.RecordsPerProducer = 1_000_000
getset

Definition at line 45 of file BulkInserterFullIntegration.cs.


The documentation for this class was generated from the following file: