Event interface

A container group or container instance event.

Properties

count

The count of the event. NOTE: This property will not be serialized. It can only be populated by the server.

firstTimestamp

The date-time of the earliest logged event. NOTE: This property will not be serialized. It can only be populated by the server.

lastTimestamp

The date-time of the latest logged event. NOTE: This property will not be serialized. It can only be populated by the server.

message

The event message. NOTE: This property will not be serialized. It can only be populated by the server.

name

The event name. NOTE: This property will not be serialized. It can only be populated by the server.

type

The event type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

count

The count of the event. NOTE: This property will not be serialized. It can only be populated by the server.

count?: number

Property Value

number

firstTimestamp

The date-time of the earliest logged event. NOTE: This property will not be serialized. It can only be populated by the server.

firstTimestamp?: Date

Property Value

Date

lastTimestamp

The date-time of the latest logged event. NOTE: This property will not be serialized. It can only be populated by the server.

lastTimestamp?: Date

Property Value

Date

message

The event message. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

name

The event name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

type

The event type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string