Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BulkOperationPrivate

Hierarchy

  • BulkOperationPrivate

Index

Properties

batches

batches: Batch<Document>[]

bsonOptions

bulkResult

bulkResult: BulkResult

Optional bypassDocumentValidation

bypassDocumentValidation?: boolean

checkKeys

checkKeys: boolean

collection

collection: Collection<Document>

Optional currentBatch

currentBatch?: Batch<Document>

currentBatchSize

currentBatchSize: number

currentBatchSizeBytes

currentBatchSizeBytes: number

currentIndex

currentIndex: number

Optional currentInsertBatch

currentInsertBatch?: Batch<Document>

Optional currentOp

currentOp?: Document

Optional currentRemoveBatch

currentRemoveBatch?: Batch<Document>

Optional currentUpdateBatch

currentUpdateBatch?: Batch<Document>

Optional err

err?: AnyError

executed

executed: boolean

maxBatchSizeBytes

maxBatchSizeBytes: number

maxBsonObjectSize

maxBsonObjectSize: number

maxKeySize

maxKeySize: number

maxWriteBatchSize

maxWriteBatchSize: number

namespace

namespace: MongoDBNamespace

options

topology

topology: Topology

Optional writeConcern

writeConcern?: WriteConcern

Generated using TypeDoc