couchbase
    Preparing search index...

    Interface UpdateCollectionSettings

    The settings which should be updated on the collection.

    interface UpdateCollectionSettings {
        history?: boolean;
        maxExpiry?: number;
    }
    Index

    Properties

    Properties

    history?: boolean

    The history retention override setting in this collection. Only supported on Magma Buckets.

    maxExpiry?: number

    The maximum expiry for documents in this collection.