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

Azure.Storage.Files.DataLake.Models.DataLakeMetrics

public class DataLakeMetrics
A summary of request statistics grouped by API in hour or minute aggregates for Data Lake.
public bool Enabled { get; set; }

Indicates whether metrics are enabled for the Data Lake service.

public bool? IncludeApis { get; set; }

Indicates whether metrics should generate summary statistics for called API operations.

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

public string Version { get; set; }

The version of Storage Analytics to configure.

public DataLakeMetrics()