API Reference
Class
UsageImportProgressUpdate
Describes one progress update emitted during usage discovery/import.
Inheritance
- Object
- UsageImportProgressUpdate
Constructors
public UsageImportProgressUpdate() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Phase { get; set; } #Gets or sets the current high-level phase.
public String ProviderId { get; set; } #Gets or sets the provider identifier when known.
public String RootId { get; set; } #Gets or sets the source-root identifier when known.
public String RootPath { get; set; } #Gets or sets the source-root path or locator when known.
public String AdapterId { get; set; } #Gets or sets the adapter identifier when known.
public String Message { get; set; } #Gets or sets a human-readable message for the current phase.