docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Entry

    Entry

    Inheritance
    object
    Entry
    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 Entry

    Constructors

    Entry(string, string, long, string, string, string, List<string>, DateTime, string, object, string, DateTime)

    Initializes a new instance of the Entry class.

    Declaration
    [Preserve]
    public Entry(string contentHash = null, string contentLink = null, long contentSize = 0, string contentType = null, string currentVersionid = null, string entryid = null, List<string> labels = null, DateTime lastModified = default, string link = null, object metadata = null, string path = null, DateTime updatedAt = default)
    Parameters
    Type Name Description
    string contentHash

    contentHash.

    string contentLink

    contentLink.

    long contentSize

    contentSize.

    string contentType

    contentType.

    string currentVersionid

    currentVersionid.

    string entryid

    entryid.

    List<string> labels

    labels.

    DateTime lastModified

    lastModified.

    string link

    link.

    object metadata

    metadata.

    string path

    path.

    DateTime updatedAt

    updatedAt.

    Properties

    ContentHash

    Gets or Sets ContentHash

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

    ContentLink

    Gets or Sets ContentLink

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

    ContentSize

    Gets or Sets ContentSize

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

    ContentType

    Gets or Sets ContentType

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

    CurrentVersionid

    Gets or Sets CurrentVersionid

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

    Entryid

    Gets or Sets Entryid

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

    Labels

    Gets or Sets Labels

    Declaration
    [Preserve]
    public List<string> Labels { get; set; }
    Property Value
    Type Description
    List<string>

    LastModified

    Gets or Sets LastModified

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

    Link

    Gets or Sets Link

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

    Metadata

    Gets or Sets Metadata

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

    Path

    Gets or Sets Path

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

    UpdatedAt

    Gets or Sets UpdatedAt

    Declaration
    [Preserve]
    public DateTime UpdatedAt { get; set; }
    Property Value
    Type Description
    DateTime
    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)