Microsoft.Hadoop.Avro.Schema Namespace

 

Note

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.

Classes

Class Description
System_CAPS_pubclass ArraySchema

Represents an array schema.

System_CAPS_pubclass BooleanSchema

Represents a boolean schema.

System_CAPS_pubclass BytesSchema

Represents a byte array schema.

System_CAPS_pubclass DoubleSchema

Represents a double schema.

System_CAPS_pubclass EnumSchema

Represents an enumeration schema.

System_CAPS_pubclass FixedSchema

Represents a fixed schema.

System_CAPS_pubclass FloatSchema

Represents a float schema.

System_CAPS_pubclass IntSchema

Represents an integer schema.

System_CAPS_pubclass LongSchema

Represents a long schema.

System_CAPS_pubclass MapSchema

Represents a map schema.

System_CAPS_pubclass NamedSchema

Represents a named schema.

System_CAPS_pubclass NullSchema

Represents a null schema.

System_CAPS_pubclass PrimitiveTypeSchema

Represents a schema for primitive types.

System_CAPS_pubclass RecordField

Represents a field of the record.

System_CAPS_pubclass RecordSchema

Represents a record schema.

System_CAPS_pubclass Schema

Represents a base class for schema objects.

System_CAPS_pubclass StringSchema

Represents a string schema.

System_CAPS_pubclass TypeSchema

Represents a base class for all type schemas.

System_CAPS_pubclass UnionSchema

Represents a union schema.

Enumerations

Enumeration Description
System_CAPS_pubenum SortOrder

Enumerates a sort order.

Remarks

Provides operations related to Avro serialization schema.

Return to top