[[["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-05-07 UTC."],[[["The `ReadPayload` class handles partial or full asynchronous download responses and is available across multiple versions, including the latest 2.37.0-rc."],["Constructors are provided to create `ReadPayload` objects from strings or vectors of strings, enabling application mocking capabilities."],["The class includes modifier functions such as `set_metadata`, `reset_metadata`, `set_headers`, `clear_headers`, and `set_offset` to manipulate the payload's metadata, headers, and offset, primarily for use in application mocks."],["`ReadPayload` provides methods like `size()`, `contents()`, `metadata()`, `offset()`, and `headers()` to retrieve the total size, the payload contents, the object metadata, the starting offset, and the headers respectively."],["The `headers()` method returns the service's headers for debugging, but it is noted that the content can change without notice and should not be relied on for logic."]]],[]]