GetTableEntityResult

data class GetTableEntityResult(val entity: Map<String, String>, val id: String, val partitionKey: String, val rowKey: String, val storageTableId: String)

A collection of values returned by getTableEntity.

Constructors

Link copied to clipboard
constructor(entity: Map<String, String>, id: String, partitionKey: String, rowKey: String, storageTableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of key/value pairs that describe the entity to be stored in the storage table.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard