[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["`RunInReadOnlyTransaction` executes a user-provided function within a read-only datastore transaction, retrying the default number of times."],["Read-only transactions, initiated by `RunInReadOnlyTransaction`, do not allow for write operations but may offer enhanced execution efficiency."],["The function provided to `RunInReadOnlyTransaction` receives positional and keyword arguments and any returned value from the function is returned."],["The transaction performed by `RunInReadOnlyTransaction` can fail, which would raise a `TransactionFailedError`."]]],[]]