Skip to content

The FileSystemProperties class description contains errors and is incomplete #20772

Closed
@pdworzynski

Description

The FileSystemProperties class description contains errors and is incomplete - for example the page states that:

Returned FileSystemProperties instances expose these values through a dictionary interface, for example: file_system_props["last_modified"]. Additionally, the file system name is available as file_system_props["name"].

However, in version 12.5.0 of the azure-storage-file-datalake package the FileSystemProperties object is not subscriptable. Instead it implements the attribute accessors e.g.

file_system_properties['name'] # will throw: 'FileSystemProperties' object is not subscriptable
file_system_properties.name # works

Furthermore, attributes such as 'name' are not listed in the class description.

Thanks


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)bugThis issue requires a change to an existing behavior in the product in order to be resolved.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions