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