dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePipe Class / MaxPipeSize Property

In This Topic
MaxPipeSize Property
In This Topic
Gets or sets maximum space reserved for the pipe.
Syntax
'Declaration
 
Public Property MaxPipeSize As Integer
 

Property Value

The maximum allowed space in bytes. The default maxpipesize is 8192 bytes.
Remarks
The total size of all of the messages on the pipe cannot exceed this amount. The message is blocked if it exceeds this maximum.
See Also