'Declaration Public Property ResponseBufferSize As Integer
'Usage Dim instance As TdConnectionStringBuilder Dim value As Integer instance.ResponseBufferSize = value value = instance.ResponseBufferSize
public int ResponseBufferSize {get; set;}
'Declaration Public Property ResponseBufferSize As Integer
'Usage Dim instance As TdConnectionStringBuilder Dim value As Integer instance.ResponseBufferSize = value value = instance.ResponseBufferSize
public int ResponseBufferSize {get; set;}
The Data Provider allocates data buffers for the purpose of receiving data from the Advanced SQL Engine.
The buffer size is adjusted higher when a response message size from the Advanced SQL Engine exceeds the initial size.
The Advanced SQL Engine packs as many rows as possible into a single response message. For example, the Advanced SQL Engine packs 16 rows of size 512 bytes into a response buffer of size 8192 bytes (8192 = 16 * 512).
Refer to Performance Considerations: Response Buffer Size for additional information.
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |