ClientConfigDiagnostic type

This type holds information related to initialization of 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
}