GetTableEntityPlainArgs

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

A collection of arguments for invoking getTableEntity.

Constructors

Link copied to clipboard
constructor(partitionKey: String, rowKey: String, storageAccountName: String, tableName: 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 name of the Storage Account where the Table exists.

Link copied to clipboard

The name of the Table.

Functions

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