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

Azure.Storage.GeoRedundantReadPolicy

class GeoRedundantReadPolicy : HttpPipelineSynchronousPolicy
This policy is used if the SecondaryUri property is passed in on the clientOptions. It allows for storage accounts configured with RA-GRS to retry GET or HEAD requests against the secondary storage Uri.
namespace Azure.Storage { internal class GeoRedundantReadPolicy { public GeoRedundantReadPolicy(Uri secondaryStorageUri); } }