ConnectionUriProperties interface
Connection uri parameters for the associated database
Properties
branch |
Branch Id associated with this connection |
connection |
connection uri returned for the database |
database |
Database name associated with this connection |
endpoint |
the endpoint Id with this connection |
is |
Indicates if the connection is pooled |
project |
Project Id associated with this connection |
role |
The role name used for authentication |
Property Details
branchId
Branch Id associated with this connection
branchId?: string
Property Value
string
connectionStringUri
connection uri returned for the database
connectionStringUri?: string
Property Value
string
databaseName
Database name associated with this connection
databaseName?: string
Property Value
string
endpointId
the endpoint Id with this connection
endpointId?: string
Property Value
string
isPooled
Indicates if the connection is pooled
isPooled?: boolean
Property Value
boolean
projectId
Project Id associated with this connection
projectId?: string
Property Value
string
roleName
The role name used for authentication
roleName?: string
Property Value
string