> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UseResultsetStreaming

<a id="useresultsetstreaming" />

This property specifies whether the connector uses the AWS result set streaming API for result set fetching.

* `1`: The connector uses the result set streaming API.
* `0`: The connector uses pagination logic for result set fetching.

<Warning>
  **Important:** If you are connecting to Athena through a proxy server, make sure that the proxy server does not block port 444. The result set streaming API uses port 444 on the Athena server for outbound communications.
</Warning>

<table><colgroup><col /><col /><col /></colgroup><thead><tr><th scope="col">Default Value</th><th scope="col">Data Type</th><th scope="col">Required</th></tr></thead><tbody><tr><td>`1`</td><td><p>Integer</p></td><td><p>No</p></td></tr></tbody></table>
