Interface: DBMetadata
@divine/uri.DBMetadata
Like Metadata, except that FIELDS is always present as well and is an array of DBResult.
Hierarchy
Required
<WithFields
<DBResult
>>↳
DBMetadata
Properties
[FIELDS]
• [FIELDS]: DBResult
[]
Defines how field information is attached to an object.
Inherited from
Required.[FIELDS]
Defined in
[HEADERS]
• Optional
[HEADERS]: StringParams
Additional metadata as key-value pairs. Example: HTTP response headers.
Inherited from
Defined in
[STATUS]
• Optional
[STATUS]: number
The response status. Example: the HTTP status or a Node.js errno
value.
Inherited from
Defined in
[STATUS_TEXT]
• Optional
[STATUS_TEXT]: string
The response status message. Example: the HTTP status text or a Node.js code
value.