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(CancellationToken, ITypeTranscoder?, IRetryStrategy?, IRequestSpan?, InternalReadPreference)
Declaration
public ReadOnly(CancellationToken Token, ITypeTranscoder? Transcoder, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan, InternalReadPreference ReadPreference)
Parameters
Properties
|
Edit this page
View Source
ReadPreference
Declaration
public InternalReadPreference ReadPreference { get; init; }
Property Value
|
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