MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.storage.base
/
BaseStorage
/
SchemaTableSpec
Schema
Table
Spec
object
SchemaTableSpec
:
StorageTableSpec
Members
Properties
name
Link copied to clipboard
val
name
:
String
schema
Version
Link copied to clipboard
val
schemaVersion
:
Long
=
0
support
Expiration
Link copied to clipboard
val
supportExpiration
:
Boolean
support
Partitions
Link copied to clipboard
val
supportPartitions
:
Boolean
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
schema
Upgrade
Link copied to clipboard
open
suspend override
fun
schemaUpgrade
(
oldTable
:
BaseStorageTable
)