ObjectsGetOptions
import type { ObjectsGetOptions } from "https://googleapis.deno.dev/v1/storage:v1.ts";
Additional options for Storage#objectsGet.
§Properties
If present, selects a specific revision of this object (as opposed to the latest version, the default).
Makes the operation conditional on whether the 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.
Makes the operation conditional on whether the 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.
Makes the operation conditional on whether the object's current metageneration matches the given value.
Makes the operation conditional on whether the object's current metageneration does not match the given value.
Restore token used to differentiate soft-deleted objects with the same name and generation. Only applicable for hierarchical namespace buckets and if softDeleted is set to true. This parameter is optional, and is only required in the rare case when there are multiple soft-deleted objects with the same name and generation.
If true, only soft-deleted object versions will be listed. The default is false. For more information, see Soft Delete.