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

ReplicationSpec

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

Specifies the configuration for running a replication job.

interface ReplicationSpec {
gcsDataSink?: GcsData;
gcsDataSource?: GcsData;
objectConditions?: ObjectConditions;
transferOptions?: TransferOptions;
}

§Properties

§
gcsDataSink?: GcsData
[src]

Specifies cloud Storage data sink.

§
gcsDataSource?: GcsData
[src]

Specifies cloud Storage data source.

§
objectConditions?: ObjectConditions
[src]

Specifies the object conditions to only include objects that satisfy these conditions in the set of data source objects. Object conditions based on objects' "last modification time" do not exclude objects in a data sink.

§
transferOptions?: TransferOptions
[src]

Specifies the actions to be performed on the object during replication. Delete options are not supported for replication and when specified, the request fails with an INVALID_ARGUMENT error.