options.add_option("","","uniqueID","Generate a new globally unique ID when scanning the input SEG-Y file.",cxxopts::value<bool>(uniqueID),"");
options.add_option("","","disable-persistentID","Disable the persistentID usage, placing the VDS directly into the url location.",cxxopts::value<bool>(disablePersistentID),"");