const classafBson::Timestamp

sys::Obj
  afBson::Timestamp

@Serializable

(BSON Type) - Timestamps are used internally by MongoDB's replication. You can see them in their natural habitat by querying local.main.$oplog.

increment

Source

const Int increment

The increment value.

makeTimestamp

Source

new makeTimestamp(Duration seconds, Int increment)

Creates a BSON Timestamp instance.

seconds

Source

const Duration seconds

The seconds value.