Build Method
Build()
Build the IGenericRecord.
Declaration
IGenericRecord Build()
Returns
IGenericRecord | The IGenericRecord. |
Remarks
In case the record was created with a schema, then all fields declared in the schema must have been assigned a value before the record can be built. Trying to build the record before all fields have been assigned a value triggers a SerializationException.