Class CogniteConfig
Cognite configuration object
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class CogniteConfig
Properties
| Edit this page View SourceCdfChunking
Chunking sizes towards CDF
Declaration
public ChunkingConfig CdfChunking { get; set; }
Property Value
Type | Description |
---|---|
ChunkingConfig |
CdfRetries
Configuration for retries of failed requests to CDF.
Declaration
public RetryConfig CdfRetries { get; set; }
Property Value
Type | Description |
---|---|
RetryConfig |
CdfThrottling
Throttling of requests to CDF
Declaration
public ThrottlingConfig CdfThrottling { get; set; }
Property Value
Type | Description |
---|---|
ThrottlingConfig |
Certificates
Configuration for handling SSL certificates.
Declaration
public CertificateConfig? Certificates { get; set; }
Property Value
Type | Description |
---|---|
CertificateConfig |
ExtractionPipeline
Configuration for automatically reporting extraction pipeline runs.
Declaration
public ExtractionRunConfig? ExtractionPipeline { get; set; }
Property Value
Type | Description |
---|---|
ExtractionRunConfig |
Host
API host
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string | Absolute Uri for the host. Default: https://api.cognitedata.com |
IdpAuthentication
Authenticator config, if a bearer access token is to be used for authentication (optional)
Declaration
public AuthenticatorConfig? IdpAuthentication { get; set; }
Property Value
Type | Description |
---|---|
AuthenticatorConfig | Authenticator |
NanReplacement
Optional replacement for non-finite double values in datapoints
Declaration
public double? NanReplacement { get; set; }
Property Value
Type | Description |
---|---|
double? |
Project
The project name
Declaration
public string? Project { get; set; }
Property Value
Type | Description |
---|---|
string | project name |
SdkLogging
Enables logging of Cognite Sdk operations. Enabled by default.
Declaration
public SdkLoggingConfig SdkLogging { get; set; }
Property Value
Type | Description |
---|---|
SdkLoggingConfig |