Member Junction
    Preparing search index...

    A single dated event/activity row scoped to a target record.

    interface DatedRow {
        Date: Date;
        Row: SourceRow;
    }
    Index

    Properties

    Properties

    Date: Date

    The event's timestamp.

    The underlying source row (carried through for aggregate computations).