EventHubDataConnection.DataFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data format of the message. Optionally the data format can be added to each message.
[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Origin(Microsoft.Azure.PowerShell.Cmdlets.Synapse.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventHubDataFormat? DataFormat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Origin(Microsoft.Azure.PowerShell.Cmdlets.Synapse.PropertyOrigin.Inlined)>]
member this.DataFormat : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.EventHubDataFormat> with get, set
Public Property DataFormat As Nullable(Of EventHubDataFormat)
Property Value
Implements
- Attributes