Back to Node Auth0

Interface OffsetOnly

docs/interfaces/management.Management.EventStreamSubscribeEventsResponseContent.OffsetOnly.html

5.9.11.0 KB
Original Source

Interface OffsetOnly

An offset-only heartbeat message. Advances the cursor without delivering an event.

interface OffsetOnly {
offset: string;
type: "offset-only";
}

Hierarchy (View Summary)

Index

Properties

offsettype

Properties

offset

offset: string

Opaque cursor representing the latest position in the stream. Pass as the from query parameter to resume.

type

type: "offset-only"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offsettype