API Reference
Class
ReaderIngestFileResult
Per-file ingestion status summary.
Inheritance
- Object
- ReaderIngestFileResult
Constructors
public ReaderIngestFileResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourceHash { get; set; } #Optional source content hash.
public Nullable<DateTime> SourceLastWriteUtc { get; set; } #Optional source last-write timestamp.
public Nullable<Int64> SourceLengthBytes { get; set; } #Optional source length in bytes.
public Boolean Parsed { get; set; } #True when parsing succeeded for this file.
public Int32 ChunksProduced { get; set; } #Number of chunks emitted for this file.
public IReadOnlyList<String> Warnings { get; set; } #Optional warnings associated with this file.