[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-13 UTC."],[],[],null,["# HttpsCallableStreamResult interface\n\nAn `HttpsCallableStreamResult` wraps a single streaming result from a function call.\n\n**Signature:** \n\n export interface HttpsCallableStreamResult\u003cResponseData = unknown, StreamData = unknown\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------|-----------------------------|-------------|\n| [data](./functions.httpscallablestreamresult.md#httpscallablestreamresultdata) | Promise\\\u003cResponseData\\\u003e | |\n| [stream](./functions.httpscallablestreamresult.md#httpscallablestreamresultstream) | AsyncIterable\\\u003cStreamData\\\u003e | |\n\nHttpsCallableStreamResult.data\n------------------------------\n\n**Signature:** \n\n readonly data: Promise\u003cResponseData\u003e;\n\nHttpsCallableStreamResult.stream\n--------------------------------\n\n**Signature:** \n\n readonly stream: AsyncIterable\u003cStreamData\u003e;"]]