Skip to main content

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

NameTypeDescription
outputsio.OutputReaderThe output reader associated with this catalog entry, providing access to its data.
statusStatusThe current status of the catalog entry, indicating its state or condition.

Returns

TypeDescription
EntryA new Entry object configured with the specified outputs and status.