GetTableEntitiesPlainArgs

data class GetTableEntitiesPlainArgs(val filter: String, val selects: List<String>? = null, val storageTableId: String) : ConvertibleToJava<GetTableEntitiesPlainArgs>

A collection of arguments for invoking getTableEntities.

Constructors

Link copied to clipboard
constructor(filter: String, selects: List<String>? = null, storageTableId: String)

Properties

Link copied to clipboard

The filter used to retrieve the entities.

Link copied to clipboard
val selects: List<String>? = null

A list of properties to select from the returned Storage Table Entities.

Link copied to clipboard

The Storage Table ID where the entities exist.

Functions

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