GetTableEntityPlainArgs

data class GetTableEntityPlainArgs(val partitionKey: String, val rowKey: String, val storageTableId: String) : ConvertibleToJava<GetTableEntityPlainArgs>

A collection of arguments for invoking getTableEntity.

Constructors

Link copied to clipboard
constructor(partitionKey: String, rowKey: String, storageTableId: String)

Properties

Link copied to clipboard

The key for the partition where the entity will be retrieved.

Link copied to clipboard

The key for the row where the entity will be retrieved.

Link copied to clipboard

The Storage Table ID where the entity exists.

Functions

Link copied to clipboard
open override fun toJava(): GetTableEntityPlainArgs