gov.nasa.pds.registry.common.mq.msg.CollectionInventoryMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-common Show documentation
Show all versions of registry-common Show documentation
Common code used by Harvest and Registry Manager.
The newest version!
package gov.nasa.pds.registry.common.mq.msg;
/**
* A message to harvest collection inventory
* @author karpenko
*/
public class CollectionInventoryMessage
{
/**
* Harvest job ID. Autogenerated UUID.
*/
public String jobId;
/**
* Collection lidvid
*/
public String collectionLidvid;
/**
* Inventory file path
*/
public String inventoryFile;
/**
* Overwrite existing products in the Registry (Elasticsearch) if set to true.
*/
public boolean overwrite = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy