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