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
subkey?string
object_type?string
object_id?string
data?string

Returns

OplogEntry

Properties

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

Methods

toJSON()

toJSON(fixedKeyEncoding?): OplogEntryJSON

Parameters

ParameterType
fixedKeyEncoding?boolean

Returns

OplogEntryJSON


fromRow()

static fromRow(row): OplogEntry

Parameters

ParameterType
rowOplogEntryJSON

Returns

OplogEntry