Class WatchQueryIndexOptions.ReadOnly
Inheritance
WatchQueryIndexOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record WatchQueryIndexOptions.ReadOnly : IEquatable<WatchQueryIndexOptions.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(bool, CancellationToken, string?, string?, string?, TimeSpan)
Declaration
public ReadOnly(bool WatchPrimaryValue, CancellationToken TokenValue, string? ScopeNameValue, string? CollectionNameValue, string? QueryContext, TimeSpan TimeoutValue)
Parameters
Properties
|
Edit this page
View Source
CollectionNameValue
Declaration
public string? CollectionNameValue { get; init; }
Property Value
|
Edit this page
View Source
QueryContext
Declaration
public string? QueryContext { get; init; }
Property Value
|
Edit this page
View Source
ScopeNameValue
Declaration
public string? ScopeNameValue { get; init; }
Property Value
|
Edit this page
View Source
TimeoutValue
Declaration
public TimeSpan TimeoutValue { get; init; }
Property Value
|
Edit this page
View Source
TokenValue
Declaration
public CancellationToken TokenValue { get; init; }
Property Value
|
Edit this page
View Source
WatchPrimaryValue
Declaration
public bool WatchPrimaryValue { get; init; }
Property Value
Implements