snowflake.snowpark.ListResult¶
- class snowflake.snowpark.ListResult(name: str, size: int, md5: Optional[str], sha1: Optional[str], last_modified: str)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.39.1/src/snowflake/snowpark/file_operation.py#L48-L59)¶
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)