docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FileItem

    Inheritance
    object
    FileItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.CloudSave.Models
    Assembly: Unity.Services.CloudSave.dll
    Syntax
    public class FileItem

    Properties

    ContentType

    The contentType of the file

    Declaration
    public string ContentType { get; }
    Property Value
    Type Description
    string

    Created

    The datetime when the value was initially created

    Declaration
    public DateTime? Created { get; }
    Property Value
    Type Description
    DateTime?

    Key

    The key against which the file is stored

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string

    Modified

    The datetime when the value was last modified

    Declaration
    public DateTime? Modified { get; }
    Property Value
    Type Description
    DateTime?

    Size

    The size of the file

    Declaration
    public long Size { get; }
    Property Value
    Type Description
    long

    WriteLock

    The write lock value for the file, used for enforcing conflict checking when updating an existing data item

    Declaration
    public string WriteLock { get; }
    Property Value
    Type Description
    string
    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)