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 SourceHashSHA
Gets or sets the hash sha.
Declaration
public string HashSHA { get; set; }
Property Value
Type | Description |
---|---|
System. |
TarballUrl
Gets or sets URL of the tarball.
Declaration
public string TarballUrl { get; set; }
Property Value
Type | Description |
---|---|
System. |