Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DropPrimaryQueryIndexOptions.ReadOnly

Inheritance
object
DropPrimaryQueryIndexOptions.ReadOnly
Implements
IEquatable<DropPrimaryQueryIndexOptions.ReadOnly>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: Couchbase.Management.Query
Assembly: Couchbase.NetClient.dll
Syntax
public record DropPrimaryQueryIndexOptions.ReadOnly : IEquatable<DropPrimaryQueryIndexOptions.ReadOnly>

Constructors

View Source

ReadOnly(ReadOnly)

Declaration
protected ReadOnly(DropPrimaryQueryIndexOptions.ReadOnly original)
Parameters
Type Name Description
DropPrimaryQueryIndexOptions.ReadOnly original
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
Type Name Description
string IndexNameValue
bool IgnoreIfExistsValue
CancellationToken TokenValue
string ScopeNameValue
string CollectionNameValue
string QueryContext
TimeSpan TimeoutValue

Properties

View Source

CollectionNameValue

Declaration
public string? CollectionNameValue { get; init; }
Property Value
Type Description
string
View Source

EqualityContract

Declaration
protected virtual Type EqualityContract { get; }
Property Value
Type Description
Type
View Source

IgnoreIfExistsValue

Declaration
public bool IgnoreIfExistsValue { get; init; }
Property Value
Type Description
bool
View Source

IndexNameValue

Declaration
public string? IndexNameValue { get; init; }
Property Value
Type Description
string
View Source

QueryContext

Declaration
public string? QueryContext { get; init; }
Property Value
Type Description
string
View Source

ScopeNameValue

Declaration
public string? ScopeNameValue { get; init; }
Property Value
Type Description
string
View Source

TimeoutValue

Declaration
public TimeSpan TimeoutValue { get; init; }
Property Value
Type Description
TimeSpan
View Source

TokenValue

Declaration
public CancellationToken TokenValue { get; init; }
Property Value
Type Description
CancellationToken

Methods

View Source

Deconstruct(out string?, out bool, out CancellationToken, out string?, out string?, out string?, out TimeSpan)

Declaration
public void Deconstruct(out string? IndexNameValue, out bool IgnoreIfExistsValue, out CancellationToken TokenValue, out string? ScopeNameValue, out string? CollectionNameValue, out string? QueryContext, out TimeSpan TimeoutValue)
Parameters
Type Name Description
string IndexNameValue
bool IgnoreIfExistsValue
CancellationToken TokenValue
string ScopeNameValue
string CollectionNameValue
string QueryContext
TimeSpan TimeoutValue
View Source

Equals(ReadOnly?)

Declaration
public virtual bool Equals(DropPrimaryQueryIndexOptions.ReadOnly? other)
Parameters
Type Name Description
DropPrimaryQueryIndexOptions.ReadOnly other
Returns
Type Description
bool
View Source

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
View Source

PrintMembers(StringBuilder)

Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Type Name Description
StringBuilder builder
Returns
Type Description
bool
View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Operators

View Source

operator ==(ReadOnly?, ReadOnly?)

Declaration
public static bool operator ==(DropPrimaryQueryIndexOptions.ReadOnly? left, DropPrimaryQueryIndexOptions.ReadOnly? right)
Parameters
Type Name Description
DropPrimaryQueryIndexOptions.ReadOnly left
DropPrimaryQueryIndexOptions.ReadOnly right
Returns
Type Description
bool
View Source

operator !=(ReadOnly?, ReadOnly?)

Declaration
public static bool operator !=(DropPrimaryQueryIndexOptions.ReadOnly? left, DropPrimaryQueryIndexOptions.ReadOnly? right)
Parameters
Type Name Description
DropPrimaryQueryIndexOptions.ReadOnly left
DropPrimaryQueryIndexOptions.ReadOnly right
Returns
Type Description
bool

Implements

IEquatable<T>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.