Click or drag to resize
Grid Solutions Framework

TimeSeriesProducerEncoding Property

Gets or sets the encoding used to serialize measurements into the Kafka stream. Default value of null defines binary encoding.

Namespace: KafkaAdapters
Assembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(null)]
public string Encoding { get; set; }
View Source

Property Value

String
See Also