File tree Expand file tree Collapse file tree
modules/n1ql/pages/n1ql-language-reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,9 @@ Only the `maxTTL` attribute is valid; any other attributes generate an error.
8989
9090|**maxTTL** +
9191__required__
92- |The maximum time-to-live for any item in the collection.
92+ |[.status]#Enterprise Edition#
93+
94+ The maximum time-to-live for any item in the collection.
9395May have any of the following values.
9496
9597`0` or unspecified: The collection inherits the maximum time-to-live setting from the bucket which contains it.
@@ -100,6 +102,10 @@ Overrides the maximum time-to-live set by the bucket.
100102`-1`: By default, items in the collection never expire.
101103Overrides the maximum time-to-live set by the bucket.
102104
105+ NOTE: `maxTTL` is an Enterprise Edition setting.
106+ While the attribute is available in Community Edition, it only supports the value `0`.
107+ Setting `maxTTL` to any other value in Community Edition results in an error.
108+
103109|integer
104110|===
105111
You can’t perform that action at this time.
0 commit comments