Class StateStoreProperty
Property to assign custom name in destination store. Default behavior transforms PascalCase into snake-case.
Inherited Members
Namespace: Cognite.Extractor.StateStorage
Assembly: Cognite.StateStorage.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class StateStoreProperty : Attribute
Constructors
| Edit this page View SourceStateStoreProperty(string)
Constructor
Declaration
public StateStoreProperty(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name to use |
Properties
| Edit this page View SourceName
Override name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |