CursorInitArguments.batchSize

Specifies the initial batch size for the cursor. Or null for server default value.

struct CursorInitArguments
@embedNullable
Nullable!int batchSize;

Meta