Configuration types

API Type Description Metadata sample

o.t.s.c.api.configuration.type.DataSet

dataset

Mark a model (complex object) as being a dataset.

{
  "tcomp::configurationtype::type":"dataset",
  "tcomp::configurationtype::name":"test"
}

o.t.s.c.api.configuration.type.DataStore

datastore

Mark a model (complex object) as being a datastore (connection to a backend).

{
  "tcomp::configurationtype::type":"datastore",
  "tcomp::configurationtype::name":"test"
}
Scroll to top