Click or drag to resize
Grid Solutions Framework

TimeSeriesConsumerReadDelay Property

Gets or sets read delay, in milliseconds, for messages with timestamp changes. Set to -1 for no delay, i.e., read as fast as possible.

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

Property Value

Int32
See Also