diff --git a/src/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md b/src/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md index 12d431a3a..a4f208f7c 100644 --- a/src/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md +++ b/src/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md @@ -94,7 +94,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // Insert Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // Close Session diff --git a/src/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md b/src/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md index 9c7463a6c..a2546790e 100644 --- a/src/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md +++ b/src/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md @@ -94,7 +94,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // Insert Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // Close Session diff --git a/src/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md b/src/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md index 12d431a3a..a4f208f7c 100644 --- a/src/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md +++ b/src/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md @@ -94,7 +94,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // Insert Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // Close Session diff --git a/src/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md b/src/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md index 06f403f42..6d8daaea7 100644 --- a/src/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md +++ b/src/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md @@ -89,7 +89,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // Insert Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // Close Session diff --git a/src/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md b/src/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md index 06f403f42..6d8daaea7 100644 --- a/src/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md +++ b/src/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md @@ -89,7 +89,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // Insert Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // Close Session diff --git a/src/UserGuide/latest/API/Programming-CSharp-Native-API.md b/src/UserGuide/latest/API/Programming-CSharp-Native-API.md index 12d431a3a..a4f208f7c 100644 --- a/src/UserGuide/latest/API/Programming-CSharp-Native-API.md +++ b/src/UserGuide/latest/API/Programming-CSharp-Native-API.md @@ -94,7 +94,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // Insert Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // Close Session diff --git a/src/zh/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md b/src/zh/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md index addbce6c7..9edaefe1f 100644 --- a/src/zh/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md +++ b/src/zh/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md @@ -81,7 +81,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // 插入Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // 关闭Session diff --git a/src/zh/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md b/src/zh/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md index 2a4a4dd1b..c09497493 100644 --- a/src/zh/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md +++ b/src/zh/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md @@ -81,7 +81,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // 插入Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // 关闭Session diff --git a/src/zh/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md b/src/zh/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md index addbce6c7..9edaefe1f 100644 --- a/src/zh/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md +++ b/src/zh/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md @@ -81,7 +81,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // 插入Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // 关闭Session diff --git a/src/zh/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md b/src/zh/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md index addbce6c7..9edaefe1f 100644 --- a/src/zh/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md +++ b/src/zh/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md @@ -81,7 +81,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // 插入Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // 关闭Session diff --git a/src/zh/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md b/src/zh/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md index addbce6c7..9edaefe1f 100644 --- a/src/zh/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md +++ b/src/zh/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md @@ -81,7 +81,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // 插入Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // 关闭Session diff --git a/src/zh/UserGuide/latest/API/Programming-CSharp-Native-API.md b/src/zh/UserGuide/latest/API/Programming-CSharp-Native-API.md index addbce6c7..9edaefe1f 100644 --- a/src/zh/UserGuide/latest/API/Programming-CSharp-Native-API.md +++ b/src/zh/UserGuide/latest/API/Programming-CSharp-Native-API.md @@ -81,7 +81,7 @@ await session_pool.InsertRecordAsync("root.test_group.test_device", rowRecord); // 插入Tablet var timestamp_lst = new List{ timestamp + 1 }; var value_lst = new List {"iotdb", true, (int) 12}; -var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_ls); +var tablet = new Tablet("root.test_group.test_device", measures, value_lst, timestamp_lst); await session_pool.InsertTabletAsync(tablet); // 关闭Session