diff --git a/src/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md b/src/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md index 696832a20..23152f443 100644 --- a/src/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md +++ b/src/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md @@ -289,6 +289,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md b/src/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md index 280980344..201422ddc 100644 --- a/src/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md +++ b/src/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md @@ -297,6 +297,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md index a2ffa995e..a6cf1c247 100644 --- a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md +++ b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md @@ -289,6 +289,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md index b6132dba1..df000cfaa 100644 --- a/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md +++ b/src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md @@ -297,6 +297,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md index a2ffa995e..a6cf1c247 100644 --- a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md +++ b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md @@ -289,6 +289,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md index b6132dba1..df000cfaa 100644 --- a/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md +++ b/src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md @@ -297,6 +297,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/UserGuide/latest/User-Manual/Data-Sync_apache.md b/src/UserGuide/latest/User-Manual/Data-Sync_apache.md index 696832a20..23152f443 100644 --- a/src/UserGuide/latest/User-Manual/Data-Sync_apache.md +++ b/src/UserGuide/latest/User-Manual/Data-Sync_apache.md @@ -289,6 +289,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/UserGuide/latest/User-Manual/Data-Sync_timecho.md b/src/UserGuide/latest/User-Manual/Data-Sync_timecho.md index 280980344..201422ddc 100644 --- a/src/UserGuide/latest/User-Manual/Data-Sync_timecho.md +++ b/src/UserGuide/latest/User-Manual/Data-Sync_timecho.md @@ -297,6 +297,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- The extraction mode for newly inserted data (after pipe creation) + 'path' = 'root.vehicle.**', -- Scope of Data Synchronization 'start-time' = '2023.08.23T08:00:00+00:00', -- The start event time for synchronizing all data, including start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- The end event time for synchronizing all data, including end-time ) diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md b/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md index ef41e2e37..2b4977087 100644 --- a/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md +++ b/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_apache.md @@ -290,6 +290,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time ) diff --git a/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md b/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md index 66e4a73d9..d5d66c12a 100644 --- a/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md +++ b/src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md @@ -298,6 +298,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time ) diff --git a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md index 21a7eb8e4..e50f52ce4 100644 --- a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md +++ b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_apache.md @@ -290,6 +290,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time ) diff --git a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md index 954e3d4b7..c4e7dc842 100644 --- a/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md +++ b/src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md @@ -298,6 +298,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time ) diff --git a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md index 21a7eb8e4..dfb8cdaea 100644 --- a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md +++ b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_apache.md @@ -289,7 +289,8 @@ with sink ( create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', - 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'realtime.mode' = 'stream', -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time ) diff --git a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md index e9a71bfc6..eb9185816 100644 --- a/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md +++ b/src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md @@ -298,6 +298,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time ) diff --git a/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md b/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md index ef41e2e37..2b4977087 100644 --- a/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md +++ b/src/zh/UserGuide/latest/User-Manual/Data-Sync_apache.md @@ -290,6 +290,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time ) diff --git a/src/zh/UserGuide/latest/User-Manual/Data-Sync_timecho.md b/src/zh/UserGuide/latest/User-Manual/Data-Sync_timecho.md index 66e4a73d9..d5d66c12a 100644 --- a/src/zh/UserGuide/latest/User-Manual/Data-Sync_timecho.md +++ b/src/zh/UserGuide/latest/User-Manual/Data-Sync_timecho.md @@ -298,6 +298,7 @@ create pipe A2B WITH SOURCE ( 'source'= 'iotdb-source', 'realtime.mode' = 'stream' -- 新插入数据(pipe创建后)的抽取模式 + 'path' = 'root.vehicle.**', -- 同步数据的范围 'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time 'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time )