Microsoft.Hadoop.Avro.Schema Namespace

 
System_CAPS_noteNote

A newer version of HDInsight .NET SDK is available that uses the Azure Resource Manager (ARM) approach. You are encouraged to use the newer ARM-based version of HDInsight .NET SDK going forward. For instructions on how to use the new HDInsight .NET SDK to create a cluster, see Create HDInsight Linux clusters using .NET SDK. For instructions on how to submit jobs using the new .NET SDK and other approaches, see Submit jobs to an HDInsight cluster. The HDInsight SDK reference for the newer version is available at HDInsight .NET SDK Reference.

ClassDescription
System_CAPS_pubclassArraySchema

Represents an array schema.

System_CAPS_pubclassBooleanSchema

Represents a boolean schema.

System_CAPS_pubclassBytesSchema

Represents a byte array schema.

System_CAPS_pubclassDoubleSchema

Represents a double schema.

System_CAPS_pubclassEnumSchema

Represents an enumeration schema.

System_CAPS_pubclassFixedSchema

Represents a fixed schema.

System_CAPS_pubclassFloatSchema

Represents a float schema.

System_CAPS_pubclassIntSchema

Represents an integer schema.

System_CAPS_pubclassLongSchema

Represents a long schema.

System_CAPS_pubclassMapSchema

Represents a map schema.

System_CAPS_pubclassNamedSchema

Represents a named schema.

System_CAPS_pubclassNullSchema

Represents a null schema.

System_CAPS_pubclassPrimitiveTypeSchema

Represents a schema for primitive types.

System_CAPS_pubclassRecordField

Represents a field of the record.

System_CAPS_pubclassRecordSchema

Represents a record schema.

System_CAPS_pubclassSchema

Represents a base class for schema objects.

System_CAPS_pubclassStringSchema

Represents a string schema.

System_CAPS_pubclassTypeSchema

Represents a base class for all type schemas.

System_CAPS_pubclassUnionSchema

Represents a union schema.

EnumerationDescription
System_CAPS_pubenumSortOrder

Enumerates a sort order.

Provides operations related to Avro serialization schema.

Return to top
Show: