This represents an event that was read from a Pravega Segment and the offset at which the event was read from.

Hierarchy

  • Event

Properties

Properties

data: (() => ArrayBuffer)

Type declaration

    • (): ArrayBuffer
    • Return the event data as ArrayBuffer.

      Returns

      ArrayBuffer that contains raw data.

      Returns ArrayBuffer

offset: (() => number)

Type declaration

    • (): number
    • Return the event offset in the segment.

      Returns

      offset

      Returns number

toString: (() => string)

Type declaration

    • (): string
    • Returns string

Generated using TypeDoc