docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IRequestFileDetails

    File data structure with details for attachment request

    Namespace: Unity.Cloud.Collaboration.Models.Abstractions
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public interface IRequestFileDetails

    Properties

    ContentType

    The file content type, MIME type if relevant.

    Declaration
    [DataMember(Name = "contentType", EmitDefaultValue = true)]
    string ContentType { get; }
    Property Value
    Type Description
    string

    FileSize

    The file size.

    Declaration
    [DataMember(Name = "fileSize", EmitDefaultValue = true, IsRequired = true)]
    long FileSize { get; }
    Property Value
    Type Description
    long

    FileType

    The file type.

    Declaration
    [DataMember(Name = "fileType", EmitDefaultValue = true)]
    string FileType { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2026 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)