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

    Type Alias StreamConfig

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type StreamConfig = {
        delete_on_empty?: null | DeleteOnEmptyConfig;
        retention_policy?: null | RetentionPolicy;
        storage_class?: null | StorageClass;
        timestamping?: null | TimestampingConfig;
    }
    Index

    Properties

    delete_on_empty?: null | DeleteOnEmptyConfig
    retention_policy?: null | RetentionPolicy
    storage_class?: null | StorageClass
    timestamping?: null | TimestampingConfig