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