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