Click or drag to resize
Grid Solutions Framework

SerializationExtensionsKeySize Field

Defines the size of serialized Kafka measurement key.

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.182-beta
Syntax
public const int KeySize = 12
View Source

Field Value

Int32
Remarks
Key format:
- long Time: 64-bit time of measurement in ticks, i.e., 100-nanosecond intervals since 0/0/0000
- uint ID: 32-bit measurement identifier (temporal index into metadata)
See Also