<PackageReference Include="Azure.Storage.Blobs" Version="12.29.0-beta.1" />

Azure.Storage.Cryptography.ContentRangeExtensions

static class ContentRangeExtensions
namespace Azure.Storage.Cryptography { internal static class ContentRangeExtensions { public static long? GetContentRangeLengthOrDefault(this string contentRange); public static long GetRangeLength(this ContentRange contentRange); } }