DatabaseProductName Parameter (Connect-ApachePhoenix Cmdlet)
Sets the name of the database product exposed by the Avatica server. If not set, it is retrieved dynamically.
Syntax
Connect-ApachePhoenix -DatabaseProductName string
Possible Values
Auto, Phoenix, PostgreSQLData Type
cstr
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 本製品 attempts to retrieve the product name dynamically from the Avatica server.