Project

General

Profile

Idea #13430

Updated by Tom Clegg almost 6 years ago

Examples 
 * Command line (@arv-put --storage-classes=archive ...@) 
 * Create a new empty Collection and set desired storage classes (default being "default") 
 * Load an existing Collection, write some new data, and save 
 * Load an existing Collection, change its desired storage classes, write some new data, and save 

 If the caller asks for multiple storage classes, error out early, instead of writing all the data and then hitting an error when saving the collection record. 

Back