NewCatalogEntry
No overview available.
def NewCatalogEntry(
outputs: io.OutputReader,
status: Status
) - > Entry
Creates and returns a new Entry object, initializing it with the provided output reader and status. Callers use this to construct a catalog entry with its associated data and current state.
Parameters
| Name | Type | Description |
|---|---|---|
| outputs | io.OutputReader | The output reader associated with this catalog entry, providing access to its data. |
| status | Status | The current status of the catalog entry, indicating its state or condition. |
Returns
| Type | Description |
|---|---|
Entry | A new Entry object configured with the specified outputs and status. |