Field

Data Type

Description

Id

String (Guid)

Identifies the event. An event counter that is maintained by the producer.

Source

String

MaxLength: 250

MinLength: 0

Nullable: true

Identifies the context in which an event happened.

Often this will include information such as the type of the event source,

the organization publishing the event or the process that produced the event.

SpecVersion

String

MaxLength: 4

MinLength: 0

The version of the CloudEvents specification which the event uses.

Type

String

MaxLength: 250

MinLength: 0

This attribute contains a value describing the type of event related to the originating occurrence.

Subject

String

MaxLength: 250

MinLength: 0

Nullable: true

This describes the subject of the event in the context of the event producer (identified by source).

Time

String (date-time)

Nullable: true

UTC Time stamp of when the occurrence happened.

DataContentType

String

MaxLength: 50

MinLength: 0

Nullable: true

Content type of data value.

Data

String

Nullable: true

Data of Events

EventTypeId

Integer (Int32)

Id of the event type