Class ExistsOptions.ReadOnly
Inheritance
ExistsOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record ExistsOptions.ReadOnly : IEquatable<ExistsOptions.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(TimeSpan?, CancellationToken, IRetryStrategy?, IRequestSpan?)
Declaration
public ReadOnly(TimeSpan? Timeout, CancellationToken Token, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan)
Parameters
Properties
|
Edit this page
View Source
RequestSpan
Declaration
public IRequestSpan? RequestSpan { get; init; }
Property Value
|
Edit this page
View Source
RetryStrategy
Declaration
public IRetryStrategy? RetryStrategy { get; init; }
Property Value
|
Edit this page
View Source
Timeout
Declaration
public TimeSpan? Timeout { get; init; }
Property Value
|
Edit this page
View Source
Token
Declaration
public CancellationToken Token { get; init; }
Property Value
Implements