Skip to main content

Interface: DBMetadata

@divine/uri.DBMetadata

Like Metadata, except that FIELDS is always present as well and is an array of DBResult.

Hierarchy

Properties

[FIELDS]

[FIELDS]: DBResult[]

Defines how field information is attached to an object.

Inherited from

Required.[FIELDS]

Defined in

uri/src/uri.ts:46


[HEADERS]

Optional [HEADERS]: StringParams

Additional metadata as key-value pairs. Example: HTTP response headers.

Inherited from

Metadata.[HEADERS]

Defined in

uri/src/uri.ts:58


[STATUS]

Optional [STATUS]: number

The response status. Example: the HTTP status or a Node.js errno value.

Inherited from

Metadata.[STATUS]

Defined in

uri/src/uri.ts:52


[STATUS_TEXT]

Optional [STATUS_TEXT]: string

The response status message. Example: the HTTP status text or a Node.js code value.

Inherited from

Metadata.[STATUS_TEXT]

Defined in

uri/src/uri.ts:55