ServerlessDbOptions

data class ServerlessDbOptions @JvmOverloads constructor(baseUrl: String?, offlineData: String?, persist: Boolean?, connect: Boolean?, completeSubscriptionOnCancelation: Boolean?, websocket: ServerlessDbOptions.Companion.WebSocketOptions?, statPeriodMs: Long?)

Types

Companion
Link copied to clipboard
object Companion

Properties

baseUrl
Link copied to clipboard
val baseUrl: String? = null
completeSubscriptionOnCancelation
Link copied to clipboard
val completeSubscriptionOnCancelation: Boolean? = null
connect
Link copied to clipboard
val connect: Boolean? = null
offlineData
Link copied to clipboard
val offlineData: String? = null
persist
Link copied to clipboard
val persist: Boolean? = null
statPeriodMs
Link copied to clipboard
val statPeriodMs: Long? = null
websocket
Link copied to clipboard
val websocket: ServerlessDbOptions.Companion.WebSocketOptions? = null