OracleLob::ChunkSize Property
Gets a value indicating the minimum number of bytes to retrieve from or send to the server during a read/write operation.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The connection is closed. |
| ObjectDisposedException | The object was closed or disposed. |
| OracleException | An Oracle error has occurred. |
The value returned by the ChunkSize property is not a setting of the .NET Framework Data Provider for Oracle. Instead, it is the value that the Oracle Call Interface (OCI) uses when communicating with the server. Use ChunkSize to ensure that client-side chunks are the same size. Reading or writing in smaller chunks does not cache data, and causes a less-optimized round trip to the server, because a full packet is not received or sent.
Available since 1.1