Entity

    Interface IncrementLoadCountEvent

    Event used to record dataloader, cache, and database load counts in EntityDataManager.

    interface IncrementLoadCountEvent {
        entityClassName: string;
        fieldValueCount: number;
        loadType: EntityLoadMethodType;
        type: IncrementLoadCountEventType;
    }
    Index

    Properties

    entityClassName: string

    Class name of the Entity being loaded.

    fieldValueCount: number

    Number of field values being loaded for this call.

    Load method type for this event.

    Type of this event.

    MMNEPVFCICPMFPCPTTAAATR