| 
            
              TimeSeriesProducerEncoding Property
             | 
          
        
        
            Gets or sets the encoding used to serialize measurements into the Kafka stream. Default value of null defines binary encoding.
            
        
        Namespace: KafkaAdaptersAssembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.258-beta
Syntaxfunction get_Encoding();
function set_Encoding(value);
 View SourceProperty Value
String
See Also