opensavvy.ktmongo.official.options¶
Functions¶
readBypassDocumentValidation¶
readCapped¶
@LowLevelApi
fun HasCapped.readCapped(): Boolean
readComment¶
@LowLevelApi
fun HasComment.readComment(): BsonValue?
readLimit¶
@LowLevelApi
fun HasLimit.readLimit(): Int
readMaxSize¶
@LowLevelApi
fun HasCapped.readMaxSize(): Long?
readMaxTimeMS¶
@LowLevelApi
fun HasSkip.readMaxTimeMS(): Int
readOrdered¶
@LowLevelApi
fun HasOrdered.readOrdered(): Boolean
readReadConcern¶
@LowLevelApi
fun HasReadConcern.readReadConcern(): ReadConcern
readReadPreference¶
@LowLevelApi
fun HasReadPreference.readReadPreference(): ReadPreference
readSizeInBytes¶
@LowLevelApi
fun HasCapped.readSizeInBytes(): Long?
readSkip¶
@LowLevelApi
fun HasSkip.readSkip(): Int
readSortDocument¶
@LowLevelApi
fun HasSort<*>.readSortDocument(): Bson?
readValidationAction¶
@LowLevelApi
fun HasValidation<*>.readValidationAction(): ValidationAction?
readValidationLevel¶
@LowLevelApi
fun HasValidation<*>.readValidationLevel(): ValidationLevel?
readValidator¶
@LowLevelApi
fun HasValidation<*>.readValidator(): Bson?
toJava¶
@LowLevelApi
fun CountOptions<*>.toJava(): CountOptions
@LowLevelApi
fun CreateCollectionOptions<*>.toJava(): CreateCollectionOptions
@LowLevelApi
fun InsertManyOptions<*>.toJava(): InsertManyOptions
@LowLevelApi
fun InsertOneOptions<*>.toJava(): InsertOneOptions