API Reference
Class
ReaderProgress
Progress event payload for folder ingestion.
Inheritance
- Object
- ReaderProgress
Constructors
public ReaderProgress() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Path { get; set; } #Current file path for file-level events.
public String SourceId { get; set; } #Optional source identifier for file-level events.
public String SourceHash { get; set; } #Optional source hash for file-level events.
public Int32 FilesScanned { get; set; } #Files considered for ingestion so far (allowed extension scope).
public Int32 FilesParsed { get; set; } #Files successfully parsed so far.
public Int64 BytesRead { get; set; } #Total bytes accepted for parsed files so far.
public Int32 ChunksProduced { get; set; } #Total chunks emitted so far.
public String Message { get; set; } #Optional message for skip/reason summaries.
public Nullable<Int64> CurrentFileBytes { get; set; } #Optional current file size in bytes for file-level events.
public Nullable<Int32> CurrentFileChunks { get; set; } #Optional current file chunk count for file completion events.
public Nullable<DateTime> CurrentFileLastWriteUtc { get; set; } #Optional current file last-write timestamp (UTC) for file-level events.