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."],[[["This webpage documents the `ImageOccurrence` class, which represents details of a derived Docker image within the `Grafeas.V1` namespace."],["The `ImageOccurrence` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It offers properties like `BaseResourceUrl`, `Distance`, `Fingerprint`, and `LayerInfo`, providing information about the derived image's base, layer differences, and unique identifier."],["The latest version of the documentation is version 3.7.0, with several previous versions available for reference, and the content provided focuses on version 2.3.0."],["This class includes constructors that allow creating new instances, either empty or by copying an existing `ImageOccurrence` object."]]],[]]