CreateCollectionOptions

dappermongo.CreateCollectionOptions
See theCreateCollectionOptions companion object
case class CreateCollectionOptions(maxDocuments: Option[Long], capped: Option[Boolean], sizeInBytes: Option[Long], storageEngineOptions: Option[BSONDocument], indexOptionDefaults: Option[IndexOptionDefaults], validationOptions: Option[ValidationOptions], collation: Option[Collation], expireAfter: Option[Duration], timeSeriesOptions: Option[TimeSeriesOptions], changeStreamPreAndPostImagesOptions: Option[ChangeStreamPreAndPostImagesOptions], clusteredIndexOptions: Option[ClusteredIndexOptions], encryptedFields: Option[BSONDocument])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toJava: CreateCollectionOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product