docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DiffEntriesOptions

    Parameters for requesting the changed entries since the last release.

    Inheritance
    object
    DiffEntriesOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public class DiffEntriesOptions

    Constructors

    DiffEntriesOptions(Guid)

    Create parameters for requesting the chagned entries.

    Declaration
    public DiffEntriesOptions(Guid bucketId)
    Parameters
    Type Name Description
    Guid bucketId

    Id of the bucket.

    Properties

    BucketId

    Id of the bucket.

    Declaration
    public Guid BucketId { get; set; }
    Property Value
    Type Description
    Guid

    IncludeStates

    State of entries to request. Valid states are Unchanged, Add, Delete, and Update.

    Declaration
    public List<string> IncludeStates { get; set; }
    Property Value
    Type Description
    List<string>

    Path

    Path to request.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    string
    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)