vibe-d ~master (2026-03-02T06:49:44Z)
Home
Dub
Repo
CombinedCmd
index
vibe
db
mongo
collection
Undocumented in source.
version(unittest)
struct
CombinedCmd {
@
embedNullable
@
errorBefore
(
WireVersion
.
v44
)
Nullable
!
bool
allowDiskUse
;
@
embedNullable
@
since
(
WireVersion
.
v32
)
Nullable
!
long
maxAwaitTimeMS
;
@
embedNullable
@
deprecatedSince
(
WireVersion
.
v40
)
Nullable
!
long
maxScan
;
}
Members
Variables
allowDiskUse
Nullable
!
bool
allowDiskUse
;
Undocumented in source.
maxAwaitTimeMS
Nullable
!
long
maxAwaitTimeMS
;
Undocumented in source.
maxScan
Nullable
!
long
maxScan
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
db
mongo
collection
functions
deprecatedSince
enforceWireVersionConstraints
errorBefore
since
until
structs
Collation
CombinedCmd
CursorInitArguments
DeprecatedCmd
DeprecatedSinceWireVersion
ErrorBeforeCmd
ErrorBeforeWireVersion
MaxWireVersion
MinWireVersion
MongoCollection
ReadConcern
SinceDeprecatedCmd
SinceUntilCmd
WriteConcern