Use the Return Data tab to specify how data is returned from the service objects.
Specifies that data is to be returned to the client on every client call.
Returns a Variant Array data type to the client. Using arrays instead of collections is recommended.
Returns a Variant Collection data type to the client. This is not a recommended option. It is only provided to demonstrate the cost of passing collections.
Specifies how many bytes per row are returned to the client objects.
Specifies the amount of data size variation (using Bytes/Row as a base) for data returned to the client objects.
Specifies how many rows are returned to the client objects.
Specifies the number of rows variation (using Rows as a base) for data returned to the client objects.