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

Azure.Storage.Files.DataLake.Models.DataLakeAnalyticsLogging

Azure Analytics Logging settings.
public bool Delete { get; set; }

Indicates whether all delete requests should be logged.

public bool Read { get; set; }

Indicates whether all read requests should be logged.

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 bool Write { get; set; }

Indicates whether all write requests should be logged.