Class LookupInOptions.ReadOnly
Inheritance
LookupInOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record LookupInOptions.ReadOnly : IEquatable<LookupInOptions.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(TimeSpan?, CancellationToken, bool, ITypeSerializer?, ITypeTranscoder?, bool, IRetryStrategy?, IRequestSpan?, short?)
Declaration
public ReadOnly(TimeSpan? Timeout, CancellationToken Token, bool Expiry, ITypeSerializer? Serializer, ITypeTranscoder? Transcoder, bool AccessDeleted, IRetryStrategy? RetryStrategy, IRequestSpan? RequestSpan, short? ReplicaIndex = null)
Parameters
Properties
|
Edit this page
View Source
AccessDeleted
Declaration
public bool AccessDeleted { get; init; }
Property Value
|
Edit this page
View Source
Expiry
Declaration
public bool Expiry { get; init; }
Property Value
|
Edit this page
View Source
ReplicaIndex
Declaration
public short? ReplicaIndex { 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
Serializer
Declaration
public ITypeSerializer? Serializer { get; init; }
Property Value
|
Edit this page
View Source
Timeout
Declaration
public TimeSpan? Timeout { 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