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

    Interface EnsureBasinInput

    Input for ensuring a basin.

    interface EnsureBasinInput {
        basin: string;
        config?: BasinConfig;
        location?: string;
    }
    Index

    Properties

    basin: string

    Basin name.

    config?: BasinConfig

    Desired configuration for the basin.

    If omitted, the basin is ensured with the default configuration.

    location?: string

    Basin location.

    If omitted when creating, uses the default location for the service. Cannot be changed once set.