OfficeIMO

API Reference

Class

ReaderIngestFileResult

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Per-file ingestion status summary.

Inheritance

  • Object
  • ReaderIngestFileResult

Constructors

public ReaderIngestFileResult() #

Properties

public String Path { get; set; } #

Source file path.

public String SourceId { get; set; } #

Stable source identifier.

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.