Class DropQueryIndexOptions.ReadOnly
Inheritance
DropQueryIndexOptions.ReadOnly
Assembly: Couchbase.NetClient.dll
Syntax
public record DropQueryIndexOptions.ReadOnly : IEquatable<DropQueryIndexOptions.ReadOnly>
Constructors
View Source
ReadOnly(ReadOnly)
Declaration
protected ReadOnly(DropQueryIndexOptions.ReadOnly original)
Parameters
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
View Source
CollectionNameValue
Declaration
public string? CollectionNameValue { get; init; }
Property Value
View Source
EqualityContract
Declaration
protected virtual Type EqualityContract { get; }
Property Value
View Source
IgnoreIfExistsValue
Declaration
public bool IgnoreIfExistsValue { get; init; }
Property Value
View Source
QueryContext
Declaration
public string? QueryContext { get; init; }
Property Value
View Source
ScopeNameValue
Declaration
public string? ScopeNameValue { get; init; }
Property Value
View Source
TimeoutValue
Declaration
public TimeSpan TimeoutValue { get; init; }
Property Value
View Source
TokenValue
Declaration
public CancellationToken TokenValue { get; init; }
Property Value
Methods
View Source
Deconstruct(out bool, out CancellationToken, out string?, out string?, out string?, out TimeSpan)
Declaration
public void Deconstruct(out bool IgnoreIfExistsValue, out CancellationToken TokenValue, out string? ScopeNameValue, out string? CollectionNameValue, out string? QueryContext, out TimeSpan TimeoutValue)
Parameters
View Source
Equals(ReadOnly?)
Declaration
public virtual bool Equals(DropQueryIndexOptions.ReadOnly? other)
Parameters
Returns
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
View Source
PrintMembers(StringBuilder)
Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Returns
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
View Source
operator ==(ReadOnly?, ReadOnly?)
Declaration
public static bool operator ==(DropQueryIndexOptions.ReadOnly? left, DropQueryIndexOptions.ReadOnly? right)
Parameters
Returns
View Source
operator !=(ReadOnly?, ReadOnly?)
Declaration
public static bool operator !=(DropQueryIndexOptions.ReadOnly? left, DropQueryIndexOptions.ReadOnly? right)
Parameters
Returns
Implements