DatastoreSchemaDefinition

data class DatastoreSchemaDefinition(val columns: List<DatastoreColumn>? = null)

Constructors

Link copied to clipboard
constructor(columns: List<DatastoreColumn>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies one or more columns that store your data. Each schema can have up to 100 columns. Each column can have up to 100 nested types.