Data Objects
Definition of the available data structure as ContainerClassObject. Dataobjects serve as GA_universe's internal basis for surfaces etc. The GA_universe is optimized for these objects. The data for data objects are in the standard in the cluster.
Available properties are:
Property | Description |
---|---|
Delete Complete | When ever the object is deleted, is completely erased from the data base. If this is turned off, only the status is updated to hidden |
Versioning | When this is turned on, when the object is changed or updated, a new object is created and the _Version value is updated indicating that a new version is added, while the older version is hidden. If it is turned off, the object itself is updated without changing the _Version value and without hiding any object since no new ones are created |
Creation
Navigate to Data – Data Model – (Choose the data model) – Datastructure – Dataobjects
Click on the add + Create New
Complete the related information (Name, Datasource)
Name: Unique name, under which the dataobject is saved
Translation: Name that is displayed for the maintained language
Datasource: MongoDB comes with a standard capsule and is used for data storage. The standard size is 10 GB, but this can be changed via the portal
Delete Complete: No Delete flag, only direct deletion
Versioning: Every save action creates a new document with versioning
Offline: Is activated in the instance(Settings – General – Offline). The data is loaded in IndexedDB and stays available even when the Internet connection is interrupted
Click on the add (button) to add new fields
Fill the related field information
Name: Unique name, under which the dataobject is saved
Translation: Name that is displayed for the maintained language
Type: Type of the field (Any, Class, Boolean, Date, Double, Enum, Guid, Integer, Long, Text, TimeSpan, Multilingual Text, Type, User)
Primary Key
ReadOnly
Mandatory Field
Nullable: Field must not be NULL
List: Field is list of objects
Default: Default value
Repeat steps 4 & 5 for number of fields needed
Save