docs.unity3d.com
    Show / Hide Table of Contents

    Class DiffEntriesOptions

    Parameters for requesting the changed entries since the last release.

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

    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
    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