Class IncrementalStatus
Inheritance
IncrementalStatus
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
|
Improve this Doc
View Source
Details
Declaration
[JsonProperty("details")]
public string Details { get; set; }
Property Value
|
Improve this Doc
View Source
FullBuildReasonCode
Declaration
[JsonProperty("full_build_reason_code")]
public string FullBuildReasonCode { get; set; }
Property Value
|
Improve this Doc
View Source
IncrementalPhase
Declaration
[JsonProperty("incrementalPhase")]
public IncrementalPhase IncrementalPhase { get; set; }
Property Value
|
Improve this Doc
View Source
SkippedFileCount
Declaration
[JsonProperty("skipped_file_count")]
public long SkippedFileCount { get; set; }
Property Value
|
Improve this Doc
View Source
TotalFileCount
Declaration
[JsonProperty("total_file_count")]
public long TotalFileCount { get; set; }
Property Value
Extension Methods