Class BaseCogniteConfig
Base class for cognite config.
Inherited Members
Namespace: Cognite.Extractor.Utils.Unstable.Configuration
Assembly: ExtractorUtils.dll
Syntax
public class BaseCogniteConfig
Properties
| Edit this page View SourceCdfChunking
Chunking sizes towards CDF
Declaration
public ChunkingConfig CdfChunking { get; set; }
Property Value
Type | Description |
---|---|
ChunkingConfig |
CdfThrottling
Throttling of requests to CDF
Declaration
public ThrottlingConfig CdfThrottling { get; set; }
Property Value
Type | Description |
---|---|
ThrottlingConfig |
NanReplacement
Optional replacement for non-finite double values in datapoints
Declaration
public double? NanReplacement { get; set; }
Property Value
Type | Description |
---|---|
double? |