GetLoaderJobStatusRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Flag indicating whether or not to include details beyond the overall status (TRUE or FALSE; the default is FALSE).

Link copied to clipboard

Flag indicating whether or not to include a list of errors encountered (TRUE or FALSE; the default is FALSE).

Link copied to clipboard

The number of errors returned in each page (a positive integer; the default is 10). Only valid when the errors parameter set to TRUE.

Link copied to clipboard

The load ID of the load job to get the status of.

Link copied to clipboard
val page: Int?

The error page number (a positive integer; the default is 1). Only valid when the errors parameter is set to TRUE.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String