ConnectionOptions
Tuning knobs for a Connection. Every option is optional: the defaults
suit a spawned host, so most applications never pass this at all.
Properties
Section titled “Properties”| Property | Type | Stability | Presence | Description |
|---|---|---|---|---|
frameLimitBytes |
number |
optional | ||
mintCommandId |
() => string |
optional | ||
mintRequestId |
() => RequestId |
optional | Injectable for deterministic transcript clients; values must be unique in flight. |
Source
clients/sdk-ts/src/connection/connection.ts:63
{ "kind": "Interface", "canonicalPath": "ConnectionOptions"}