objectType TableAccess
extends TAPCapRestriction
The capabilities of a TAP server. The capabilities attempt to define most issues that the TAP standard leaves to the implementors ('may', 'should').
Members
| name | type | mult | description |
|---|---|---|---|
| dataModel | DataModelType | 0 or more | Identifier of IVOA-approved data model supported by the service. |
| language | Language | 1 or more | Language supported by the service. |
| outputFormat | OutputFormat | 1 or more | Output format supported by the service. |
| uploadMethod | UploadMethod | 0 or more | Upload method supported by the service. The absence of upload methods indicates that the service does not support uploads at all. |
| retentionPeriod | TimeLimits | optional | Limits on the time between job creation and destruction time. |
| executionDuration | TimeLimits | optional | Limits on executionDuration. |
| outputLimit | DataLimits | optional | Limits on the size of data returned. |
| uploadLimit | DataLimits | optional | Limits on the size of uploaded data. |
Containment
This is contained by VOResource:Service, VOSIcap:capabilities