couchbase
    Preparing search index...

    Interface MutationToken

    Represents the mutation token returned by the server.

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

    Methods

    • Generates a JSON representation of this mutation token.

      Returns any

    • Generates a string representation of this mutation token.

      Returns string