upsert property

bool upsert
final

When upsert is set to true, the file is overwritten if it exists. When set to false, an error is thrown if the object already exists.

Defaults to false.

Implementation

final bool upsert;