Class UpsertGroupOptions.ReadOnly
Inheritance
UpsertGroupOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record UpsertGroupOptions.ReadOnly : IEquatable<UpsertGroupOptions.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