Enum JobInfo.WriteDisposition (2.40.1)

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

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

Static Fields

Name Description
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

Name Description
valueOf(String name)
values()