docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ReleaseDiffOptions

    Parameters for retrieving the diff between two releases. Either FromReleaseId or FromReleaseNum and ToReleaseId or ToReleaseNum should be specified.

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

    Constructors

    ReleaseDiffOptions(Guid, Guid, Guid)

    Create parameters for retrieving diff.

    Declaration
    public ReleaseDiffOptions(Guid bucketId, Guid fromReleaseId, Guid toReleaseId)
    Parameters
    Type Name Description
    Guid bucketId

    Id of the bucket.

    Guid fromReleaseId

    Id of the release to start from.

    Guid toReleaseId

    Id of the release to end at.

    ReleaseDiffOptions(Guid, long, long)

    Create parameters for retrieving diff.

    Declaration
    public ReleaseDiffOptions(Guid bucketId, long fromReleaseNum, long toReleaseNum)
    Parameters
    Type Name Description
    Guid bucketId

    Id of the bucket.

    long fromReleaseNum

    Release number to start from.

    long toReleaseNum

    Release number to end at.

    Properties

    BucketId

    Id of the bucket of the release.

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

    FromReleaseId

    The Id of the release to start from.

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

    FromReleaseNum

    The release number to start from.

    Declaration
    public long? FromReleaseNum { get; set; }
    Property Value
    Type Description
    long?

    Include_States

    The states of entries to include.

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

    Path

    The path to filter to.

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

    ToReleaseId

    The Id of the release to end at.

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

    ToReleaseNum

    The release number to end at.

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