Show / Hide Table of Contents

Class RegistryPackageManifest.VersionInfo.DistributionInfo

Information about the distribution.

Inheritance
System.Object
RegistryPackageManifest.VersionInfo.DistributionInfo
Namespace: Microsoft.Health.Fhir.SpecManager.PackageManager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public class DistributionInfo : object

Properties

| Improve this Doc View Source

HashSHA

Gets or sets the hash sha.

Declaration
public string HashSHA { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TarballUrl

Gets or sets URL of the tarball.

Declaration
public string TarballUrl { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX