Class HighAvailabilityConfig
Config for adding high availability.
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class HighAvailabilityConfig
Properties
| Edit this page View SourceIndex
The index of the extractor.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
Raw
Config for adding high availability using Raw.
Declaration
public RawConfig? Raw { get; set; }
Property Value
Type | Description |
---|---|
RawConfig |
Redis
Config for adding high availability using Redis.
Declaration
public RedisConfig? Redis { get; set; }
Property Value
Type | Description |
---|---|
RedisConfig |