Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PackageMetadata

Represents a downloadable package.

Hierarchy

  • PackageMetadata

Index

Properties

Optional createdOn

createdOn: Date

The date the package was created

Optional downloadUrl

downloadUrl: string

A direct link to download the package.

Optional filename

filename: string

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

Optional hashValue

hashValue: string

MD5 hash as a base64 string

Optional infoUrl

infoUrl: string

A link to documentation

Optional platform

platform: string

The platform (win7, linux, etc.)

Optional type

type: string

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

Optional version

The package version.

Generated using TypeDoc