docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Release

    Release

    Inheritance
    object
    Release
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.CloudContentDelivery
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class Release

    Constructors

    Release(string, long, DateTime, object, string, long)

    Initializes a new instance of the Release class.

    Declaration
    [Preserve]
    public Release(string contentHash = null, long contentSize = 0, DateTime created = default, object metadata = null, string releaseid = null, long releasenum = 0)
    Parameters
    Type Name Description
    string contentHash

    contentHash.

    long contentSize

    contentSize.

    DateTime created

    created.

    object metadata

    metadata.

    string releaseid

    releaseid.

    long releasenum

    releasenum.

    Properties

    ContentHash

    Gets or Sets ContentHash

    Declaration
    [Preserve]
    public string ContentHash { get; set; }
    Property Value
    Type Description
    string

    ContentSize

    Gets or Sets ContentSize

    Declaration
    [Preserve]
    public long ContentSize { get; set; }
    Property Value
    Type Description
    long

    Created

    Gets or Sets Created

    Declaration
    [Preserve]
    public DateTime Created { get; set; }
    Property Value
    Type Description
    DateTime

    Metadata

    Gets or Sets Metadata

    Declaration
    [Preserve]
    public object Metadata { get; set; }
    Property Value
    Type Description
    object

    Releaseid

    Gets or Sets Releaseid

    Declaration
    [Preserve]
    public string Releaseid { get; set; }
    Property Value
    Type Description
    string

    Releasenum

    Gets or Sets Releasenum

    Declaration
    [Preserve]
    public long Releasenum { get; set; }
    Property Value
    Type Description
    long
    In This Article
    Back to top
    Copyright © 2024 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)