MDAA TS Docs
    Preparing search index...

    Data capture configuration for endpoint.

    interface EndpointDataCaptureConfig {
        csvContentTypes?: string[];
        enableCapture?: boolean;
        jsonContentTypes?: string[];
        samplingPercentage?: number;
    }
    Index

    Properties

    csvContentTypes?: string[]

    CSV content types to capture

    enableCapture?: boolean

    Enable data capture (default: false)

    jsonContentTypes?: string[]

    JSON content types to capture

    samplingPercentage?: number

    Sampling percentage 0-100 (default: 100)