Microsoft.Hadoop.Avro.Container 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.

Provides classes used by Avro stream-based containers.

Classes

Class Description
System_CAPS_pubclass AvroContainer

Represents a factory for Avro file object containers.

System_CAPS_pubclass Codec

Represents the base class for compression codecs.

System_CAPS_pubclass CodecFactory

Represents a codec factory.

System_CAPS_pubclass SequentialReader<T>

Represents a sequential reader of Avro objects.

System_CAPS_pubclass SequentialWriter<T>

Represents a sequential writer of Avro objects.

Interfaces

Interface Description
System_CAPS_pubinterface IAvroReader<T>

Represents a reader around Avro object container.

System_CAPS_pubinterface IAvroReaderBlock<T>

Represents an Avro block for reading.

System_CAPS_pubinterface IAvroWriter<T>

Represents a writer around Avro object container.

System_CAPS_pubinterface IAvroWriterBlock<T>

Represents an Avro block for writing.

Return to top