API Reference

Class

ReaderTableMaterializedExport

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Result for a single table sidecar materialization attempt.

Inheritance

  • Object
  • ReaderTableMaterializedExport

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public ReaderTableMaterializedExport() #

Properties

public ReaderTableExportBundle Export { get; set; } #

Export bundle that owns the payload.

public ReaderTableExportFormat Format { get; set; } #

Payload format.

public String FileName { get; set; } #

Deterministic filename used for this materialization attempt.

public String Path { get; set; } #

Full output path when payloads are written to a directory.

public Boolean Written { get; set; } #

True when the payload was written or streamed.

public String SkippedReason { get; set; } #

Explanation when the payload was skipped.