snowflake.snowpark.ListResult¶
- class snowflake.snowpark.ListResult(name: str, size: int, md5: Optional[str], sha1: Optional[str], last_modified: str)[source]¶
Bases:
NamedTuple
Represents the results of listing files from a stage location.
Methods
Attributes
For a stage, The last modified timestamp of the file.
For a stage, the MD5 column stores an MD5 hash of the contents of the staged data file.
For a stage, Name of the staged file.
For a stage, Not used.
Size of the file compressed (in bytes)