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