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

StreamingSessionStorageRoot

import type { StreamingSessionStorageRoot } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

The upload storage root location (folder) on streaming workstations where files are uploaded.

interface StreamingSessionStorageRoot {
linux?: string | null;
windows?: string | null;
}

§Properties

§
linux?: string | null
[src]

The folder path in Linux workstations where files are uploaded.

§
windows?: string | null
[src]

The folder path in Windows workstations where files are uploaded.