Directory class

Definition

Directory class.

Directory(name=None, props=None, metadata=None)
Inheritance
builtins.object
Directory

Variables

name
str
The name of the directory.
properties
DirectoryProperties
System properties for the directory.
metadata
dict(str, str)
A dict containing name-value pairs associated with the directory as metadata. This var is set to None unless the include=metadata param was included for the list directory operation. If this parameter was specified but the directory has no metadata, metadata will be set to an empty dictionary.