OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for FaasDocumentOperationValues enum definition

    Describes the type of the operation that was performed on the data.

    Use the FAASDOCUMENTOPERATIONVALUES_XXXXX constants rather than the FaasDocumentOperationValues.XXXXX for bundle minification.

    type FaasDocumentOperationValues = {
        DELETE: "delete";
        EDIT: "edit";
        INSERT: "insert";
    }
    Index
    DELETE: "delete"

    When an object is deleted.

    EDIT: "edit"

    When an object is modified.

    INSERT: "insert"

    When a new object is created.