data class GetCatalogTablePlainArgs(val catalogId: String? = null, val databaseName: String, val name: String, val queryAsOfTime: String? = null, val transactionId: Int? = null) : ConvertibleToJava<GetCatalogTablePlainArgs>
A collection of arguments for invoking getCatalogTable.
The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with transaction_id. Specified in RFC 3339 format, e.g. 2006-01-02T15:04:05Z07:00.