PathProperties Class

Path properties listed by get_paths api.

Inheritance
azure.storage.filedatalake._shared.models.DictMixin
PathProperties

Constructor

PathProperties(**kwargs)

Variables

name
str

The full path for a file or directory.

owner
str

The owner of the file or directory.

group
str

The owning group of the file or directory.

permissions
str

Sets POSIX access permissions for the file owner, the file owning group, and others. Each class may be granted read, write, or execute permission. The sticky bit is also supported. Both symbolic (rwxrw-rw-) and 4-digit octal notation (e.g. 0766) are supported.

last_modified
datetime

A datetime object representing the last time the directory/file was modified.

is_directory
bool

Is the path a directory or not.

etag
str

The ETag contains a value that you can use to perform operations conditionally.

content_length
int

The size of file if the path is a file.

creation_time
datetime

The creation time of the file/directory.

expiry_time
datetime

The expiry time of the file/directory.