SchemaProperties

data class SchemaProperties(val compositePartitionKey: List<TablePartitionKey>? = null)

A Schema specifies the expected data model of the table.

Constructors

Link copied to clipboard
fun SchemaProperties(compositePartitionKey: List<TablePartitionKey>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard