AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
mongo
MongoAskResult
Interface MongoAskResult
interface
MongoAskResult
{
autoLimited
:
boolean
;
collection
:
string
;
explanation
:
string
;
loweredLimit
:
boolean
;
pipelineJson
:
string
;
repairs
:
number
;
warnings
:
readonly
string
[]
;
}
Index
Properties
auto
Limited
collection
explanation
lowered
Limit
pipeline
Json
repairs
warnings
Properties
Readonly
auto
Limited
autoLimited
:
boolean
Readonly
collection
collection
:
string
Readonly
explanation
explanation
:
string
Readonly
lowered
Limit
loweredLimit
:
boolean
Readonly
pipeline
Json
pipelineJson
:
string
Readonly
repairs
repairs
:
number
Readonly
warnings
warnings
:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
auto
Limited
collection
explanation
lowered
Limit
pipeline
Json
repairs
warnings
GitHub
AskSQL API Reference (core v0.10.0)
Loading...