CloudFileDirectory Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property Name Gets the name of the directory.
public property Parent Gets a CloudFileDirectory object that represents the parent directory for the directory.
public property Properties Gets a FileDirectoryProperties object that represents the directory's system properties.
public property ServiceClient Gets a CloudFileClient object that specifies the endpoint for the File service.
public property Share Gets a CloudFileShare object that represents the share for the directory.
public property StorageUri Gets the file directory's URIs for all locations.
public property Uri Gets the directory's URI for the primary location.

See Also