Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.