HDInsightContentEncoding Struct

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 readonly struct HDInsightContentEncoding : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.HDInsightContentEncoding>
type HDInsightContentEncoding = struct
Public Structure HDInsightContentEncoding
Implements IEquatable(Of HDInsightContentEncoding)
Inheritance
HDInsightContentEncoding
Implements

Constructors

HDInsightContentEncoding(String)

Initializes a new instance of HDInsightContentEncoding.

Properties

Base64

Base64.

None

None.

Methods

Equals(HDInsightContentEncoding)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(HDInsightContentEncoding, HDInsightContentEncoding)

Determines if two HDInsightContentEncoding values are the same.

Implicit(String to HDInsightContentEncoding)

Converts a string to a HDInsightContentEncoding.

Inequality(HDInsightContentEncoding, HDInsightContentEncoding)

Determines if two HDInsightContentEncoding values are not the same.

Applies to