An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.
NodeInterface is the base for all types.
Catalog id.
name of the Catalog.
DateTime of the Catalog creation.
DateTime of the Catalog last update.
rows of the Catalog.
columns of the Catalog.
A rectangular page of catalog data whose cells correspond to the selected columns. One catalog window can contain at most 2,500 cell coordinates.
Primary CatalogColumn of the Catalog.
Fetch cells for a row identified by its primary key value.
Get a paginated page of filter values (with counts) for one column. Returns null when the column does not belong to the catalog. Items are ordered by count DESC, value ASC.
Why this Catalog is currently in use, as reason codes. Empty when it is not in use.
Search catalog cells by query and column filters. Query is split by whitespace; each part must match (case-insensitive) in at least one cell per row. Column filters match entire cell values; multiple values for the same column are OR'd, cross-column is AND'd. Results limited to 100 rows.