Search Results for

    Show / Hide Table of Contents

    Class IncrementalStatus

    Inheritance
    Object
    IncrementalStatus
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class IncrementalStatus

    Properties

    | Improve this Doc View Source

    CanIncremental

    Declaration
    [JsonProperty("can_incremental")]
    public bool CanIncremental { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Details

    Declaration
    [JsonProperty("details")]
    public string Details { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FullBuildReasonCode

    Declaration
    [JsonProperty("full_build_reason_code")]
    public string FullBuildReasonCode { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    IncrementalPhase

    Declaration
    [JsonProperty("incrementalPhase")]
    public IncrementalPhase IncrementalPhase { get; set; }
    Property Value
    Type Description
    IncrementalPhase
    | Improve this Doc View Source

    SkippedFileCount

    Declaration
    [JsonProperty("skipped_file_count")]
    public long SkippedFileCount { get; set; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    TotalFileCount

    Declaration
    [JsonProperty("total_file_count")]
    public long TotalFileCount { get; set; }
    Property Value
    Type Description
    Int64

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX