Share via


IIoTHubEventSourceUpdateParameters.TimeZoneOffsetPropertyName Property

Definition

The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)

[Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="propertyName")]
public string TimeZoneOffsetPropertyName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="propertyName")>]
member this.TimeZoneOffsetPropertyName : string with get, set
Public Property TimeZoneOffsetPropertyName As String

Property Value

Attributes

Applies to