Packages

o

org.mongodb.scala.bson

BsonTimestamp

object BsonTimestamp

Companion helper for a BsonTimestamp

Since

1.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonTimestamp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(time: Int, inc: Int): BsonTimestamp

    Creates a new BsonTimestamp

    Creates a new BsonTimestamp

    time

    the time in seconds since epoch

    inc

    an incrementing ordinal for operations within a given second

    returns

    the BsonTimestamp

  2. def apply(): BsonTimestamp

    Creates a new BsonTimestamp

    Creates a new BsonTimestamp

    returns

    the BsonTimestamp