This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 2f58c9de The C # native interface document is missing one letter't '
(#598)
2f58c9de is described below
commit 2f58c9dee2c5849251c10349f23ecfb43cb8971d
Author: W1y1r <[email protected]>
AuthorDate: Tue Feb 25 17:05:24 2025 +0800
The C # native interface document is missing one letter't ' (#598)
---
src/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md | 2 +-
src/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md | 2 +-
src/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md | 2 +-
src/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md | 2 +-
src/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md | 2 +-
src/UserGuide/latest/API/Programming-CSharp-Native-API.md | 2 +-
src/zh/UserGuide/Master/Tree/API/Programming-CSharp-Native-API.md | 2 +-
src/zh/UserGuide/V1.2.x/API/Programming-CSharp-Native-API.md | 2 +-
src/zh/UserGuide/V1.3.0-2/API/Programming-CSharp-Native-API.md | 2 +-
src/zh/UserGuide/V1.3.3/API/Programming-CSharp-Native-API.md | 2 +-
src/zh/UserGuide/dev-1.3/API/Programming-CSharp-Native-API.md | 2 +-
src/zh/UserGuide/latest/API/Programming-CSharp-Native-API.md | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
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 12d431a3..a4f208f7 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 9c7463a6..a2546790 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 12d431a3..a4f208f7 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 06f403f4..6d8daaea 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 06f403f4..6d8daaea 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 12d431a3..a4f208f7 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 addbce6c..9edaefe1 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 2a4a4dd1..c0949749 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 addbce6c..9edaefe1 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 addbce6c..9edaefe1 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 addbce6c..9edaefe1 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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 addbce6c..9edaefe1 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<long>{ timestamp + 1 };
var value_lst = new List<object> {"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