Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AdvanceRelocateBucketOperationRequest

import type { AdvanceRelocateBucketOperationRequest } from "https://googleapis.deno.dev/v1/storage:v1.ts";

An AdvanceRelocateBucketOperation request.

interface AdvanceRelocateBucketOperationRequest {
expireTime?: Date;
ttl?: number;
}

§Properties

§
expireTime?: Date
[src]

Specifies the time when the relocation will revert to the sync stage if the relocation hasn't succeeded.

§
ttl?: number
[src]

Specifies the duration after which the relocation will revert to the sync stage if the relocation hasn't succeeded. Optional, if not supplied, a default value of 12h will be used.