Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a find or aggregate operation against a MongoDB collection. Use the methods in this class to execute the operation and retrieve the results.

Type parameters

  • T

Hierarchy

  • RemoteMongoReadOperation

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private proxy

proxy: CoreRemoteMongoReadOperation<T>

Methods

asArray

  • asArray(): Promise<T[]>

first

  • first(): Promise<T | undefined>

iterator

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc