Class LookupInSpec
Assembly: Couchbase.NetClient.dll
Syntax
public class LookupInSpec : OperationSpec, IEqualityComparer
Methods
|
Edit this page
View Source
Count(string, bool)
Declaration
public static LookupInSpec Count(string path, bool isXattr = false)
Parameters
Returns
|
Edit this page
View Source
Exists(string, bool)
Declaration
public static LookupInSpec Exists(string path, bool isXattr = false)
Parameters
Returns
|
Edit this page
View Source
Get(string, bool)
Declaration
public static LookupInSpec Get(string path, bool isXattr = false)
Parameters
Returns
|
Edit this page
View Source
GetFull()
Declaration
public static LookupInSpec GetFull()
Returns
Implements