We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CommandRecord.trim
OverflowError
S2ClientError
1 parent aaf4bfe commit f394b1eCopy full SHA for f394b1e
1 file changed
src/s2_sdk/_types.py
@@ -272,6 +272,7 @@ def fence(token: str) -> Record:
272
return Record(body=encoded_token, headers=[(bytes(), CommandRecord.FENCE)])
273
274
@staticmethod
275
+ @fallible
276
def trim(desired_first_seq_num: int) -> Record:
277
"""Create a trim command record.
278
0 commit comments