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

    Interface StreamOptions

    interface StreamOptions {
        encryptionKey?: EncryptionKeyInput;
        forceTransport?: SessionTransports;
    }
    Index

    Properties

    encryptionKey?: EncryptionKeyInput

    Client-supplied encryption key for append/read operations on this stream.

    Accepts either base64-encoded key material or raw bytes.

    forceTransport?: SessionTransports