object CollStatsResult extends BSONCommandResultMaker[CollStatsResult] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollStatsResult
  2. Serializable
  3. BSONCommandResultMaker
  4. CommandResultMaker
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(doc: BSONDocument): Either[CommandError, CollStatsResult]

    Deserializes the given document into an instance of Result.

    Deserializes the given document into an instance of Result.

    Definition Classes
    CollStatsResultBSONCommandResultMakerCommandResultMaker
  2. final def apply(response: Response): Either[CommandError, CollStatsResult]

    Deserializes the given response into an instance of Result.

    Deserializes the given response into an instance of Result.

    Definition Classes
    BSONCommandResultMakerCommandResultMaker