DockerSdk
the .NET SDK for Docker
Properties | List of all members
DockerSdk.Containers.Events.ContainerEvent Class Reference

Represents an event emitted by the Docker daemon about a container. More...

Inheritance diagram for DockerSdk.Containers.Events.ContainerEvent:
DockerSdk.Events.Event DockerSdk.Events.IEventLowLevel DockerSdk.Containers.Events.ContainerCreatedEvent DockerSdk.Containers.Events.ContainerDeletedEvent DockerSdk.Containers.Events.ContainerExitedEvent DockerSdk.Containers.Events.ContainerPausedEvent DockerSdk.Containers.Events.ContainerRestartCompletedEvent DockerSdk.Containers.Events.ContainerSignalledEvent DockerSdk.Containers.Events.ContainerStartedEvent DockerSdk.Containers.Events.ContainerStopCompletedEvent DockerSdk.Containers.Events.ContainerUnpausedEvent

Properties

ContainerFullId ContainerId [get]
 Gets the container's ID. More...
 
ContainerName? ContainerName [get]
 Gets the container's name, if it was included in the event details. More...
 
ContainerEventType EventType [get]
 Gets the type of event that this is. More...
 
ImageReference? ImageReference [get]
 Gets a reference to the container's image, if it was included in the event details. More...
 
- Properties inherited from DockerSdk.Events.Event
EventSubjectType SubjectType [get]
 
DateTimeOffset Timestamp [get]
 Gets the date and time at which the event occurred, in UTC, per the daemon's clock. More...
 
- Properties inherited from DockerSdk.Events.IEventLowLevel
EventSubjectType SubjectType [get]
 Gets a value indicating what type of thing the event is about. More...
 
string ActorId [get]
 Gets the full ID of the event's subject. More...
 
string Action [get]
 Gets a value indicating the type of event this is. More...
 
IReadOnlyDictionary< string, string > ActorDetails [get]
 Gets a dictionary of supplementary information provided by the daemon about the event's subject. The keys that appear here vary by subject type, event type, and the specifics of the subject. More...
 
DateTimeOffset Timestamp [get]
 Gets the date and time at which the event occurred, in UTC, per the daemon's clock. More...
 

Detailed Description

Represents an event emitted by the Docker daemon about a container.

Property Documentation

◆ ContainerId

ContainerFullId DockerSdk.Containers.Events.ContainerEvent.ContainerId
get

Gets the container's ID.

◆ ContainerName

ContainerName? DockerSdk.Containers.Events.ContainerEvent.ContainerName
get

Gets the container's name, if it was included in the event details.

◆ EventType

ContainerEventType DockerSdk.Containers.Events.ContainerEvent.EventType
get

Gets the type of event that this is.

◆ ImageReference

ImageReference? DockerSdk.Containers.Events.ContainerEvent.ImageReference
get

Gets a reference to the container's image, if it was included in the event details.


The documentation for this class was generated from the following file: