Share via


ClusterConfigFile.Encoding Property

Definition

This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.

public Azure.ResourceManager.HDInsight.Containers.Models.HDInsightContentEncoding? Encoding { get; set; }
member this.Encoding : Nullable<Azure.ResourceManager.HDInsight.Containers.Models.HDInsightContentEncoding> with get, set
Public Property Encoding As Nullable(Of HDInsightContentEncoding)

Property Value

Applies to