StorageChecksumAlgorithm type

コンテンツ検証で使用されるチェックサムアルゴリズムを示すためです。

type StorageChecksumAlgorithm = "Auto" | "None" | "Customized" | "StorageCrc64"