return_fixed_size_list


Description:

[ NoAccessorMethod ]
[ Version ( since = "23.0.0" ) ]
public ListSliceReturnFixedSizeList return_fixed_size_list { get; set; }

Whether to return a FixedSizeListArray.

If TRUE and stop is after a list element's length, nulls will be appended to create the requested slice size. If AUTO (default), will return whatever type it got in.