FileStoreEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single direct child of a directory in an AgentFileStore, returned by ListChildrenAsync(String, CancellationToken).
public sealed class FileStoreEntry
type FileStoreEntry = class
Public NotInheritable Class FileStoreEntry
- Inheritance
-
FileStoreEntry
Constructors
| Name | Description |
|---|---|
| FileStoreEntry() |
Initializes a new instance of the FileStoreEntry class. |
| FileStoreEntry(String, String) |
Initializes a new instance of the FileStoreEntry class. |
Fields
| Name | Description |
|---|---|
| Directory |
The Type value for a subdirectory. |
| File |
The Type value for a regular file. |
Properties
| Name | Description |
|---|---|
| Name |
Gets or sets the name of the entry (a single path segment relative to the listed directory). |
| Type |