Enum JobInfo.WriteDisposition (2.38.2)

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

Specifies the action that occurs if the destination table already exists.

Static Fields

NameDescription
WRITE_APPEND

Configures the job to append data to the table if it already exists.

WRITE_EMPTY

Configures the job to fail with a duplicate error if the table already exists.

WRITE_TRUNCATE

Configures the job to overwrite the table data if table already exists.

Static Methods

NameDescription
valueOf(String name)
values()