You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -617,8 +617,8 @@ await database.delete();
617
617
<aid="streaming-results"></a>
618
618
### Streaming results
619
619
620
-
Streaming can only be used with a v2 connection and only using the execute stream method.
621
-
The streamResult method from normal the normal execute method returns an in-memory stream of result, rather than dynamically fetching them from the response.
620
+
Streaming can only be used with a v2 connection and only using the `executeStream` method.
621
+
The streamResult method for the normal `execute` method returns an in-memory stream of result, rather than dynamically fetching them from the response. This is further explained in the [in-memory stream](#in-memory-stream) section.
622
622
623
623
The recommended way to consume query results is by using streams with standard events:
0 commit comments