Show / Hide Table of Contents

Class RemoteConfig

Configuration object used locally when config files are read from CDF.

Inheritance
object
VersionedConfig
RemoteConfig
Inherited Members
VersionedConfig.Version
VersionedConfig.KeyVault
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 RemoteConfig : VersionedConfig

Properties

| Edit this page View Source

Cognite

Cognite configuration object.

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

Type

Configuration type

Declaration
public ConfigurationMode Type { get; set; }
Property Value
Type Description
ConfigurationMode

Methods

| Edit this page View Source

GenerateDefaults()

Should be implemented in Base classes to initialize properties with default values, in case the values were not present in the parsed yaml config

Declaration
public override void GenerateDefaults()
Overrides
Cognite.Extractor.Configuration.VersionedConfig.GenerateDefaults()

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