◆ createJob() [1/2]
| inline |
Create a job which will run asynchronously.
The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by getJob.
| request_ | Request object containing the parameters for the operation. |
Definition at line 20851 of file KineticaFunctions.cs.
◆ createJob() [2/2]
| inline |
Create a job which will run asynchronously.
The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by getJob.
| endpoint | Indicates which endpoint to execute, e.g. ‘/alter/table’. |
| request_encoding | The encoding of the request payload for the job. Supported values:The default value is BINARY. |
| data | Binary-encoded payload for the job to be run asynchronously. The payload must contain the relevant input parameters for the endpoint indicated in endpoint . Please see the documentation for the appropriate endpoint to see what values must (or can) be specified. If this parameter is used, then request_encoding must be BINARY or SNAPPY. |
| data_str | JSON-encoded payload for the job to be run asynchronously. The payload must contain the relevant input parameters for the endpoint indicated in endpoint . Please see the documentation for the appropriate endpoint to see what values must (or can) be specified. If this parameter is used, then request_encoding must be JSON. |
| options | Optional parameters.
|
Definition at line 20935 of file KineticaFunctions.cs.
◆ CreateJobAsync() [1/2]
| inline |
Create a job which will run asynchronously.
(async)
The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by getJob.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 20870 of file KineticaFunctions.cs.
◆ CreateJobAsync() [2/2]
| inline |
Create a job which will run asynchronously.
(async)
The response returns a job ID, which can be used to query the status and result of the job. The status and the result of the job upon completion can be requested by getJob.
| endpoint | Indicates which endpoint to execute, e.g. ‘/alter/table’. |
| request_encoding | The encoding of the request payload for the job. Supported values:The default value is BINARY. |
| data | Binary-encoded payload for the job to be run asynchronously. The payload must contain the relevant input parameters for the endpoint indicated in endpoint . Please see the documentation for the appropriate endpoint to see what values must (or can) be specified. If this parameter is used, then request_encoding must be BINARY or SNAPPY. |
| data_str | JSON-encoded payload for the job to be run asynchronously. The payload must contain the relevant input parameters for the endpoint indicated in endpoint . Please see the documentation for the appropriate endpoint to see what values must (or can) be specified. If this parameter is used, then request_encoding must be JSON. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 21004 of file KineticaFunctions.cs.