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

commonMain.maryk.rocksdb.Snapshot.kt Maven / Gradle / Ivy

package maryk.rocksdb

/** Snapshot of database */
expect class Snapshot : RocksObject {
    /** Return the associated sequence number */
    fun getSequenceNumber(): Long
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy