executionSpec property

  1. @TagNumber.new(10)
DataScan_ExecutionSpec get executionSpec

Optional. DataScan execution settings.

If not specified, the fields in it will use their default values.

Implementation

@$pb.TagNumber(10)
DataScan_ExecutionSpec get executionSpec => $_getN(9);
  1. @TagNumber.new(10)
set executionSpec (DataScan_ExecutionSpec v)

Implementation

@$pb.TagNumber(10)
set executionSpec(DataScan_ExecutionSpec v) { setField(10, v); }