Class DropQueryIndexOptions.ReadOnly
Inheritance
DropQueryIndexOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record DropQueryIndexOptions.ReadOnly : IEquatable<DropQueryIndexOptions.ReadOnly>
Constructors
|
Edit this page
View Source
ReadOnly(bool, CancellationToken, string?, string?, string?, TimeSpan)
Declaration
public ReadOnly(bool IgnoreIfExistsValue, 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
IgnoreIfExistsValue
Declaration
public bool IgnoreIfExistsValue { 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