You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,14 +92,6 @@ Please refer to the following files for more detailed information.
92
92
93
93
Note:
94
94
1. The current API might be changed in the next version. e.g. ContainerInfo
95
-
2. References to objects obtained using the get method described below must be referenced prior to executing the methods. When referencing after the execution of the get methods, please copy the basic data type such as string from the object and reference it to the copied data.
96
-
- get_container_info
97
-
98
-
Please refer to the following note from C Client API Reference document for detailed information of the reason behind the implementation:
99
-
100
-
"In order to store the variable-length data such as string or array, it uses a temporary memory area.
101
-
This area is valid until this function or similar functions which use a temporary memory area.
102
-
The behavior is undefined when the area which has been invalidated is accessed."
0 commit comments