Unique identifier of the object (GUID). Uniquely identifies the object.
The name of the element, which acts as a unique identifier for the MetaElement.
The generator function of the object. The function used when the object was created.
Enable automatic transaction change. Default is 'false'.
Name of the meta set.
A collection of meta tables.
This is a collection of meta-views.
Static Readonly_NSIndicates the namespace.
Static Readonly_PARAMList of parameters used for the constructor.
Static Readonly_UNIONList of implemented interfaces.
Converts the current 'MetaSet' object to a serialized GUID type object. In the serialization process, the cyclic reference is replaced by the value '$ref'.
OptionalvOpt: numberSpecifies the serialization option.
Optionalowned: object | object[]The parent objects that currently own the object. You can receive an object or array of objects.
Serialized object.
Output (serialize) the meta set object.
OptionalvOpt: numberSerialization option.
Optionalstringify: FunctionOptional serialization function. Default is 'JSON.stringify'.
Optionalspace: stringOptional blank string; default is 'undefined'.
Serialized string.
Sets the serialized GUID type object to the current 'MetaSet' object. During this process, the object is initialized.
object of serialized GUID type.
Optionalorigin: objectThis is the original object that sets the current object. Default is 'oGuid'.
Statictransform
The 'MetaSet' class manages metadata sets and includes a collection of tables and views. This class provides features such as serialization of data, schema conversion, data loading and storage, and more.