ClientConfigDiagnostic type
Ten typ zawiera informacje związane z inicjowaniem 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
}