ObjectsMoveOptions
import type { ObjectsMoveOptions } from "https://googleapis.deno.dev/v1/storage:v1.ts";
Additional options for Storage#objectsMove.
§Properties
Makes the operation conditional on whether the destination object's
current generation matches the given value. Setting to 0 makes the
operation succeed only if there are no live versions of the object.
ifGenerationMatch
and ifGenerationNotMatch
conditions are mutually
exclusive: it's an error for both of them to be set in the request.
Makes the operation conditional on whether the destination object's
current generation does not match the given value. If no live object
exists, the precondition fails. Setting to 0 makes the operation succeed
only if there is a live version of the object.ifGenerationMatch
and
ifGenerationNotMatch
conditions are mutually exclusive: it's an error for
both of them to be set in the request.
Makes the operation conditional on whether the destination object's
current metageneration matches the given value. ifMetagenerationMatch
and
ifMetagenerationNotMatch
conditions are mutually exclusive: it's an error
for both of them to be set in the request.
Makes the operation conditional on whether the destination object's
current metageneration does not match the given value.
ifMetagenerationMatch
and ifMetagenerationNotMatch
conditions are
mutually exclusive: it's an error for both of them to be set in the
request.
Makes the operation conditional on whether the source object's current
generation matches the given value. ifSourceGenerationMatch
and
ifSourceGenerationNotMatch
conditions are mutually exclusive: it's an
error for both of them to be set in the request.
Makes the operation conditional on whether the source object's current
generation does not match the given value. ifSourceGenerationMatch
and
ifSourceGenerationNotMatch
conditions are mutually exclusive: it's an
error for both of them to be set in the request.
Makes the operation conditional on whether the source object's current
metageneration matches the given value. ifSourceMetagenerationMatch
and
ifSourceMetagenerationNotMatch
conditions are mutually exclusive: it's an
error for both of them to be set in the request.
Makes the operation conditional on whether the source object's current
metageneration does not match the given value.
ifSourceMetagenerationMatch
and ifSourceMetagenerationNotMatch
conditions are mutually exclusive: it's an error for both of them to be set
in the request.