Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Programmatically dehydration #8

Open
Gaburiere opened this issue Jul 19, 2022 · 3 comments
Open

Programmatically dehydration #8

Gaburiere opened this issue Jul 19, 2022 · 3 comments

Comments

@Gaburiere
Copy link

Hi, we were using UserFileSystem version 4 and now we've upgraded it to version 5.
With v4 we used to call Dehydrate method, but with v5 it seems not to exists anymore. We can't find any documentation for v5 and so we don't know if the Dehydrate signature was moved or removed. Is there a way to programmatically call dehydrate on v5?
thanks.

@ITHitBuild
Copy link
Contributor

Hi Gaburiere,

You are right, we have made a lot of PlacholderItem, PlaceholderFile and PlaceholderFolder methods internal in v5 release.

We are bringing back Hydrate(), Dehydrate(), HydrationRequired(), DehydrationRequired() and GetState() methods and also adding TryHydrate(), TryDehydrate(), TryHydrationRequired(), TryDehydrationRequired(), TryGetState() methods in the next update.

If you fill like any more methods may be useful for you please let us know.

@Gaburiere
Copy link
Author

ok thank you, in your opinion when will this update be released?

@ITHitBuild
Copy link
Contributor

We have just published a v6.0 Beta with hydration and dehydration methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants