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

Azure.Storage.Files.DataLake.Models.DataLakeServiceProperties

Data Lake Service Properties. Note that HNS-enabled storage accounts do not support static website.
public IList<DataLakeCorsRule> Cors { get; set; }

The set of CORS rules.

public string DefaultServiceVersion { get; set; }

The default version to use for requests to the Data Lake service if an incoming request's version is not specified. Possible values include version 2008-10-27 and all more recent versions.

The retention policy which determines how long the associated data should persist.

public DataLakeMetrics HourMetrics { get; set; }

A summary of request statistics grouped by API in hour or minute aggregates for Data Lake.

public DataLakeAnalyticsLogging Logging { get; set; }

Azure Analytics Logging settings.

public DataLakeMetrics MinuteMetrics { get; set; }

A summary of request statistics grouped by API in hour or minute aggregates for Data Lake.

public DataLakeStaticWebsite StaticWebsite { get; set; }

The properties that enable an account to host a static website.