edgeport - v1.0.3
    Preparing search index...

    Interface StreamInfo

    Basic information about a JetStream stream, as returned by JetStreamManager.ensureStream.

    1.0.0

    interface StreamInfo {
        messages?: number;
        name: string;
        subjects: string[];
    }
    Index
    messages?: number

    The number of messages currently stored, when the server reports it.

    name: string

    The stream name.

    subjects: string[]

    The subjects the stream binds (captures published messages).