Send Data (Client Options Dialog Box)

   

Use the Send Data tab to specify how data is sent to the service objects.

Options

Pass Data to Services

Specifies that client processes pass data to the service objects with each call. In the asynchronous model, the data is passed through the job manager and a worker with each service request. In the synchronous model, data is passed only through a worker.

Variant Array

Passes a Variant Array data type to the service objects. Using arrays instead of collections is recommended.

Variant Collection

Passes a Variant Collection data type. This is not a recommended option. It is only provided to demonstrate the cost of passing collections.

Bytes/Row

Specifies how many bytes per row are passed to the service objects.

+/-

Specifies the amount of data size variation (using Bytes/Row as a base) for data passed to the service objects.

Rows

Specifies how many rows are passed to the service objects.

+/-

Specifies the number of rows variation (using Rows as a base) for data passed to the service objects.