Class LogFile
Inheritance
System.Object
LogFile
Namespace: MediaBrowser.Model.System
Assembly: MediaBrowser.Model.dll
Syntax
public class LogFile
Properties
DateCreated
Gets or sets the date created.
Declaration
public DateTimeOffset DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The date created. |
DateModified
Gets or sets the date modified.
Declaration
public DateTimeOffset DateModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The date modified. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Size
Gets or sets the size.
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The size. |