netmap: Add LIKE operation for filter in policy #55

Merged
fyrchik merged 1 commit from acid-ant/frostfs-api:feature/policy-like into master 2024-08-07 07:24:49 +00:00

View file

@ -36,6 +36,9 @@ enum Operation {
// Logical negation // Logical negation
NOT = 9; NOT = 9;
// Matches pattern
alexvanin marked this conversation as resolved Outdated

Matches pattern?

Matches patter**n**?

Thanks, updated.

Thanks, updated.
LIKE = 10;
} }
// Selector modifier shows how the node set will be formed. By default selector // Selector modifier shows how the node set will be formed. By default selector