TableIdentifier

A structure that describes a target table for resource linking.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Data Catalog in which the table resides.

Link copied to clipboard

The name of the catalog database that contains the target table.

Link copied to clipboard
val name: String?

The name of the target table.

Link copied to clipboard

Region of the target table.

Functions

Link copied to clipboard
inline fun copy(block: TableIdentifier.Builder.() -> Unit = {}): TableIdentifier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String