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
| Type | Description |
|---|---|
core.CatalogCacheStatus | The 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
| Type | Description |
|---|---|
*core.CatalogMetadata | The metadata for the Catalog query. |