SongGuess
    Preparing search index...

    Result type indicating a mutation on the Vectorize Index. Actual mutations are processed async where the mutationId is the unique identifier for the operation.

    interface VectorizeAsyncMutation {
        mutationId: string;
    }
    Index

    Properties

    Properties

    mutationId: string

    The unique identifier for the async mutation operation containing the changeset.