'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 Teradata Database.
The buffer size is adjusted higher when a response message size from the Teradata Database exceeds the initial size.
The Teradata Database packs as many rows as possible into a single response message. For example, the Teradata Database packs 16 rows of size 512 bytes into a response buffer of size 8192 bytes (8192 = 16 * 512).
Also refer to Performance Considerations: Response Buffer Size for additional information.
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2