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

Azure.Storage.Shared.StorageExtensions

static class StorageExtensions
namespace Azure.Storage.Shared { internal static class StorageExtensions { public static string EscapePath(this string path, bool trimOuterSlashes = true); public static string UnescapePath(this string path, bool trimOuterSlashes = true); public static string GenerateBlockId(long offset); public static Task<HttpAuthorization> GetCopyAuthorizationHeaderAsync(this TokenCredential tokenCredential, CancellationToken cancellationToken = default(CancellationToken)); public static IDisposable CreateClientSideEncryptionScope(ClientSideEncryptionVersion version); } }