Class GetAnyReplicaOptions.ReadOnly
Inheritance
GetAnyReplicaOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record GetAnyReplicaOptions.ReadOnly : IEquatable<GetAnyReplicaOptions.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(ITypeTranscoder?, IRetryStrategy?, IRequestSpan?, CancellationToken)
Declaration
public ReadOnly(ITypeTranscoder? Transcoder, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan, CancellationToken Token)
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
Token
Declaration
public CancellationToken Token { get; init; }
Property Value
|
Edit this page
View Source
Transcoder
Declaration
public ITypeTranscoder? Transcoder { get; init; }
Property Value
Implements