Subdocs LookupIn.Exists doc or sdk bug

Description

https://docs.couchbase.com/dotnet-sdk/current/howtos/subdocument-operations.html

This is incorrect:

LookupInResult has an Exists method, but this should not be confused with the exists operation . The Exists method is used to check if anything was returned by the server for a given operation. The result of the exists operation should be checked with ContentAs<bool>(index) , as in the example.

It should be: The result of the exists operation should be checked with Exists() (index) , as in the example OR its an SDK bug and needs to be fixed!

Environment

None

Gerrit Reviews

None

Release Notes Description

None

Activity

Show:
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Story Points

Components

Fix versions

Affects versions

Priority

Instabug

Open Instabug

PagerDuty

Sentry

Zendesk Support

Created October 26, 2021 at 6:21 PM
Updated October 26, 2021 at 7:06 PM
Instabug