Class DeploymentFile
- Namespace
- The.Management
- Assembly
- Instagile.dll
public class DeploymentFile
- Inheritance
-
DeploymentFile
- Inherited Members
Properties
Entry
Index of archive entry.
public required int Entry { get; set; }
Property Value
Filename
Relative path to file within archive.
public required string Filename { get; set; }
Property Value
SHA256Hash
Hash of individual file.
public required byte[] SHA256Hash { get; set; }
Property Value
- byte[]