summaryrefslogtreecommitdiffstats
path: root/group___f_a_p_l.html
diff options
context:
space:
mode:
authorlrknox <lrknox@users.noreply.github.com>2023-10-21 00:53:02 (GMT)
committerlrknox <lrknox@users.noreply.github.com>2023-10-21 00:53:02 (GMT)
commit173a4141d6020666c01befe575a6e507c4f62580 (patch)
tree8c4cd8c2ef4f2bf89e865488ef6e47ec761d58e2 /group___f_a_p_l.html
parent4f85427aca3a5ecca89c5ee0b65f2a86bf84a2bf (diff)
downloadhdf5-173a4141d6020666c01befe575a6e507c4f62580.zip
hdf5-173a4141d6020666c01befe575a6e507c4f62580.tar.gz
hdf5-173a4141d6020666c01befe575a6e507c4f62580.tar.bz2
deploy: 98b5779ea54edd011d1d3197117ed0571ec7ad6c
Diffstat (limited to 'group___f_a_p_l.html')
-rw-r--r--group___f_a_p_l.html148
1 files changed, 143 insertions, 5 deletions
diff --git a/group___f_a_p_l.html b/group___f_a_p_l.html
index 7779193..7abf83a 100644
--- a/group___f_a_p_l.html
+++ b/group___f_a_p_l.html
@@ -37,7 +37,7 @@
<td id="projectlogo"><img alt="Logo" src="HDFG-logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="https://www.hdfgroup.org">HDF5</a>
- &#160;<span id="projectnumber">1.15.0.97a6efb</span>
+ &#160;<span id="projectnumber">1.15.0.98b5779</span>
</div>
<div id="projectbrief">API Reference</div>
</td>
@@ -4704,7 +4704,7 @@ The <code>vfd_config</code> parameter may be NULL. In this case, the reference i
<p>The parameter <code>low</code> sets the earliest possible format versions that the library will use when creating objects in the file. Note that earliest possible is different from earliest, as some features introduced in library versions later than 1.0.0 resulted in updates to object formats. The parameter <code>high</code> sets the latest format versions that the library will be allowed to use when creating objects in the file.</p>
<p>The parameters <code>low</code> and <code>high</code> must be one of the enumerated values in the <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2">H5F_libver_t</a> struct, which is defined in <a class="el" href="_h5_fpublic_8h.html">H5Fpublic.h</a>.</p>
<p>The macro <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a> is aliased to the highest enumerated value in <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2">H5F_libver_t</a>, indicating that this is currently the latest format available.</p>
-<p>The library supports the following five pairs of (<code>low</code>, <code>high</code>) combinations as derived from the values in <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2">H5F_libver_t</a>:</p>
+<p>The library supports the following pairs of (<code>low</code>, <code>high</code>) combinations as derived from the values in <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2">H5F_libver_t</a>:</p>
<table class="doxtable">
<tr>
<th>Value of <code>low</code> and <code>high</code> </th><th>Result </th></tr>
@@ -4720,7 +4720,31 @@ The <code>vfd_config</code> parameter may be NULL. In this case, the reference i
<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a></code> <br />
<code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a33c6cdc401a3a32dbf63d74019fad4b3">H5F_LIBVER_V110</a></code> </td><td><ul>
<li>The library will create objects with the earliest possible format versions. </li>
-<li>The library will allow objects to be created with the latest format versions available to library release 1.10.x. Since 1.10.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. For example, if a newer format version is required to support a feature e.g. virtual dataset, this setting will allow the object to be created. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.10.x. Note that as 1.10.11 is the last release of the 1.10 series. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.10.x release will fail. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac1b80c0874a79934aef1f7f44863853b">H5F_LIBVER_V112</a></code> </td><td><ul>
+<li>The library will create objects with the earliest possible format versions. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.12.x. Note that as 1.12.3 is the last release of the 1.12 series. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.12.x release will fail. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a9ecfa96a6f297e218c21c715312d74de">H5F_LIBVER_V114</a></code> </td><td><ul>
+<li>The library will create objects with the earliest possible format versions. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.14.x. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.14.x release will fail. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac76e4d231ae67f1063472c9e7b55f04d">H5F_LIBVER_V116</a></code> </td><td><ul>
+<li>The library will create objects with the earliest possible format versions. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.16.x. Since 1.16.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. That is, if a newer format version is required to support a feature in 1.16.x series, this setting will allow the object to be created. </li>
<li>This is the library default setting and provides the greatest format compatibility. </li>
</ul>
</td></tr>
@@ -4736,7 +4760,34 @@ The <code>vfd_config</code> parameter may be NULL. In this case, the reference i
<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a434ca8def77a117013577c8cec6af0d8">H5F_LIBVER_V18</a></code> <br />
<code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a33c6cdc401a3a32dbf63d74019fad4b3">H5F_LIBVER_V110</a></code> </td><td><ul>
<li>The library will create objects with the latest format versions available to library release 1.8.x. </li>
-<li>The library will allow objects to be created with the latest format versions available to library release 1.10.x. Since 1.10.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. For example, if a newer format version is required to support a feature e.g. virtual dataset, this setting will allow the object to be created. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.10.x. Note that 1.10.11 is the last release of the 1.10 series. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.10.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a434ca8def77a117013577c8cec6af0d8">H5F_LIBVER_V18</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac1b80c0874a79934aef1f7f44863853b">H5F_LIBVER_V112</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.8.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.12.x. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.12.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a434ca8def77a117013577c8cec6af0d8">H5F_LIBVER_V18</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a9ecfa96a6f297e218c21c715312d74de">H5F_LIBVER_V114</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.8.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.14.x. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.14.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a434ca8def77a117013577c8cec6af0d8">H5F_LIBVER_V18</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac76e4d231ae67f1063472c9e7b55f04d">H5F_LIBVER_V116</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.8.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.16.x. Since 1.16.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. That is, if a newer format version is required to support a feature in 1.16.x series, this setting will allow the object to be created. </li>
<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
</ul>
</td></tr>
@@ -4744,7 +4795,94 @@ The <code>vfd_config</code> parameter may be NULL. In this case, the reference i
<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a33c6cdc401a3a32dbf63d74019fad4b3">H5F_LIBVER_V110</a></code> <br />
<code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a33c6cdc401a3a32dbf63d74019fad4b3">H5F_LIBVER_V110</a></code> </td><td><ul>
<li>The library will create objects with the latest format versions available to library release 1.10.x. </li>
-<li>The library will allow objects to be created with the latest format versions available to library release 1.10.x. Since 1.10.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. For example, if a newer format version is required to support a feature e.g. virtual dataset, this setting will allow the object to be created. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.10.x. Note that 1.10.11 is the last release of the 1.10 series. </li>
+<li>The objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.10.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a33c6cdc401a3a32dbf63d74019fad4b3">H5F_LIBVER_V110</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac1b80c0874a79934aef1f7f44863853b">H5F_LIBVER_V112</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.10.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.12.x. </li>
+<li>The objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.12.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a33c6cdc401a3a32dbf63d74019fad4b3">H5F_LIBVER_V110</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a9ecfa96a6f297e218c21c715312d74de">H5F_LIBVER_V114</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.10.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.14.x. </li>
+<li>The objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.14.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a33c6cdc401a3a32dbf63d74019fad4b3">H5F_LIBVER_V110</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac76e4d231ae67f1063472c9e7b55f04d">H5F_LIBVER_V116</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.10.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.16.x. Since 1.16.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. That is, if a newer format version is required to support a feature in 1.16.x series, this setting will allow the object to be created. </li>
+<li>This setting allows users to take advantage of the latest features and performance enhancements in the library. However, objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac1b80c0874a79934aef1f7f44863853b">H5F_LIBVER_V112</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac1b80c0874a79934aef1f7f44863853b">H5F_LIBVER_V112</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.12.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.12.x. </li>
+<li>The objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.12.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac1b80c0874a79934aef1f7f44863853b">H5F_LIBVER_V112</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a9ecfa96a6f297e218c21c715312d74de">H5F_LIBVER_V114</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.12.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.14.x. </li>
+<li>The objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.14.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac1b80c0874a79934aef1f7f44863853b">H5F_LIBVER_V112</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac76e4d231ae67f1063472c9e7b55f04d">H5F_LIBVER_V116</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.12.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.16.x. Since 1.16.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. That is, if a newer format version is required to support a feature in 1.16.x series, this setting will allow the object to be created. </li>
+<li>This setting allows users to take advantage of the latest features and performance enhancements in the library. However, objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a9ecfa96a6f297e218c21c715312d74de">H5F_LIBVER_V114</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a9ecfa96a6f297e218c21c715312d74de">H5F_LIBVER_V114</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.14.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.14.x. </li>
+<li>The objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>API calls that create objects or features that are available to versions of the library greater than 1.14.x release will fail. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2a9ecfa96a6f297e218c21c715312d74de">H5F_LIBVER_V114</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac76e4d231ae67f1063472c9e7b55f04d">H5F_LIBVER_V116</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.14.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.16.x. Since 1.16.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. That is, if a newer format version is required to support a feature in 1.16.x series, this setting will allow the object to be created. </li>
+<li>This setting allows users to take advantage of the latest features and performance enhancements in the library. However, objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
+<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
+</ul>
+</td></tr>
+<tr>
+<td><code>low=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac76e4d231ae67f1063472c9e7b55f04d">H5F_LIBVER_V116</a></code> <br />
+ <code>high=<a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2ac76e4d231ae67f1063472c9e7b55f04d">H5F_LIBVER_V116</a></code> </td><td><ul>
+<li>The library will create objects with the latest format versions available to library release 1.16.x. </li>
+<li>The library will allow objects to be created with the latest format versions available to library release 1.16.x. Since 1.16.x is also <a class="el" href="_h5_fpublic_8h.html#a47d050173da48a2b85c730446f0771c0">H5F_LIBVER_LATEST</a>, there is no upper limit on the format versions to use. That is, if a newer format version is required to support a feature in 1.16.x series, this setting will allow the object to be created. </li>
<li>This setting allows users to take advantage of the latest features and performance enhancements in the library. However, objects written with this setting may be accessible to a smaller range of library versions than would be the case if low is set to <a class="el" href="_h5_fpublic_8h.html#a2d963b599894f684571fbd4d5e8a96a2abed98059b4a02d048b1eb3985fba5fa1">H5F_LIBVER_EARLIEST</a>. </li>
<li>Earlier versions of the library may not be able to access objects created with this setting. </li>
</ul>