Class QueryOptions.ReadOnlyRecord
Inheritance
QueryOptions.ReadOnlyRecord
Assembly: Couchbase.NetClient.dll
Syntax
public record QueryOptions.ReadOnlyRecord : IEquatable<QueryOptions.ReadOnlyRecord>
Constructors
|
Edit this page
View Source
ReadOnlyRecord(IReadOnlyList<object?>, IReadOnlyDictionary<string, object>, IReadOnlyDictionary<string, object>, bool, bool?, int?, int?, int?, QueryPlan?, QueryProfile, bool?, int?, QueryScanConsistency, TimeSpan?, string?, TimeSpan?, bool, bool, bool, string?, string?, IRequestSpan?, IRetryStrategy?, CancellationToken, Uri?, bool, bool, string?, ITypeSerializer?, string?, bool?)
Declaration
public ReadOnlyRecord(IReadOnlyList<object?> Arguments, IReadOnlyDictionary<string, object> Parameters, IReadOnlyDictionary<string, object> RawParameters, bool AutoExecute, bool? IncludeMetrics, int? MaxServerParallelism, int? PipelineBatch, int? PipelineCapacity, QueryPlan? PreparedPayload, QueryProfile Profile, bool? ReadOnly, int? ScanCapacity, QueryScanConsistency ScanConsistency, TimeSpan? ScanWait, string? Statement, TimeSpan? TimeOut, bool FlexIndex, bool IsUsed, bool PreserveExpiry, string? BucketName, string? ScopeName, IRequestSpan? RequestSpan, IRetryStrategy? RetryStrategy, CancellationToken Token, Uri? LastDispatchedNode, bool IsPrepared, bool IsAdHoc, string? CurrentContextId, ITypeSerializer? Serializer, string? QueryContext, bool? UseReplica)
Parameters
Properties
|
Edit this page
View Source
Arguments
Declaration
public IReadOnlyList<object?> Arguments { get; init; }
Property Value
|
Edit this page
View Source
AutoExecute
Declaration
public bool AutoExecute { get; init; }
Property Value
|
Edit this page
View Source
BucketName
Declaration
public string? BucketName { get; init; }
Property Value
|
Edit this page
View Source
CurrentContextId
Declaration
public string? CurrentContextId { get; init; }
Property Value
|
Edit this page
View Source
FlexIndex
Declaration
public bool FlexIndex { get; init; }
Property Value
|
Edit this page
View Source
IncludeMetrics
Declaration
public bool? IncludeMetrics { get; init; }
Property Value
|
Edit this page
View Source
IsAdHoc
Declaration
public bool IsAdHoc { get; init; }
Property Value
|
Edit this page
View Source
IsPrepared
Declaration
public bool IsPrepared { get; init; }
Property Value
|
Edit this page
View Source
IsUsed
Declaration
public bool IsUsed { get; init; }
Property Value
|
Edit this page
View Source
LastDispatchedNode
Declaration
public Uri? LastDispatchedNode { get; init; }
Property Value
|
Edit this page
View Source
MaxServerParallelism
Declaration
public int? MaxServerParallelism { get; init; }
Property Value
|
Edit this page
View Source
Parameters
Declaration
public IReadOnlyDictionary<string, object> Parameters { get; init; }
Property Value
|
Edit this page
View Source
PipelineBatch
Declaration
public int? PipelineBatch { get; init; }
Property Value
|
Edit this page
View Source
PipelineCapacity
Declaration
public int? PipelineCapacity { get; init; }
Property Value
|
Edit this page
View Source
PreparedPayload
Declaration
public QueryPlan? PreparedPayload { get; init; }
Property Value
|
Edit this page
View Source
PreserveExpiry
Declaration
public bool PreserveExpiry { get; init; }
Property Value
|
Edit this page
View Source
Profile
Declaration
public QueryProfile Profile { get; init; }
Property Value
|
Edit this page
View Source
QueryContext
Declaration
public string? QueryContext { get; init; }
Property Value
|
Edit this page
View Source
RawParameters
Declaration
public IReadOnlyDictionary<string, object> RawParameters { get; init; }
Property Value
|
Edit this page
View Source
ReadOnly
Declaration
public bool? ReadOnly { 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
ScanCapacity
Declaration
public int? ScanCapacity { get; init; }
Property Value
|
Edit this page
View Source
ScanConsistency
Declaration
public QueryScanConsistency ScanConsistency { get; init; }
Property Value
|
Edit this page
View Source
ScanWait
Declaration
public TimeSpan? ScanWait { get; init; }
Property Value
|
Edit this page
View Source
ScopeName
Declaration
public string? ScopeName { get; init; }
Property Value
|
Edit this page
View Source
Serializer
Declaration
public ITypeSerializer? Serializer { get; init; }
Property Value
|
Edit this page
View Source
Statement
Declaration
public string? Statement { 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
UseReplica
Declaration
public bool? UseReplica { get; init; }
Property Value
Implements