GridFSBucketReadStreamOptions | mongodb (original) (raw)
interface GridFSBucketReadStreamOptions {
end?: number;
skip?: number;
sort?: Sort;
start?: number;
timeoutMS?: number;
}
Hierarchy (view full)
- GridFSBucketReadStreamOptions
Index
Properties
Optional
end
end?: number
0-indexed non-negative byte offset to the end of the file contents to be returned by the stream. end
is non-inclusive
Optional
skip
skip?: number
Optional
sort
Optional
start
start?: number
0-indexed non-negative byte offset from the beginning of the file
Optional
Experimental
timeoutMS
timeoutMS?: number
Specifies the time an operation will run until it throws a timeout error