See: Description
| Interface | Description |
|---|---|
| MutableRecordModel | |
| RecordModel |
RecordV2 data model. |
This package contains additional interfaces relating to data modeling within
the
record based data type.
A model is a representation of
record based data based upon a
schema that allows direct access to records and fields within the data. A
read-only model can be created from a
value object. Alternatively, a mutable model can be created from a schema
which allows updates to be performed to the data (constrained by the schema)
and
records objects to be generated from the mutated data.
Copyright © 2024 DiffusionData Limited. All rights reserved.