Hi,
Is there an api in C SDK similar to JAVA SDKs ‘boolean exists()’ API. The purpose is to only check if the document ID exist and not to retrieve the entire document as the size could be very large.
I did not find any relevant API in 2.9 documentation.
As a workaround, i am thinking of a sub-document lookup, but in some cases I may not no the subdocument attribute.
Thanks,
Jatin