Membrane SDK - v0.2.1
    Preparing search index...

    Type Alias DataCollectionEventTypeSpec

    type DataCollectionEventTypeSpec = {
        type: "push" | "pull";
        isFullScan?: boolean;
        isIdOnly?: boolean;
    }
    Index

    Properties

    type: "push" | "pull"
    isFullScan?: boolean
    isIdOnly?: boolean