| 
            
              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.258-beta
Syntaxfunction get_ReadDelay();
function set_ReadDelay(value);
 View SourceProperty Value
Int32
See Also