Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-postgres
v1
EndpointSettings
Interface EndpointSettings
A collection of settings for a compute endpoint.
interface
EndpointSettings
{
pgSettings
?:
Record
<
string
,
string
>
;
}
Index
Properties
pg
Settings?
Properties
Optional
pg
Settings
pgSettings
?:
Record
<
string
,
string
>
A raw representation of Postgres settings.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pg
Settings
Databricks SDK for JavaScript
Loading...
A collection of settings for a compute endpoint.