Summary
    The parsed output of the 
		HashCommand.
    - Namespace
 - Cake
.SevenZip .Parsers  - Interfaces
 
							graph BT
	Type-.->Interface0["IOutput"]
	click Interface0 "/Cake.7zip/api/Cake.SevenZip.Parsers/IOutput"
	Type["IHashOutput"]
class Type type-node
						
					Syntax
public interface IHashOutput : IOutput
			Properties
| Name | Value | Summary | 
|---|---|---|
| Files | IEnumerable | 
								
									 
    Gets the output for all individual archives.
     
								 | 
							
| HashOfDataAndNames | IEnumerable | 
								
									 
    Gets the hash of data and names.
     
								 | 
							
| HashesOfData | IEnumerable | 
								
									 
    Gets the hash of data.
     
								 | 
							
| SumOfHashes | IEnumerable | 
								
									 
    Gets the sum of hashes.
     
								 | 
							
| SumOfSizes | long | 
									 
    Gets the sum of sizes.
     
								 |