Enum JobInfo.CreateDisposition (2.38.2)

public enum JobInfo.CreateDisposition extends Enum<JobInfo.CreateDisposition>

Specifies whether the job is allowed to create new tables.

Static Fields

NameDescription
CREATE_IF_NEEDED

Configures the job to create the table if it does not exist.

CREATE_NEVER

Configures the job to fail with a not-found error if the table does not exist.

Static Methods

NameDescription
valueOf(String name)
values()