couchbase
    Preparing search index...

    Interface Cas

    CAS represents an opaque value which can be used to compare documents to determine if a change has occurred.

    interface Cas {
        toJSON(): any;
        toString(): string;
    }
    Index

    Methods

    • Generates a JSON representation of this CAS.

      Returns any

    • Generates a string representation of this CAS.

      Returns string