Ignore:
Timestamp:
06/30/17 16:22:31 (7 years ago)
Author:
ymipsl
Message:

Add new attribute to manage splitting in file name :

  • split_start_offset (duration) : add an offset to the start splitting date in the file name
  • split_end_offset (duration) : add an offset to the end splitting date in the file name
  • split_last_date (date) : the end splitting be replace by split_last_date if greather than.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/file_attribute.conf

    r1135 r1189  
    1010DECLARE_ATTRIBUTE(CDuration, split_freq) 
    1111DECLARE_ATTRIBUTE(StdString, split_freq_format) 
     12DECLARE_ATTRIBUTE(CDuration, split_start_offset) 
     13DECLARE_ATTRIBUTE(CDuration, split_end_offset) 
     14DECLARE_ATTRIBUTE(string,     split_last_date) 
    1215DECLARE_ATTRIBUTE(bool,      enabled) 
    1316DECLARE_ENUM2(type,          one_file, multiple_file) 
Note: See TracChangeset for help on using the changeset viewer.