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

SourceParallelstore

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

Parallelstore as the source of a data transfer.

interface SourceParallelstore {
path?: string;
}

§Properties

§
path?: string
[src]

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