GetTableEntitiesItem

data class GetTableEntitiesItem(val partitionKey: String, val properties: Map<String, String>, val rowKey: String)

Constructors

Link copied to clipboard
constructor(partitionKey: String, properties: Map<String, String>, rowKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Partition Key of the Entity.

Link copied to clipboard

A map of any additional properties in key-value format.

Link copied to clipboard

Row Key of the Entity.