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

Represents a notification that a tag has been removed from a local image. More...

Inheritance diagram for DockerSdk.Images.Events.ImageTaggedEvent:
DockerSdk.Images.Events.ImageEvent DockerSdk.Events.Event DockerSdk.Events.IEventLowLevel

Properties

ImageFullId ImageId [get]
 Gets the ID of the tagged image. More...
 
ImageName ImageName [get]
 Gets the tag. More...
 
- Properties inherited from DockerSdk.Images.Events.ImageEvent
ImageEventType EventType [get]
 Gets the type of event that this is. More...
 
ImageReference ImageReference [get]
 Gets a reference to the image. 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 a notification that a tag has been removed from a local image.

When Docker updates an existing tag to point to a different image, it emits this event but does not also emit an untag event for the old image.

This event can be raised from the Docker CLI with either docker image untag or docker image rm.

Property Documentation

◆ ImageId

ImageFullId DockerSdk.Images.Events.ImageTaggedEvent.ImageId
get

Gets the ID of the tagged image.

◆ ImageName

ImageName DockerSdk.Images.Events.ImageTaggedEvent.ImageName
get

Gets the tag.


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