PackageMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |