interface UnsetField {
    $unsetField: {
        field: StringExpression<string>;
        input?: string | ArrayElemAt | First | Last | Reduce | Literal | Function | MergeObjects | SetField | UnsetField | DateToParts | RegexFind;
    };
}

Properties

Properties

$unsetField: {
    field: StringExpression<string>;
    input?: string | ArrayElemAt | First | Last | Reduce | Literal | Function | MergeObjects | SetField | UnsetField | DateToParts | RegexFind;
}

Removes a specified field in a document.

Type declaration