Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ClientConfigDiagnostic type

Package:
@azure/cosmos

This type holds information related to initialization of CosmosClient

type ClientConfigDiagnostic = {
 aadCredentialsConfigured: boolean
 aadScopeOverride?: 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
}