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