JobService interface
Job endpoint definition
Properties
endpoint | Url for endpoint. |
error |
Any error in the service. NOTE: This property will not be serialized. It can only be populated by the server. |
job |
Endpoint type. |
nodes | Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node. |
port | Port for endpoint. |
properties | Additional properties to set on the endpoint. |
status | Status of endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endpoint
Url for endpoint.
endpoint?: string
Property Value
string
errorMessage
Any error in the service. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
jobServiceType
Endpoint type.
jobServiceType?: string
Property Value
string
nodes
Nodes that user would like to start the service on. If Nodes is not set or set to null, the service will only be started on leader node.
nodes?: NodesUnion
Property Value
port
Port for endpoint.
port?: number
Property Value
number
properties
Additional properties to set on the endpoint.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
status
Status of endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string