Class UpsertUserOptions.ReadOnly
Inheritance
UpsertUserOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record UpsertUserOptions.ReadOnly : IEquatable<UpsertUserOptions.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(CancellationToken, TimeSpan)
Declaration
public ReadOnly(CancellationToken TokenValue, TimeSpan TimeoutValue)
Parameters
Properties
|
Edit this page
View Source
TimeoutValue
Declaration
public TimeSpan TimeoutValue { get; init; }
Property Value
|
Edit this page
View Source
TokenValue
Declaration
public CancellationToken TokenValue { get; init; }
Property Value
Implements