ScriptProcessor Properties |
The ScriptProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| Buffer |
Gets the data buffer.
| |
| ExpressionCount |
Gets the process expression count the current instance is setup to compute.
| |
| LookAheadRecords |
Gets the number of records that need to be preloaded to enable computations. If all records are required,-1 is returned.
| |
| LookBehindRecords |
Gets the number of records that need to be preserved in memory to enable computations. If all records are required,-1 is returned.
| |
| RequiredBufferSize |
Gets the size of the required buffer. If all records are required,-1 is returned.
|