Azure.Storage.Files.DataLake.Models.DataLakeAnalyticsLogging
Azure Analytics Logging settings.
namespace Azure.Storage.Files.DataLake.Models
{
public class DataLakeAnalyticsLogging
{
public string Version { get; set; }
public bool Delete { get; set; }
public bool Read { get; set; }
public bool Write { get; set; }
public DataLakeRetentionPolicy RetentionPolicy { get; set; }
public DataLakeAnalyticsLogging();
}
}