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

DestinationParallelstore

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

Parallelstore as the destination of a data transfer.

interface DestinationParallelstore {
path?: string;
}

§Properties

§
path?: string
[src]

Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.