Member Junction
    Preparing search index...

    Result of a set operation

    interface SetOperationResult {
        inputSetIds: string[];
        operation: SetOperation;
        resultCount: number;
        resultRecordIds: string[];
    }
    Index

    Properties

    inputSetIds: string[]
    operation: SetOperation
    resultCount: number
    resultRecordIds: string[]