LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
Pythonlangsmithsandbox_modelsFileStat
Class●Since v0.13

FileStat

Copy
FileStat(
  self,
  size_bytes: int,
  etag: Optional[str] = None,
  last_modified

Constructors

Attributes

View source on GitHub
:
Optional
[
str
]
=
None
,
content_type
:
Optional
[
str
]
=
None
)
constructor
__init__
NameType
size_bytesint
etagOptional[str]
last_modifiedOptional[str]
content_typeOptional[str]
attribute
size_bytes: int
attribute
etag: Optional[str]
attribute
last_modified: Optional[str]
attribute
content_type: Optional[str]

What a HEAD on a sandbox file reports, without transferring it.