RunConnectionDiagnosticsOptions
Defined in: src/diagnostics/index.ts:78
Options accepted by runConnectionDiagnostics.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
client | TransferClient | Transfer client used to open the session. | src/diagnostics/index.ts:80 |
listPath? | string | Path passed to the optional fs.list probe. Defaults to "/". | src/diagnostics/index.ts:84 |
now? | () => number | Optional clock injected for deterministic test timings. Defaults to performance.now. | src/diagnostics/index.ts:90 |
probeList? | boolean | When false, skips the fs.list probe. Defaults to true. | src/diagnostics/index.ts:86 |
profile | ConnectionProfile | Connection profile to probe. | src/diagnostics/index.ts:82 |
sampleSize? | number | Maximum number of entries retained in the result sample. Defaults to 5. | src/diagnostics/index.ts:88 |