GetTablePlainArgs

data class GetTablePlainArgs(val databaseName: String, val name: String) : ConvertibleToJava<GetTablePlainArgs>

A collection of arguments for invoking getTable.

Constructors

Link copied to clipboard
constructor(databaseName: String, name: String)

Properties

Link copied to clipboard

Name of the Timestream database.

Link copied to clipboard

Name of the Timestream table.

Functions

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