[Groonga-commit] groonga/groonga at 596e027 [master] doc object_list: update

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 26 17:45:18 JST 2016


Kouhei Sutou	2016-08-02 15:11:23 +0900 (Tue, 02 Aug 2016)

  New Revision: 596e0273772f1b64360eef7a1c9aba9d827f6bcc
  https://github.com/groonga/groonga/commit/596e0273772f1b64360eef7a1c9aba9d827f6bcc

  Message:
    doc object_list: update

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/object_list.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+22 -1)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2016-08-02 14:02:29 +0900 (7b2c42b)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2016-08-02 15:11:23 +0900 (a96cf23)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2016-07-29 14:09+0900\n"
+"PO-Revision-Date: 2016-08-02 15:11+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -8110,6 +8110,27 @@ msgstr ""
 "のオブジェクトが開かれていれば値は ``true`` になります。そうでなければ値は "
 "``false`` になります。"
 
+msgid "``value_size``"
+msgstr ""
+
+msgid "The number of bytes of the metadata. It's an integer."
+msgstr "このメタデータのバイト数。数値。"
+
+msgid ""
+"It's appeared only when the metadata are broken. If this property is "
+"appeared, ``type``, ``n_elements``, ``flags`` and ``path`` aren't appeared. "
+"Because they can't be retrieved from broken metadata."
+msgstr ""
+"これはこのメタデータが壊れているときだけ現れます。もしこのプロパティが現れた"
+"ら、 ``type`` 、 ``n_elements`` 、 ``flags`` 、 ``path`` は現れません。なぜな"
+"ら、これらのプロパティは壊れたメタデータからは取得できないからです。"
+
+msgid "``n_elements``"
+msgstr ""
+
+msgid "The number of internal elements in the metadata. It's an integer."
+msgstr "このメタデータ中の内部的な要素の数。数値。"
+
 msgid ""
 "The type of the object. See :ref:`object-list-return-value-object-type` for "
 "details."

  Modified: doc/source/reference/commands/object_list.rst (+18 -6)
===================================================================
--- doc/source/reference/commands/object_list.rst    2016-08-02 14:02:29 +0900 (349901e)
+++ doc/source/reference/commands/object_list.rst    2016-08-02 15:11:23 +0900 (80bd0d3)
@@ -101,12 +101,14 @@ properties.
 Here are common properties::
 
   {
-    "id":     ID,
-    "name":   NAME,
-    "opened": OPENED,
-    "type":   OBJECT_TYPE,
-    "flags":  FLAGS,
-    "path":   PATH
+    "id":         ID,
+    "name":       NAME,
+    "opened":     OPENED,
+    "value_size": N_BYTES,
+    "n_elements": N_ELEMENTS,
+    "type":       OBJECT_TYPE,
+    "flags":      FLAGS,
+    "path":       PATH
   }
 
 .. list-table::
@@ -122,6 +124,16 @@ Here are common properties::
      - Whether the object is opened or not. It's ``true`` or
        ``false``.  If the object is opened, this value is
        ``true``. Otherwise, this value is ``false``.
+   * - ``value_size``
+     - The number of bytes of the metadata. It's an integer.
+
+       It's appeared only when the metadata are broken. If this
+       property is appeared, ``type``, ``n_elements``, ``flags`` and
+       ``path`` aren't appeared. Because they can't be retrieved from
+       broken metadata.
+   * - ``n_elements``
+     - The number of internal elements in the metadata. It's an
+       integer.
    * - ``type``
      - The type of the object. See
        :ref:`object-list-return-value-object-type` for details.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index