StoreStat: {
    count: number;
    firstCreated?: Date;
    firstId?: number;
    lastCreated?: Date;
    lastId?: number;
    name: string;
}

Basic event store statistics TODO: implement as projection of all events (by artifact)

Type declaration

  • count: number
  • Optional firstCreated?: Date
  • Optional firstId?: number
  • Optional lastCreated?: Date
  • Optional lastId?: number
  • name: string

Generated using TypeDoc