Class DropQueryIndexOptions.ReadOnly
Inheritance
System.Object
DropQueryIndexOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public class ReadOnly : object, IEquatable<DropQueryIndexOptions.ReadOnly>
Constructors
|
Improve this Doc
View Source
ReadOnly(Boolean, CancellationToken, Nullable<String>, Nullable<String>, Nullable<String>, TimeSpan)
Declaration
public ReadOnly(bool IgnoreIfExistsValue, CancellationToken TokenValue, string? ScopeNameValue, string? CollectionNameValue, string? QueryContext, TimeSpan TimeoutValue)
Parameters
Type |
Name |
Description |
System.Boolean |
IgnoreIfExistsValue |
|
CancellationToken |
TokenValue |
|
System.Nullable<System.String> |
ScopeNameValue |
|
System.Nullable<System.String> |
CollectionNameValue |
|
System.Nullable<System.String> |
QueryContext |
|
TimeSpan |
TimeoutValue |
|
Properties
|
Improve this Doc
View Source
CollectionNameValue
Declaration
public string? CollectionNameValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
IgnoreIfExistsValue
Declaration
public bool IgnoreIfExistsValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QueryContext
Declaration
public string? QueryContext { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ScopeNameValue
Declaration
public string? ScopeNameValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TimeoutValue
Declaration
public TimeSpan TimeoutValue { get; set; }
Property Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
TokenValue
Declaration
public CancellationToken TokenValue { get; set; }
Property Value
Type |
Description |
CancellationToken |
|
Implements
System.IEquatable<>