Optional
containerOptional
createWhen using a domain template, create the domain. Defaults to true.
Optional
descriptionThe description of this domain.
Optional
domainThe domain design to save.
Optional
domainThe name of a domain template group.
Optional
domainThe domain kind to create. One of "IntList", "VarList", "SampleSet", or "DataClass".
Optional
domainThe name of a domain template within the domain group.
Optional
failureThis will be called upon failure to complete a request.
Optional
fieldsAn array of objects that each describe a domain field. Each object has the following properties:
Optional
importWhen using a domain template, import initial data associated in the template. Defaults to true.
Optional
indicesAn array of objects that each designate an index upon the domain. Each object has the following properties
Optional
keyOptional
keyUse kind
instead.
The type of the key column. Can be IntList
, VarList
, or AutoIncrementInteger
.
The kind
takes precedence if both are specified.
Note: If the AutoIncrementInteger
configuration is desired and you're specifying kind
then the
kind
should be set to IntList
and the options.keyType
should be set to AutoIncrementInteger
.
Optional
kindThe domain kind to create. Currently supported:
Optional
moduleThe name of a module that contains the domain template group.
Optional
nameThe name of this domain.
Optional
optionsArguments used to create the specific domain type.
Optional
scopeA scoping object for the success and failure callback functions (default to this).
Optional
successThis will be called upon successfully completing a request.
Optional
timeout
The container path in which to create the domain.