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

Azure.Storage.Files.DataLake.Models.PathHttpHeaders

public class PathHttpHeaders
Standard HTTP properties supported by paths. These properties are represented as standard HTTP headers use standard names, as specified in the Header Field Definitions section 14 of the HTTP/1.1 protocol specification. For more information, see Setting and retrieving properties and metadata for service resources.
namespace Azure.Storage.Files.DataLake.Models { public enum PathRenameMode { Legacy, Posix } }