Class ExistsOptions
Inheritance
ExistsOptions
Assembly: Couchbase.NetClient.dll
Syntax
public class ExistsOptions
Constructors
View Source
ExistsOptions()
Declaration
Fields
View Source
DefaultReadOnly
Declaration
public static readonly ExistsOptions.ReadOnly DefaultReadOnly
Field Value
Methods
View Source
AsReadOnly()
Declaration
public ExistsOptions.ReadOnly AsReadOnly()
Returns
View Source
CancellationToken(CancellationToken)
Declaration
public ExistsOptions CancellationToken(CancellationToken token)
Parameters
Returns
View Source
Deconstruct(out TimeSpan?, out CancellationToken, out IRetryStrategy?, out IRequestSpan?)
Declaration
public void Deconstruct(out TimeSpan? timeout, out CancellationToken token, out IRetryStrategy? retryStrategy, out IRequestSpan? requestSpan)
Parameters
View Source
RequestSpan(IRequestSpan)
Inject an external span which will be the parent span of the internal span(s).
Declaration
public ExistsOptions RequestSpan(IRequestSpan span)
Parameters
Returns
View Source
RetryStrategy(IRetryStrategy)
Declaration
public ExistsOptions RetryStrategy(IRetryStrategy retryStrategy)
Parameters
Returns
View Source
Timeout(TimeSpan)
The time in which the operation will timeout if it does not complete.
Declaration
public ExistsOptions Timeout(TimeSpan timeout)
Parameters
Returns