b2-sdk-python
b2-sdk-python copied to clipboard
Document `retain_until` parameter
Please document the retain_until parameter of the FileRetentionSetting class.
What is the int supposed to represent?
The retain_until parameter specifies the timestamp until which a file should be retained. It is an integer representing the number of milliseconds from the epoch.
Thank you for reporting that, we'll update the documentation accordingly.