DatabaseProductName
Sets the name of the database product exposed by the Avatica server. If not set, it is retrieved dynamically.
Possible Values
Auto, Phoenix, PostgreSQLData Type
string
Default Value
"Auto"
Remarks
Specifies the name of the database product that the Avatica server is exposing. Supported values are Phoenix and PostgreSQL. This property is used to adapt API requests and behavior based on the expected product type. If not set, the provider attempts to retrieve the product name dynamically from the Avatica server.