Member Junction
    Preparing search index...
    type EntitySyncConfig = {
        EntityDocumentID: string;
        IncludeInSync: boolean;
        Interval: number;
        LastRunDate: string;
        RunViewParams: RunViewParams;
        VectorID: number;
        VectorIndexID: number;
    }
    Index

    Properties

    EntityDocumentID: string

    The ID of the entity document to use

    IncludeInSync: boolean

    If the given entity should be included in the sync

    Interval: number

    The time, in seconds, inbetween each run

    LastRunDate: string

    The last time the sync was run for this entitiy format is Month day, year hour:minute:second e.g. August 19, 1975 23:15:30

    RunViewParams: RunViewParams

    The parameters to use when running the dynamic view. Note that the EntityName property will be overriden and set to the value of the Entity Document's Type field

    VectorID: number

    The ID of the vector databse to use

    VectorIndexID: number

    The ID of the vector index to use