ClientConfigDiagnostic type
이 형식은 의 초기화와 관련된 정보를 보유합니다. CosmosClient
type ClientConfigDiagnostic = {
aadCredentialsConfigured: boolean
agentConfigured: boolean
connectionPolicyConfigured: boolean
consistencyLevel?: keyof typeof ConsistencyLevel
defaultHeaders?: { [key: string]: any }
diagnosticLevel?: CosmosDbDiagnosticLevel
endpoint: string
pluginsConfigured: boolean
resourceTokensConfigured: boolean
sDKVersion: string
tokenProviderConfigured: boolean
userAgentSuffix: string
}