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

TransferMetadataOptions

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

Transfer metadata options for the instance.

interface TransferMetadataOptions {
gid?: "GID_UNSPECIFIED" | "GID_SKIP" | "GID_NUMBER_PRESERVE";
mode?: "MODE_UNSPECIFIED" | "MODE_SKIP" | "MODE_PRESERVE";
uid?: "UID_UNSPECIFIED" | "UID_SKIP" | "UID_NUMBER_PRESERVE";
}

§Properties

§
gid?: "GID_UNSPECIFIED" | "GID_SKIP" | "GID_NUMBER_PRESERVE"
[src]

Optional. The GID preservation behavior.

§
mode?: "MODE_UNSPECIFIED" | "MODE_SKIP" | "MODE_PRESERVE"
[src]

Optional. The mode preservation behavior.

§
uid?: "UID_UNSPECIFIED" | "UID_SKIP" | "UID_NUMBER_PRESERVE"
[src]

Optional. The UID preservation behavior.