BrowsableCatalogs Parameter (Connect-GoogleBigQuery Cmdlet)
Optional setting that restricts the catalogs reported to a subset of all available catalogs. For example, BrowsableCatalogs=CatalogA,CatalogB,CatalogC .
Syntax
Connect-GoogleBigQuery -BrowsableCatalogs string
Data Type
cstr
Default Value
""
Remarks
Listing all available database catalogs can take extra time, thus degrading performance. Providing a list of catalogs in the connection string saves time and improves performance.