Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventData

Package version

EventData is the interface that describes the event data to be sent to Event Hub. A simple instance can be { body: "your-data" }.

interface

Hierarchy

  • EventData

Index

Properties

Properties

body

body: any
property

The message body that needs to be sent.

Optional properties

properties: undefined | object
property

Set of key value pairs that can be used to set properties specific to user application.

Generated using TypeDoc