Share via


ConnectionUriProperties interface

Connection uri parameters for the associated database

Properties

branchId

Branch Id associated with this connection

connectionStringUri

connection uri returned for the database

databaseName

Database name associated with this connection

endpointId

the endpoint Id with this connection

isPooled

Indicates if the connection is pooled

projectId

Project Id associated with this connection

roleName

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