Values_1.TableIdentifierSourceA structure that describes a target table for resource linking.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the table resides.
*)databaseName : Values_0.NameString.t option;The name of the catalog database that contains the target table.
*)name : Values_0.NameString.t option;The name of the target table.
*)region : Values_0.NameString.t option;Region of the target table.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]