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
}