Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ClientSideRequestStatistics type
- Package:
- @azure/cosmos
This is a collection type for all client side diagnostic information.
type ClientSideRequestStatistics = {
encryptionDiagnostics?: EncryptionDiagnostics
gatewayStatistics: GatewayStatistics[]
locationEndpointsContacted: string[]
metadataDiagnostics: MetadataLookUpDiagnostics
requestDurationInMs: number
requestStartTimeUTCInMs: number
retryDiagnostics: RetryDiagnostics
totalRequestPayloadLengthInBytes: number
totalResponsePayloadLengthInBytes: number
}
