Grafeas v1 API - Class Distribution (3.5.0)

 public sealed class Distribution : IMessage<Distribution>, IEquatable<Distribution>, IDeepCloneable<Distribution>, IBufferMessage, IMessage 

Reference documentation and code samples for the Grafeas v1 API class Distribution.

This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.

Inheritance

object > Distribution

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Distribution()

 public Distribution() 

Distribution(Distribution)

 public Distribution(Distribution other) 
Parameter
Name
Description
other

Properties

Architecture

 public Architecture Architecture { get; set; } 

The CPU architecture for which packages in this distribution channel were built.

Property Value
Type
Description

CpeUri

 public string CpeUri { get; set; } 

The cpe_uri in CPE format denoting the package manager version distributing a package.

Property Value
Type
Description

Description

 public string Description { get; set; } 

The distribution channel-specific description of this package.

Property Value
Type
Description

LatestVersion

 public Version LatestVersion { get; set; } 

The latest available version of this package in this distribution channel.

Property Value
Type
Description

Maintainer

 public string Maintainer { get; set; } 

A freeform string denoting the maintainer of this package.

Property Value
Type
Description

Url

 public string Url { get; set; } 

The distribution channel-specific homepage for this package.

Property Value
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: