Class GetAnyReplicaOptions.ReadOnly
Inheritance
System.Object
GetAnyReplicaOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public class ReadOnly : object, IEquatable<GetAnyReplicaOptions.ReadOnly>
Constructors
|
Improve this Doc
View Source
ReadOnly(ITypeTranscoder, IRetryStrategy, IRequestSpan, CancellationToken)
Declaration
public ReadOnly(ITypeTranscoder Transcoder, IRetryStrategy RetryStrategy, IRequestSpan RequestSpan, CancellationToken Token)
Parameters
Properties
|
Improve this Doc
View Source
RequestSpan
Declaration
public IRequestSpan RequestSpan { get; set; }
Property Value
|
Improve this Doc
View Source
RetryStrategy
Declaration
public IRetryStrategy RetryStrategy { get; set; }
Property Value
|
Improve this Doc
View Source
Token
Declaration
public CancellationToken Token { get; set; }
Property Value
Type |
Description |
CancellationToken |
|
|
Improve this Doc
View Source
Transcoder
Declaration
public ITypeTranscoder Transcoder { get; set; }
Property Value
Implements
System.IEquatable<>