Class CreatePrimaryQueryIndexOptions.ReadOnly
Inheritance
CreatePrimaryQueryIndexOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record CreatePrimaryQueryIndexOptions.ReadOnly : IEquatable<CreatePrimaryQueryIndexOptions.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(string?, bool, bool, CancellationToken, string?, string?, string?, TimeSpan)
Declaration
public ReadOnly(string? IndexNameValue, bool IgnoreIfExistsValue, bool DeferredValue, 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
DeferredValue
Declaration
public bool DeferredValue { get; init; }
Property Value
|
Edit this page
View Source
IgnoreIfExistsValue
Declaration
public bool IgnoreIfExistsValue { get; init; }
Property Value
|
Edit this page
View Source
IndexNameValue
Declaration
public string? IndexNameValue { 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
Implements