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

    Interface CreateBasinInput

    Input for creating a basin.

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

    Properties

    basin: string

    Basin name which must be globally unique. It can be between 8 and 48 characters in length, and comprise lowercase letters, numbers and hyphens. It cannot begin or end with a hyphen.

    config?: BasinConfig

    Basin configuration.

    location?: string

    Basin location.