Member Junction
    Preparing search index...

    A default field mapping from the connector's default configuration

    interface DefaultFieldMappingResult {
        DestinationFieldName: string;
        IsKeyField?: boolean;
        SourceFieldName: string;
    }
    Index

    Properties

    DestinationFieldName: string
    IsKeyField?: boolean
    SourceFieldName: string