Skip to main content

Status

Indicates that status of the query to Catalog. This can be returned for both Get and Put calls

Methods


GetCacheStatus()

@classmethod
def GetCacheStatus() - > core.CatalogCacheStatus

Retrieves the cache status of the Catalog query. This indicates whether the data was served from cache or fetched live.

Returns

TypeDescription
core.CatalogCacheStatusThe cache status of the Catalog query.

GetMetadata()

@classmethod
def GetMetadata() - > *core.CatalogMetadata

Fetches the metadata associated with the Catalog query. This provides additional information about the catalog entry.

Returns

TypeDescription
*core.CatalogMetadataThe metadata for the Catalog query.