added thresholdCfg stordb|datadb methods and csv read

This commit is contained in:
Edwardro22
2017-08-03 01:45:48 +03:00
parent 6de1f132d8
commit ca43ea4b9c
36 changed files with 767 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
#Id,FilterType,FilterFieldName,FilterFieldValues,ActivationInterval,TTL,Limit,AllocationReply,Blocker,Stored,Weight,ActionTriggers
#Id[0],FilterType[1],FilterFieldName[2],FilterFieldValues[3],ActivationInterval[4],TTL[5],Limit[6],AllocationMessage[7],Weight[8],Thresholds[9]
ResGroup1,*string,Account,1001;1002,2014-07-29T15:00:00Z,1s,7,,true,true,20,
ResGroup1,*string_prefix,Destination,10;20,,,,,,,,
ResGroup1,*rsr_fields,,Subject(~^1.*1$);Destination(1002),,,,,,,,
1 #Id #Id[0],FilterType[1],FilterFieldName[2],FilterFieldValues[3],ActivationInterval[4],TTL[5],Limit[6],AllocationMessage[7],Weight[8],Thresholds[9] FilterType FilterFieldName FilterFieldValues ActivationInterval TTL Limit AllocationReply Blocker Stored Weight ActionTriggers
2 ResGroup1 ResGroup1,*string,Account,1001;1002,2014-07-29T15:00:00Z,1s,7,,true,true,20, *string Account 1001;1002 2014-07-29T15:00:00Z 1s 7 true true 20
3 ResGroup1 ResGroup1,*string_prefix,Destination,10;20,,,,,,,, *string_prefix Destination 10;20
4 ResGroup1 ResGroup1,*rsr_fields,,Subject(~^1.*1$);Destination(1002),,,,,,,, *rsr_fields Subject(~^1.*1$);Destination(1002)