@s2-dev/streamstore - v0.18.1
    Preparing search index...

    Interface TransportConfig

    Streaming types used for reading from streams.

    interface TransportConfig {
        accessToken: Redacted;
        baseUrl: string;
        basinName?: string;
        forceTransport?: SessionTransports;
        retry?: RetryConfig;
    }
    Index

    Properties

    accessToken: Redacted
    baseUrl: string
    basinName?: string

    Basin name to include in s2-basin header when using account endpoint

    forceTransport?: SessionTransports
    retry?: RetryConfig

    Retry configuration inherited from the top-level client