Show / Hide Table of Contents

Class BaseCogniteConfig

Base class for cognite config.

Inheritance
object
BaseCogniteConfig
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.Unstable.Configuration
Assembly: ExtractorUtils.dll
Syntax
public class BaseCogniteConfig

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

CdfThrottling

Throttling of requests to CDF

Declaration
public ThrottlingConfig CdfThrottling { get; set; }
Property Value
Type Description
ThrottlingConfig
| 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?

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