Table Schema Composite Partition Key
data class TableSchemaCompositePartitionKey(val enforcementInRecord: String? = null, val name: String? = null, val type: String)
Constructors
Link copied to clipboard
fun TableSchemaCompositePartitionKey(enforcementInRecord: String? = null, name: String? = null, type: String)