Show / Hide Table of Contents

Class ConfigWrapper<TConfig>

Wrapper around a config file with extra information about the active revision.

Inheritance
object
ConfigWrapper<TConfig>
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 ConfigWrapper<TConfig>
Type Parameters
Name Description
TConfig

Constructors

| Edit this page View Source

ConfigWrapper(TConfig, int?)

Constructor.

Declaration
public ConfigWrapper(TConfig config, int? revision)
Parameters
Type Name Description
TConfig config

Configuration object.

int? revision

Revision info.

Properties

| Edit this page View Source

Config

Configuration object.

Declaration
public TConfig Config { get; }
Property Value
Type Description
TConfig
| Edit this page View Source

Revision

Revision number or null to mean local config.

Declaration
public int? Revision { get; }
Property Value
Type Description
int?

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