JobListDescriptor

Contains the configuration and status information for a single job retrieved as part of a job list.

Types

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

Properties

Link copied to clipboard

A timestamp indicating when the specified job was created.

Link copied to clipboard

The user-specified description that was included in the specified job's Create Job request.

Link copied to clipboard

The ID for the specified job.

Link copied to clipboard

The operation that the specified job is configured to run on every object listed in the manifest.

Link copied to clipboard

The current priority for the specified job.

Link copied to clipboard

Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.

Link copied to clipboard

The specified job's current status.

Link copied to clipboard

A timestamp indicating when the specified job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.

Functions

Link copied to clipboard
inline fun copy(block: JobListDescriptor.Builder.() -> Unit = {}): JobListDescriptor
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