Share via


DatasetJsonFormat.EncodingName Property

Definition

The code page name of the preferred encoding. If not provided, the default value is 'utf-8', unless the byte order mark (BOM) denotes another Unicode encoding. The full list of supported values can be found in the 'Name' column of the table of encodings in the following reference: https://go.microsoft.com/fwlink/?linkid=861078. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> EncodingName { get; set; }
member this.EncodingName : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property EncodingName As DataFactoryElement(Of String)

Property Value

Applies to