LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithsandboxGenerateDownloadURLOptions
Interface●Since v0.11

GenerateDownloadURLOptions

Options for minting a sandbox file download link.

Copy
interface GenerateDownloadURLOptions

Properties

property
contentDisposition: DownloadContentDisposition

Content-Disposition to serve the file with.

property
contentType: string

Content-Type to serve the file as.

property
expiresInSeconds: number

Link TTL in seconds. Omit for a link that never expires.

property
signal: AbortSignal

AbortSignal for cancellation.

View source on GitHub