Skip to main content

OplogEntry

Constructors

new OplogEntry()

new OplogEntry(
op_id,
op,
checksum,
subkey,
object_type?,
object_id?,
data?): OplogEntry

Parameters

ParameterType
op_idstring
opOpType
checksumnumber
subkeystring
object_type?string
object_id?string
data?string

Returns

OplogEntry

Properties

PropertyType
checksumnumber
data?string
object_id?string
object_type?string
opOpType
op_idstring
subkeystring

Methods

toJSON()

toJSON(): OplogEntryJSON

Returns

OplogEntryJSON


fromRow()

static fromRow(row): OplogEntry

Parameters

ParameterType
rowOplogEntryJSON

Returns

OplogEntry