ContainerEvent interface
A container event.
Properties
count | The count of the event. |
first |
Date/time of the first event. |
last |
Date/time of the last event. |
message | The event message |
name | The name of the container event. |
type | The event type. |
Property Details
count
The count of the event.
count?: number
Property Value
number
firstTimestamp
Date/time of the first event.
firstTimestamp?: string
Property Value
string
lastTimestamp
Date/time of the last event.
lastTimestamp?: string
Property Value
string
message
The event message
message?: string
Property Value
string
name
The name of the container event.
name?: string
Property Value
string
type
The event type.
type?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript