IPluginDataStore.List method
Names of existing files in this plugin’s data directory, optionally filtered to those starting with prefix. Returns an empty list on any failure. Names use / as the separator.
public IReadOnlyList<string> List(string? prefix = null)| parameter | description |
|---|---|
| prefix | Optional name prefix filter (e.g. "replay/"); null returns all. |
Return Value
Section titled “Return Value”Matching file names, relative to the data directory.
See Also
Section titled “See Also”- interface IPluginDataStore
- namespace Stellar.Abstractions.Services