Represents a directory of files, designated by a delimiter character.
The following tables list the members exposed by the CloudFileDirectory type.
Public Constructors
Name | Description | |
---|---|---|
CloudFileDirectory | Initializes a new instance of the CloudFileDirectory class using an absolute URI to the directory. |
Public Properties
Name | Description | |
---|---|---|
Name | Gets the name of the directory. | |
Parent | Gets a CloudFileDirectory object that represents the parent directory for the directory. | |
Properties | Gets a FileDirectoryProperties object that represents the directory's system properties. | |
ServiceClient | Gets a CloudFileClient object that specifies the endpoint for the File service. | |
Share | Gets a CloudFileShare object that represents the share for the directory. | |
StorageUri | Gets the file directory's URIs for all locations. | |
Uri | Gets the directory's URI for the primary location. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Create | ||
CreateAsync | Overloaded. | |
CreateIfNotExistsAsync | Overloaded. | |
DeleteAsync | Overloaded. | |
DeleteIfExistsAsync | Overloaded. | |
Equals | (Inherited from Object) | |
ExistsAsync | Overloaded. | |
FetchAttributesAsync | Overloaded. | |
GetDirectoryReference | Returns a CloudFileDirectory object that represents a subdirectory within this directory. | |
GetFileReference | Returns a CloudFile object that represents a file in this directory. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ListFilesAndDirectoriesSegmentedAsync | Overloaded. | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |