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

    Class S2Basin

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Create a basin-scoped client that talks to https://{basin}.b.aws.s2.dev/v1.

      Use this to work with streams inside a single basin.

      Parameters

      • name: string

        Basin name

      • options: {
            accessToken: Redacted;
            baseUrl: string;
            includeBasinHeader: boolean;
            retryConfig?: RetryConfig;
        }

        Configuration for the basin-scoped client

      Returns S2Basin

    Properties

    name: string
    streams: S2Streams

    Methods