Class WriteMode (2.25.0)

WriteMode(value)

Mode enum of the stream.

Enum values:

WRITE_MODE_UNSPECIFIED (0):
    Unknown type.
INSERT (1):
    Insert new records into the table.
    It is the default value if customers do not
    specify it.