public sealed class ImageOccurrence : IMessage<ImageOccurrence>, IEquatable<ImageOccurrence>, IDeepCloneable<ImageOccurrence>, IBufferMessage, IMessage
Details of the derived image portion of the DockerImage relationship. This
image would be produced from a Dockerfile with FROM <DockerImage.Basis in
attached Note>.
This contains layer-specific metadata, if populated it has length
"distance" and is ordered with [distance] being the layer immediately
following the base image and [1] being the final layer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ImageOccurrence` class, part of the `Grafeas.V1` namespace, provides details about a derived image within a DockerImage relationship, produced from a Dockerfile."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for working with image data."],["It contains properties like `BaseResourceUrl`, `Distance`, `Fingerprint`, and `LayerInfo` to describe the derived image's characteristics, such as its base image URL, the number of layers it differs from the base, its fingerprint, and metadata about each layer."],["The latest version of the `ImageOccurrence` can be found at the version 3.7.0 link, with previous versions ranging from 2.2.0 to 3.6.0 also linked."],["The `ImageOccurrence` can be instantiated via constructor, with no parameters or by passing in an existing instance of itself."]]],[]]