From 75481b429979ef3b253effcba21d9232434db55e Mon Sep 17 00:00:00 2001 From: jsteemann Date: Mon, 30 Jan 2017 09:01:42 +0100 Subject: [PATCH] issue #2289 --- .../Manual/DataModeling/Collections/CollectionMethods.mdpp | 2 +- .../Rest/Collections/JSA_get_api_collection_figures.md | 2 +- Documentation/DocuBlocks/collectionFigures.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Books/Manual/DataModeling/Collections/CollectionMethods.mdpp b/Documentation/Books/Manual/DataModeling/Collections/CollectionMethods.mdpp index dcba97660b..42f9122cab 100644 --- a/Documentation/Books/Manual/DataModeling/Collections/CollectionMethods.mdpp +++ b/Documentation/Books/Manual/DataModeling/Collections/CollectionMethods.mdpp @@ -123,7 +123,7 @@ memory. * *indexes.count*: The total number of indexes defined for the collection, including the pre-defined indexes (e.g. primary index). * *indexes.size*: The total memory allocated for indexes in bytes. -* *maxTick*: The tick of the last marker that was stored in a journal +* *lastTick*: The tick of the last marker that was stored in a journal of the collection. This might be 0 if the collection does not yet have a journal. * *uncollectedLogfileEntries*: The number of markers in the write-ahead diff --git a/Documentation/DocuBlocks/Rest/Collections/JSA_get_api_collection_figures.md b/Documentation/DocuBlocks/Rest/Collections/JSA_get_api_collection_figures.md index b22f858b32..9bd7b709cb 100644 --- a/Documentation/DocuBlocks/Rest/Collections/JSA_get_api_collection_figures.md +++ b/Documentation/DocuBlocks/Rest/Collections/JSA_get_api_collection_figures.md @@ -127,7 +127,7 @@ indexes (e.g. primary index). @RESTSTRUCT{size,collection_figures_indexes,integer,required,int64} The total memory allocated for indexes in bytes. -@RESTSTRUCT{maxTick,collection_figures,integer,required,int64} +@RESTSTRUCT{lastTick,collection_figures,integer,required,int64} The tick of the last marker that was stored in a journal of the collection. This might be 0 if the collection does not yet have a journal. diff --git a/Documentation/DocuBlocks/collectionFigures.md b/Documentation/DocuBlocks/collectionFigures.md index 0d261efcc9..e4cb72bead 100644 --- a/Documentation/DocuBlocks/collectionFigures.md +++ b/Documentation/DocuBlocks/collectionFigures.md @@ -42,7 +42,7 @@ memory. document revision ids to storage engine datafile positions. * *indexes.count*: The total number of indexes defined for the * *indexes.size*: The total memory allocated for indexes in bytes. -* *maxTick*: The tick of the last marker that was stored in a journal +* *lastTick*: The tick of the last marker that was stored in a journal of the collection. This might be 0 if the collection does not yet have a journal. * *uncollectedLogfileEntries*: The number of markers in the write-ahead