AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
mongo
BuildMongoRepairArgs
Interface BuildMongoRepairArgs
interface
BuildMongoRepairArgs
{
collection
?:
string
;
failedPipeline
?:
string
;
failure
:
string
;
question
:
string
;
schemaText
:
string
;
}
Index
Properties
collection?
failed
Pipeline?
failure
question
schema
Text
Properties
Optional
Readonly
collection
collection
?:
string
Wraps the echoed attempt in a real aggregate() call when the collection is known.
Optional
Readonly
failed
Pipeline
failedPipeline
?:
string
Readonly
failure
failure
:
string
Readonly
question
question
:
string
Readonly
schema
Text
schemaText
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
collection
failed
Pipeline
failure
question
schema
Text
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
Wraps the echoed attempt in a real aggregate() call when the collection is known.