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'.
Optional
vOpt: numberSpecifies the serialization option.
Optional
owned: 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.
Optional
vOpt: numberSerialization option.
Optional
stringify: FunctionOptional serialization function. Default is 'JSON.stringify'.
Optional
space: 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.
Optional
origin: objectThis is the original object that sets the current object. Default is 'oGuid'.
Static
transform
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.