IPluginDataStore.Read method
Read the named file, or null if it is absent, the name is invalid, or the read fails.
public byte[]? Read(string name)| parameter | description |
|---|---|
| name | Relative file name (see type remarks for the allowed shape). |
Return Value
Section titled “Return Value”The stored bytes, or null.
See Also
Section titled “See Also”- interface IPluginDataStore
- namespace Stellar.Abstractions.Services