MetaobjectDefinitions
Provides the definition of a generic object structure composed of metafields.
View-Specific Information
Select
The driver processes all filters client-side within the driver. The following query is the only one processed server side:
SELECT * FROM MetaobjectDefinitions
Columns
Name | Type | References | Description |
ID | String | A globally-unique ID. | |
Name | String | The human-readable name. | |
MetaobjectsCount | Int | The count of metaobjects created for the definition. | |
Type | String | The type of the object definition. Defines the namespace of associated metafields. | |
Description | String | The administrative description. | |
DisplayNameKey | String | The key of a field to reference as the display name for each object. |