AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
HistoryEntry
Interface HistoryEntry
interface
HistoryEntry
{
at
:
string
;
connectionId
:
string
;
durationMs
?:
number
;
errorCode
?:
string
;
id
:
string
;
question
?:
string
;
rowCount
?:
number
;
sql
:
string
;
status
:
"ok"
|
"blocked"
|
"error"
;
tokens
?:
{
input
?:
number
;
output
?:
number
}
;
userId
?:
string
;
}
Hierarchy (
View Summary
)
HistoryEntry
AuditRecord
Index
Properties
at
connection
Id
duration
Ms?
error
Code?
id
question?
row
Count?
sql
status
tokens?
user
Id?
Properties
Readonly
at
at
:
string
Readonly
connection
Id
connectionId
:
string
Optional
Readonly
duration
Ms
durationMs
?:
number
Optional
Readonly
error
Code
errorCode
?:
string
Readonly
id
id
:
string
Optional
Readonly
question
question
?:
string
Optional
Readonly
row
Count
rowCount
?:
number
Readonly
sql
sql
:
string
Readonly
status
status
:
"ok"
|
"blocked"
|
"error"
Optional
Readonly
tokens
tokens
?:
{
input
?:
number
;
output
?:
number
}
Optional
Readonly
user
Id
userId
?:
string
Owning user in multi-user (server) mode. Absent for single-user surfaces.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
at
connection
Id
duration
Ms
error
Code
id
question
row
Count
sql
status
tokens
user
Id
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
Owning user in multi-user (server) mode. Absent for single-user surfaces.