Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongoose/types/pipelinestage.d.ts>mongoose.PipelineStage.Densify

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
interface mongoose.PipelineStage.Densify
import { type mongoose } from "https://deno.land/x/mongoose@7.6.12/types/pipelinestage.d.ts";
const { Densify } = mongoose.PipelineStage;

Properties

$densify: { field: string; partitionByFields?: string[]; range: { step: number; unit?:
| "millisecond"
| "second"
| "minute"
| "hour"
| "day"
| "week"
| "month"
| "quarter"
| "year"
; bounds:
| number[]
| globalThis.Date[]
| "full"
| "partition"
; }; }