|
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: KafkaAdaptersAssembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.207-beta
Syntax function get_ReadDelay();
function set_ReadDelay(value);
View SourceProperty Value
Int32See Also