docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayServersLogFile

    A server log file.

    Inheritance
    object
    MultiplayServersLogFile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "multiplay.servers.logFile")]
    [Preserve]
    public class MultiplayServersLogFile

    Constructors

    MultiplayServersLogFile(string, string, DateTime, long)

    Initializes a new instance of the MultiplayServersLogFile class.

    Declaration
    [Preserve]
    public MultiplayServersLogFile(string downloadURL = null, string file = null, DateTime lastModified = default, long size = 0)
    Parameters
    Type Name Description
    string downloadURL

    Log file download URL.

    string file

    Name of the log file. (required).

    DateTime lastModified

    Last modification date of the log file. (required).

    long size

    Size of the log file (bytes). (required).

    Properties

    DownloadURL

    Log file download URL

    Declaration
    [DataMember(Name = "downloadURL", EmitDefaultValue = false)]
    [Preserve]
    public string DownloadURL { get; set; }
    Property Value
    Type Description
    string

    Log file download URL

    File

    Name of the log file.

    Declaration
    [DataMember(Name = "file", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string File { get; set; }
    Property Value
    Type Description
    string

    Name of the log file.

    LastModified

    Last modification date of the log file.

    Declaration
    [DataMember(Name = "lastModified", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public DateTime LastModified { get; set; }
    Property Value
    Type Description
    DateTime

    Last modification date of the log file.

    Size

    Size of the log file (bytes).

    Declaration
    [DataMember(Name = "size", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public long Size { get; set; }
    Property Value
    Type Description
    long

    Size of the log file (bytes).

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)