GeoLeaf Core API - v3.0.0
    Preparing search index...

    Per-layer synchronisation settings, resolved from the layer configuration.

    interface LayerSyncConfig {
        layerId: string;
        mode: LayerSyncMode;
        eviction: EvictionClass;
        maxFeatures?: number;
    }
    Index

    Properties

    layerId: string
    eviction: EvictionClass

    Records holding unsynchronised work are always never, whatever this says.

    maxFeatures?: number

    Hard cap on features pulled for this layer.