AvroRecord Class

 
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.

Represents an Avro generic record. It can be considered as a set of name-value pairs. Please, use the CreateGeneric method to create the corresponding IAvroSerializer<T>.

Namespace:   Microsoft.Hadoop.Avro
Assembly:  Microsoft.Hadoop.Avro (in Microsoft.Hadoop.Avro.dll)

System::Object
  System.Dynamic::DynamicObject
    Microsoft.Hadoop.Avro::AvroRecord

[DefaultMemberAttribute("Item")]
public ref class AvroRecord sealed : DynamicObject

NameDescription
System_CAPS_pubmethodAvroRecord(Schema^)

Initializes a new instance of the AvroRecord class.

NameDescription
System_CAPS_pubpropertyItem[Int32]

System_CAPS_pubpropertyItem[String^]

Gets or sets the field value with the specified name.

System_CAPS_pubpropertySchema

Gets the schema of the record.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetDynamicMemberNames()

(Inherited from DynamicObject.)

System_CAPS_pubmethodGetField<T>(String^)

Gets the field value.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMetaObject(Expression^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryBinaryOperation(BinaryOperationBinder^, Object^, Object^%)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryConvert(ConvertBinder^, Object^%)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryCreateInstance(CreateInstanceBinder^, array<Object^>^, Object^%)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryDeleteIndex(DeleteIndexBinder^, array<Object^>^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryDeleteMember(DeleteMemberBinder^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryGetIndex(GetIndexBinder^, array<Object^>^, Object^%)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryGetMember(GetMemberBinder^, Object^%)

Indicates a value whether the operation is successful. (Overrides DynamicObject::TryGetMember(GetMemberBinder^, Object^%).)

System_CAPS_pubmethodTryInvoke(InvokeBinder^, array<Object^>^, Object^%)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTryInvokeMember(InvokeMemberBinder^, array<Object^>^, Object^%)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTrySetIndex(SetIndexBinder^, array<Object^>^, Object^)

(Inherited from DynamicObject.)

System_CAPS_pubmethodTrySetMember(SetMemberBinder^, Object^)

Indicates a value whether the operation is successful. (Overrides DynamicObject::TrySetMember(SetMemberBinder^, Object^).)

System_CAPS_pubmethodTryUnaryOperation(UnaryOperationBinder^, Object^%)

(Inherited from DynamicObject.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: