AWS SDK for .NET Documentation
CalculateTreeHash Method (partsTreeHash)
AmazonAmazon.GlacierTreeHashGeneratorCalculateTreeHash(IEnumerable<(Of <<'(String>)>>)) Did this page help you?   Yes   No    Tell us about it...
This method computes the final tree hash used on the CompleteMultipartUploadRequest from the tree hashes of the individual part uploaded.
Declaration Syntax
C#
public static string CalculateTreeHash(
	IEnumerable<string> partsTreeHash
)
Parameters
partsTreeHash (IEnumerable<(Of <(<'String>)>)>)
The list of tree hashes for the individual parts.
Return Value
The tree hash that can be used to set the the Checksum property.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)