<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0" />

Azure.Storage.StorageCrc64Composer

static class StorageCrc64Composer
Helper code for composing crc64 values together.
public static byte[] Compose(ValueTuple<byte[], long>[] partitions)

public static byte[] Compose(IEnumerable<ValueTuple<byte[], long>> partitions)

public static byte[] Compose(ValueTuple<ReadOnlyMemory<byte>, long>[] partitions)

public static byte[] Compose(IEnumerable<ValueTuple<ReadOnlyMemory<byte>, long>> partitions)

public static byte[] Compose(ReadOnlySpan<byte> leftCrc64, long leftOriginalDataLength, ReadOnlySpan<byte> rightCrc64, long rightOriginalDataLength)

public static ulong Compose(ValueTuple<ulong, long>[] partitions)

public static ulong Compose(IEnumerable<ValueTuple<ulong, long>> partitions)