You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
|`age`|*number*|:heavy_check_mark:| Age in seconds for automatic trimming of records older than this threshold.<br/>If this is set to 0, the stream will have infinite retention.|
|`age`|*number*|:heavy_check_mark:| Age in seconds for automatic trimming of records older than this threshold.<br/>This must be set to a value greater than 0 seconds.<br/>(While S2 is in public preview, this is capped at 28 days. Let us know if you'd like the cap removed.)|
Copy file name to clipboardExpand all lines: docs/models/operations/readrequest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,5 +23,5 @@ let value: ReadRequest = {
23
23
| `count` | *number* | :heavy_minus_sign: | Limit total records to return.<br/>If this is provided, tailing will be disabled. |
24
24
| `bytes` | *number* | :heavy_minus_sign: | Limit total metered bytes to return.<br/>If this is provided, tailing will be disabled. |
25
25
| `until` | *number* | :heavy_minus_sign: | Exclusive timestamp to read until.<br/>If this is provided, tailing will be disabled. |
26
-
| `clamp` | *boolean* | :heavy_minus_sign: | Clamp the start position at the tail position. |
26
+
| `clamp` | *boolean* | :heavy_minus_sign: | Clamp the start position at the tail position.<br/>If set, the read will start at the tail of the stream if the requested position is greater than it. |
27
27
| `s2Basin` | *string* | :heavy_check_mark: | Basin name for basin-specific endpoints |
0 commit comments