Info

data class Info<T : Any>(val name: String, val type: Class<T>, val options: CreateCollectionOptions)(source)

Information describing your Kongo service. Use the meta delegate for less verbosity.

Constructors

Link copied to clipboard
constructor(name: String, type: Class<T>, options: CreateCollectionOptions)

Properties

Link copied to clipboard

The name of the collection.

Link copied to clipboard
val options: CreateCollectionOptions

Options to use when creating the collection.

Link copied to clipboard
val type: Class<T>

The type of object stored in the collection.