OptionalcontainerOptionalcreateWhen using a domain template, create the domain. Defaults to true.
OptionaldescriptionThe description of this domain.
OptionaldomainThe domain design to save.
OptionaldomainThe name of a domain template group.
OptionaldomainThe domain kind to create. One of "IntList", "VarList", "SampleSet", or "DataClass".
OptionaldomainThe name of a domain template within the domain group.
OptionalfailureThis will be called upon failure to complete a request.
OptionalfieldsAn array of objects that each describe a domain field. Each object has the following properties:
OptionalimportWhen using a domain template, import initial data associated in the template. Defaults to true.
OptionalindicesAn array of objects that each designate an index upon the domain. Each object has the following properties
OptionalkeyOptionalkeyUse 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.
OptionalkindThe domain kind to create. Currently supported:
OptionalmoduleThe name of a module that contains the domain template group.
OptionalnameThe name of this domain.
OptionaloptionsArguments used to create the specific domain type.
OptionalscopeA scoping object for the success and failure callback functions (default to this).
OptionalsuccessThis will be called upon successfully completing a request.
Optionaltimeout
The container path in which to create the domain.