Senzing Node.js SDK
    Preparing search index...

    Interface SetFeatureOptions

    interface SetFeatureOptions {
        feature: string;
        candidates?: string;
        anonymize?: string;
        derived?: string;
        history?: string;
        matchkey?: string;
        behavior?: string;
        class?: string;
        version?: number;
        rtypeId?: number;
    }
    Index

    Properties

    feature: string
    candidates?: string
    anonymize?: string
    derived?: string
    history?: string
    matchkey?: string
    behavior?: string
    class?: string
    version?: number
    rtypeId?: number