GetResult.Expiry is always null

Hi Artem,

The SDK needs a hint that you’re interested in the expiry, otherwise it won’t fetch it from the server. I’m not fluent in C#, but I think this is how you do it:

collection.Get("document-key", options => {
    options.Expiry();
});

Thanks,
David

3 Likes