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

last_modified

For a stage, The last modified timestamp of the file.

md5

For a stage, the MD5 column stores an MD5 hash of the contents of the staged data file.

name

For a stage, Name of the staged file.

sha1

For a stage, Not used.

size

Size of the file compressed (in bytes)