Table of Contents

Interface IEventLogExportItem

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.EventLog
Assembly
Ascon.Polynom.Web.Api.Data.dll

Элемент журнала событий для экспорта

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(EventLogExportItem))]
public interface IEventLogExportItem

Properties

Name

Имя.

string Name { get; set; }

Property Value

string

Path

Путь.

string? Path { get; set; }

Property Value

string

Size

Размер.

double Size { get; set; }

Property Value

double