docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdEntryUpdate

    CcdEntryUpdate model

    Inheritance
    Object
    CcdEntryUpdate
    Namespace: Unity.Services.Ccd.Management.Models
    Syntax
    public class CcdEntryUpdate : object

    Constructors

    CcdEntryUpdate(String, Int32, String, List<String>, Object)

    Creates an instance of CcdEntryUpdate.

    Declaration
    public CcdEntryUpdate(string contentHash = null, int contentSize = null, string contentType = null, List<string> labels = null, object metadata = null)
    Parameters
    Type Name Description
    String contentHash

    The &quot;content_hash&quot; should be MD5sum hash value.

    Int32 contentSize

    contentSize param

    String contentType

    contentType param

    List<String> labels

    labels param

    Object metadata

    metadata param

    Properties

    ContentHash

    The &quot;content_hash&quot; should be MD5sum hash value.

    Declaration
    public string ContentHash { get; }
    Property Value
    Type Description
    String

    ContentSize

    Declaration
    public int ContentSize { get; }
    Property Value
    Type Description
    Int32

    ContentType

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

    Labels

    Declaration
    public List<string> Labels { get; }
    Property Value
    Type Description
    List<String>

    Metadata

    Declaration
    public JsonObject Metadata { get; }
    Property Value
    Type Description
    JsonObject
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023