共用方式為


IEventHubDataConnection.DataFormat Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The data format of the message. Optionally the data format can be added to each message.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat) }, ReadOnly=false, Required=false, SerializedName="dataFormat")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat? DataFormat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The data format of the message. Optionally the data format can be added to each message.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat) }, ReadOnly=false, Required=false, SerializedName="dataFormat")>]
member this.DataFormat : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat> with get, set
Public Property DataFormat As Nullable(Of EventHubDataFormat)

Property Value

Attributes

Applies to