CountDocumentsOptions

external interface CountDocumentsOptions : Json

Functions

get
Link copied to clipboard
js
abstract operator fun get(propertyName: String): Any?
set
Link copied to clipboard
js
abstract operator fun set(propertyName: String, value: Any?)

Properties

collation
Link copied to clipboard
js
open var collation: Json?
hint
Link copied to clipboard
js
open var hint: dynamic
limit
Link copied to clipboard
js
open var limit: Int?
maxTimeMS
Link copied to clipboard
js
open var maxTimeMS: Int?
skip
Link copied to clipboard
js
open var skip: Int?