Show / Hide Table of Contents

Class CogniteConfig

Cognite configuration object

Inheritance
object
CogniteConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class CogniteConfig

Properties

| Edit this page View Source

CdfChunking

Chunking sizes towards CDF

Declaration
public ChunkingConfig CdfChunking { get; set; }
Property Value
Type Description
ChunkingConfig
| Edit this page View Source

CdfRetries

Configuration for retries of failed requests to CDF.

Declaration
public RetryConfig CdfRetries { get; set; }
Property Value
Type Description
RetryConfig
| Edit this page View Source

CdfThrottling

Throttling of requests to CDF

Declaration
public ThrottlingConfig CdfThrottling { get; set; }
Property Value
Type Description
ThrottlingConfig
| Edit this page View Source

Certificates

Configuration for handling SSL certificates.

Declaration
public CertificateConfig? Certificates { get; set; }
Property Value
Type Description
CertificateConfig
| Edit this page View Source

ExtractionPipeline

Configuration for automatically reporting extraction pipeline runs.

Declaration
public ExtractionRunConfig? ExtractionPipeline { get; set; }
Property Value
Type Description
ExtractionRunConfig
| Edit this page View Source

Host

API host

Declaration
public string Host { get; set; }
Property Value
Type Description
string

Absolute Uri for the host. Default: https://api.cognitedata.com

| Edit this page View Source

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

| Edit this page View Source

NanReplacement

Optional replacement for non-finite double values in datapoints

Declaration
public double? NanReplacement { get; set; }
Property Value
Type Description
double?
| Edit this page View Source

Project

The project name

Declaration
public string? Project { get; set; }
Property Value
Type Description
string

project name

| Edit this page View Source

SdkLogging

Enables logging of Cognite Sdk operations. Enabled by default.

Declaration
public SdkLoggingConfig SdkLogging { get; set; }
Property Value
Type Description
SdkLoggingConfig

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX