Skip to content

Query

Extends

  • Query

Properties

agentId?

optional agentId: string;

The id of agent that created the resource

Inherited from

bkper.Query.agentId

createdAt?

optional createdAt: string;

The creation timestamp, in milliseconds

Inherited from

bkper.Query.createdAt

id?

optional id: string;

The unique id that identifies the saved Query in the Book

Inherited from

bkper.Query.id

query?

optional query: string;

The Query string to be executed

Inherited from

bkper.Query.query

title?

optional title: string;

The title of the saved Query

Inherited from

bkper.Query.title

updatedAt?

optional updatedAt: string;

The last update timestamp, in milliseconds

Inherited from

bkper.Query.updatedAt