Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010412
query-stage.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
541 B
Referenced Files
None
Subscribers
None
query-stage.ts
View Options
import
type
{
ComplexLookupBody
,
SimpleLookupBody
}
from
"./query-step"
;
export
type
MatchBody
=
Partial
<
{
$not
:
MatchBody
;
$search
:
any
;
$nor
:
MatchBody
[];
$or
:
MatchBody
[];
$and
:
MatchBody
[];
[
field
:
string
]
:
unknown
;
}
>
;
type
QueryStage
=
Partial
<
{
$match
:
MatchBody
;
$lookup
:
SimpleLookupBody
|
ComplexLookupBody
;
$unwind
:
string
;
$skip
:
number
;
$limit
:
number
;
$sort
:
{
[
field_name
:
string
]
:
1
|
-
1
};
$group
:
{
_id
:
string
;
[
other
:
string
]
:
any
;
};
$count
:
string
;
$unset
:
string
;
}
>
;
export
default
QueryStage
;
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Wed, May 7, 19:42 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
629996
Default Alt Text
query-stage.ts (541 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment