docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct FileCacheConfiguration

    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Assets
    Assembly: Unity.Cloud.Assets.dll
    Syntax
    public struct FileCacheConfiguration

    Properties

    CacheDownloadUrl

    Whether to cache the download URL of the file.

    Declaration
    public bool CacheDownloadUrl { readonly get; set; }
    Property Value
    Type Description
    bool

    CacheMetadata

    Whether to cache the metadata of the file.

    Declaration
    public bool CacheMetadata { readonly get; set; }
    Property Value
    Type Description
    bool

    CachePreviewUrl

    Whether to cache the preview URL of the file.

    Declaration
    public bool CachePreviewUrl { readonly get; set; }
    Property Value
    Type Description
    bool

    CacheProperties

    Whether to cache the properties of the file.

    Declaration
    public bool CacheProperties { readonly get; set; }
    Property Value
    Type Description
    bool

    CacheSystemMetadata

    Whether to cache the system metadata of the file.

    Declaration
    public bool CacheSystemMetadata { readonly get; set; }
    Property Value
    Type Description
    bool

    NoCaching

    Declaration
    public static FileCacheConfiguration NoCaching { get; }
    Property Value
    Type Description
    FileCacheConfiguration

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()
    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)