objectType TableParam
extends BaseParam
A description of a table parameter having a fixed data type.
Members
| name | type | mult | description |
|---|---|---|---|
| dataType | TableDataType | optional | A type of data contained in the column |
| flag | ivoa:string | 0 or more | A keyword representing traits of the column. Recognized values include “indexed”, “primary”, and “nullable”. While other values are allowed, the following semantics is defined by this specification: indexed – The column has an index on it for faster search against its values; primary – The values column in the column represent in total or in part a primary key for its table; nullable – the column may contain null or empty values. |
| std | ivoa:boolean | If true, the meaning and use of this parameter is reserved and defined by a standard model. If false, it represents a parameter specific to the data described If not provided, then the value is unknown. |
Containment
This is contained by Table