Edit

Share via


PackageMetadata Class

Definition

Represents a downloadable package.

[System.Runtime.Serialization.DataContract]
public class PackageMetadata
type PackageMetadata = class
Public Class PackageMetadata
Inheritance
PackageMetadata
Attributes

Constructors

PackageMetadata()

Properties

CreatedOn

The date the package was created

DownloadUrl

A direct link to download the package.

Filename

The UI uses this to display instructions, i.e. "unzip MyAgent.zip"

HashValue

MD5 hash as a base64 string

InfoUrl

A link to documentation

Platform

The platform (win7, linux, etc.)

Type

The type of package (e.g. "agent")

Version

The package version.

Applies to