Senzing Node.js SDK
    Preparing search index...

    Interface AddDataSourceOptions

    interface AddDataSourceOptions {
        code: string;
        retentionLevel?: string;
        conversational?: string;
        reliability?: number;
    }
    Index

    Properties

    code: string
    retentionLevel?: string
    conversational?: string
    reliability?: number