[[["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 2022-09-30 UTC."],[[["This function, `fetch_data`, retrieves a portion of data from a specified blob."],["The function requires a `blob_key` to identify the target blob, along with `start_index` and `end_index` to define the data range to retrieve."],["The `start_index` parameter cannot be negative, and the `end_index` must be equal to or greater than the `start_index`."],["The function can optionally take an `rpc` parameter."],["The function returns a string containing the specified portion of data from the blob."]]],[]]