Show / Hide Table of Contents

Class HighAvailabilityConfig

Config for adding high availability.

Inheritance
object
HighAvailabilityConfig
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 HighAvailabilityConfig

Properties

| Edit this page View Source

Index

The index of the extractor.

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

Raw

Config for adding high availability using Raw.

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

Redis

Config for adding high availability using Redis.

Declaration
public RedisConfig? Redis { get; set; }
Property Value
Type Description
RedisConfig

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