The FileSystemProperties class description contains errors and is incomplete #20772
Closed
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.
- ID: 29e4053d-02ce-5e9f-4952-25f972d7aff8
- Version Independent ID: 0ebcea76-2e11-de3f-f5fb-372f540a0eb1
- Content: azure.storage.filedatalake.FileSystemProperties class
- Content Source: docs-ref-autogen/azure-storage-file-datalake/azure.storage.filedatalake.FileSystemProperties.yml
- GitHub Login: @lmazuel
- Microsoft Alias: lmazuel
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Storage Service (Queues, Blobs, Files)This issue requires a change to an existing behavior in the product in order to be resolved.Workflow: This issue needs attention from Azure service team or SDK team