[[["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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eDistribution\u003c/code\u003e class within the Grafeas v1 API, offering code samples and detailed information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class represents a specific distribution channel for a given software package, exemplified by a Debian dpkg mirror.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eProperties of the \u003ccode\u003eDistribution\u003c/code\u003e class include \u003ccode\u003eArchitecture\u003c/code\u003e, \u003ccode\u003eCpeUri\u003c/code\u003e, \u003ccode\u003eDescription\u003c/code\u003e, \u003ccode\u003eLatestVersion\u003c/code\u003e, \u003ccode\u003eMaintainer\u003c/code\u003e, and \u003ccode\u003eUrl\u003c/code\u003e, each providing specific information about the package's distribution.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the Grafeas V1 are documented, with version 3.7.0 being the latest available version, and versions going back to 2.2.0.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class Distribution (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Distribution)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.Distribution)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.Distribution)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.Distribution)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.Distribution)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.Distribution)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.Distribution)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.Distribution)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.Distribution)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.Distribution)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.Distribution)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.Distribution)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.Distribution) \n\n public sealed class Distribution : IMessage\u003cDistribution\u003e, IEquatable\u003cDistribution\u003e, IDeepCloneable\u003cDistribution\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Grafeas v1 API class Distribution.\n\nThis represents a particular channel of distribution for a given package.\nE.g., Debian's jessie-backports dpkg mirror. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Distribution \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Distribution](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Distribution), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Distribution](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Distribution), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Distribution](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Distribution), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.dll\n\nConstructors\n------------\n\n### Distribution()\n\n public Distribution()\n\n### Distribution(Distribution)\n\n public Distribution(Distribution other)\n\nProperties\n----------\n\n### Architecture\n\n public Architecture Architecture { get; set; }\n\nThe CPU architecture for which packages in this distribution channel were\nbuilt.\n\n### CpeUri\n\n public string CpeUri { get; set; }\n\nThe cpe_uri in [CPE format](https://cpe.mitre.org/specification/)\ndenoting the package manager version distributing a package.\n\n### Description\n\n public string Description { get; set; }\n\nThe distribution channel-specific description of this package.\n\n### LatestVersion\n\n public Version LatestVersion { get; set; }\n\nThe latest available version of this package in this distribution channel.\n\n### Maintainer\n\n public string Maintainer { get; set; }\n\nA freeform string denoting the maintainer of this package.\n\n### Url\n\n public string Url { get; set; }\n\nThe distribution channel-specific homepage for this package."]]