@nats-io/obj
    Preparing search index...

    Type Alias ObjectStoreMetaOptions

    type ObjectStoreMetaOptions = {
        link?: ObjectStoreLink;
        max_chunk_size?: number;
    }
    Index

    Properties

    If set, the object is a reference to another entry.

    max_chunk_size?: number

    The maximum size in bytes for each chunk. Note that if the size exceeds the maximum size of a stream entry, the number will be clamped to the streams maximum.