output
    Preparing search index...
    • Creates a new event.

      Parameters

      • args: { details: unknown; id: string; kind: string; name: string }
        • details: unknown

          Arbitrary data to add to this event, it will be used as the "input" field.

        • id: string

          A unique id for the Event.

        • kind: string

          The kind of Event, like HTTP, DiskWrite, DBOp, etc.

        • name: string

          The human-friendly name of the Event: query, request, create.

      Returns void