Details
-
Bug
-
Resolution: Fixed
-
Critical
-
3.0.0-beta.1
-
None
-
None
-
1
-
SDK5: Docs, Pathfind Antorized
Description
One of the reasons to have an option block is simplified reuse of options. Thus, I should be able to create an object that has all of the options and is reused.
When testing with Python, I didn't get IDE auto completion and despite the seemingly flexible constructor, I could not do things like this:
uoptions = UpsertOptions(expiration=Seconds(10)) |