@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface PostgresStateStoreOptions

    interface PostgresStateStoreOptions {
        tableName?: string;
        maxDocumentBytes?: number;
    }
    Index

    Properties

    tableName?: string

    Table name. Must contain only lowercase letters, digits, and underscores. Defaults to "adcp_state".

    maxDocumentBytes?: number

    Max bytes per document. Defaults to DEFAULT_MAX_DOCUMENT_BYTES.