Class RawConfig
Config required for high availability using Raw.
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class RawConfig
Properties
| Edit this page View SourceDatabaseName
Name of the shared state database.
Declaration
public string? DatabaseName { get; set; }
Property Value
Type | Description |
---|---|
string |
TableName
Name of the shared state table.
Declaration
public string? TableName { get; set; }
Property Value
Type | Description |
---|---|
string |