Microsoft.Extensions.FileProviders.Composite
Represents a composition of .
Creates a new instance of .
The list of to compose.
Represents a composition of .
Creates a new instance of .
The list of to compose.
Represents the result of a call composition of
for a list of and a path.
Creates a new instance of to represents the result of a call composition of
.
The list of for which the results have to be composed.
The path.
Looks up files using a list of .
Initializes a new instance of the class using a list of file provider.
Initializes a new instance of the class using a list of file provider.
Locates a file at the given path.
The path that identifies the file.
The file information. Caller must check Exists property. This will be the first existing returned by the provided or a not found if no existing files is found.
Enumerate a directory at the given path, if any.
The path that identifies the directory
Contents of the directory. Caller must check Exists property.
The content is a merge of the contents of the provided .
When there is multiple with the same Name property, only the first one is included on the results.
Creates a for the specified .
Filter string used to determine what files or folders to monitor. Example: **/*.cs, *.*, subFolder/**/*.cshtml.
An that is notified when a file matching is added, modified or deleted.
The change token will be notified when one of the change token returned by the provided will be notified.
Gets the list of configured instances.