summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/timeseries.idl
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-12-15 13:41:29 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-15 20:17:40 +0000
commit0c132588e9907c7b123f986a61c3a43cd087381f (patch)
treea83d514dff0689f97e7d9db7b503912767ec9cc9 /src/mongo/db/timeseries/timeseries.idl
parentc425bdcf1862d642460211fcf450664233a9e6d0 (diff)
downloadmongo-0c132588e9907c7b123f986a61c3a43cd087381f.tar.gz
SERVER-52545 Define listIndexes with IDL
Diffstat (limited to 'src/mongo/db/timeseries/timeseries.idl')
-rw-r--r--src/mongo/db/timeseries/timeseries.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/timeseries/timeseries.idl b/src/mongo/db/timeseries/timeseries.idl
index c2ecaf9227b..814bb634b65 100644
--- a/src/mongo/db/timeseries/timeseries.idl
+++ b/src/mongo/db/timeseries/timeseries.idl
@@ -50,5 +50,5 @@ structs:
expireAfterSeconds:
description: "The number of seconds after which old time-series data should be
deleted."
- type: long
+ type: safeInt64
optional: true