All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lightningkite.lightningdb.QueryPartial.kt Maven / Gradle / Ivy

package com.lightningkite.lightningdb

import com.lightningkite.khrysalis.IsCodableAndHashable
import kotlinx.serialization.Serializable

@Serializable
data class QueryPartial(
    val fields: Set>,
    val condition: Condition = Condition.Always(),
    val orderBy: List> = listOf(),
    val skip: Int = 0,
    val limit: Int = 100,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy