共用方式為


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
}