다음을 통해 공유


ConnectionUriProperties interface

연결된 데이터베이스에 대한 연결 URI 매개 변수

속성

branchId

이 연결과 연결된 분기 ID

connectionStringUri

데이터베이스에 대해 반환된 연결 URI

databaseName

이 연결과 연결된 데이터베이스 이름

endpointId

이 연결이 있는 엔드포인트 ID

isPooled

연결이 풀형인지를 나타냅니다.

projectId

이 연결과 연결된 프로젝트 ID

roleName

인증에 사용되는 역할 이름

속성 세부 정보

branchId

이 연결과 연결된 분기 ID

branchId?: string

속성 값

string

connectionStringUri

데이터베이스에 대해 반환된 연결 URI

connectionStringUri?: string

속성 값

string

databaseName

이 연결과 연결된 데이터베이스 이름

databaseName?: string

속성 값

string

endpointId

이 연결이 있는 엔드포인트 ID

endpointId?: string

속성 값

string

isPooled

연결이 풀형인지를 나타냅니다.

isPooled?: boolean

속성 값

boolean

projectId

이 연결과 연결된 프로젝트 ID

projectId?: string

속성 값

string

roleName

인증에 사용되는 역할 이름

roleName?: string

속성 값

string