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 details the `ImageOccurrence` class within the `Grafeas.V1` namespace, providing comprehensive information about its structure and usage in .NET development."],["The `ImageOccurrence` class, which is derived from a DockerImage relationship, includes properties such as `BaseResourceUrl`, `Distance`, `Fingerprint`, and `LayerInfo`, which are used to understand the details and metadata of an image."],["The document shows versioning history for `ImageOccurrence` with the latest being 3.7.0 and it highlights implementation of multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, for `ImageOccurrence` and lists the inherited members."],["The documentation includes two constructors for the ImageOccurrence class, one default, and another that takes another ImageOccurrence instance as a parameter."]]],[]]