Constructs a new DivideTask.
Optionalproperties: IDivideTaskProperties to set
OptionalaggregatorSpecifies another aggregator resut to divide by.
OptionalbigA stringified big.js. Accepts variable expansion syntax.
OptionalDenominatorDivideTask Denominator.
OptionaljobA job whose result is computed before dividing our numerical input by that result.
OptionalscalarSpecifies a basic scalar denominator to divide by.
Converts this DivideTask to JSON.
JSON object
StaticcreateCreates a new DivideTask instance using the specified properties.
Optionalproperties: IDivideTaskProperties to set
DivideTask instance
StaticdecodeDecodes a DivideTask message from the specified reader or buffer.
Reader or buffer to decode from
Optionallength: numberMessage length if known beforehand
DivideTask
StaticdecodeDecodes a DivideTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
DivideTask
StaticencodeEncodes the specified DivideTask message. Does not implicitly {@apilink oracle_job.OracleJob.DivideTask.verify|verify} messages.
DivideTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticencodeEncodes the specified DivideTask message, length delimited. Does not implicitly {@apilink oracle_job.OracleJob.DivideTask.verify|verify} messages.
DivideTask message or plain object to encode
Optionalwriter: WriterWriter to encode to
Writer
StaticfromCreates a DivideTask message from a plain object. Also converts values to their respective internal types.
Plain object
DivideTask
StaticgetGets the default type url for DivideTask
OptionaltypeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
StatictoCreates a plain object from a DivideTask message. Also converts values to other types if specified.
DivideTask
Optionaloptions: IConversionOptionsConversion options
Plain object
StaticverifyVerifies a DivideTask message.
Plain object to verify
null if valid, otherwise the reason why it is not
This task will divide a numerical input by a scalar value from a job of subtasks, an aggregator, or a big.
Input: The current running numerical result output from a scalar value, an aggregator, a job of subtasks or a big.
Returns: A numerical result.
Example: Returns the numerical result by dividing by a job of subtasks.
Example: Returns the numerical result by dividing by an aggregator.
Example: Returns the numerical result by dividing by a big.