|
TimeSeriesProducerTimestampFormat Property
|
Gets or sets the text format for measurement timestamps.
Namespace: KafkaAdaptersAssembly: KafkaAdapters (in KafkaAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute("yyyy-MM-dd HH:mm:ss.fffffff")]
public string TimestampFormat { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute("yyyy-MM-dd HH:mm:ss.fffffff")>
Public Property TimestampFormat As String
Get
Set
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("yyyy-MM-dd HH:mm:ss.fffffff")>]
member TimestampFormat : string with get, set
function get_TimestampFormat();
function set_TimestampFormat(value);
View SourceProperty Value
StringSee Also