FileStoreEntry Class

Definition

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

Gets or sets the entry type, either File or Directory.

Applies to