API Reference
Class
ReaderTableMaterializedExport
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.
Returned or exposed by
Constructors
public ReaderTableMaterializedExport() #Inherited Methods
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.