Show / Hide Table of Contents

Class RemoteConfigState<T>

State for remote config manager, which is reused between initialization and normal operation. This lets the state be created after services are initialized, giving it logger, etc.

Inheritance
object
RemoteConfigState<T>
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 RemoteConfigState<T> where T : VersionedConfig
Type Parameters
Name Description
T

Properties

| Edit this page View Source

Config

Current config object.

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

CurrentRevision

Current revision in use.

Declaration
public int CurrentRevision { get; set; }
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