83707: Control collection harvest from the UI

This commit is contained in:
Yana De Pauw
2021-09-23 15:47:43 +02:00
parent 706cc47197
commit 100166023a
8 changed files with 287 additions and 57 deletions

View File

@@ -70,6 +70,15 @@ export class ContentSource extends CacheableObject {
*/
metadataConfigs: MetadataConfig[];
@autoserializeAs('harvest_status')
harvestStatus: string;
@autoserializeAs('harvest_start_time')
harvestStartTime: string;
@autoserializeAs('last_harvested')
lastHarvested: string;
/**
* The {@link HALLink}s for this ContentSource
*/