This commit is contained in:
fjy 2014-07-17 14:07:12 -07:00
parent bc650a1c80
commit bb5598df54
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ Kill tasks delete all information about a segment and removes it from deep stora
"type": "kill",
"id": <task_id>,
"dataSource": <task_datasource>,
"segments": <JSON list of DataSegment objects to append>
"interval" : <all_segments_in_this_interval_will_die!>
}
```