UNPKG

238 BJavaScriptView Raw
1module.exports = {
2 type: 'index',
3 /**
4 * Any indicies that trigger this predicate will be excluded from transfer
5 * @param index - Full index configuration
6 */
7 predicate: (index) => index.name !== 'log_data_2016-12-01'
8};
\No newline at end of file