Click or drag to resize

OperationSpec Class

Represents a single operation within a multi-operation against a document using the SubDocument API.
Inheritance Hierarchy
SystemObject
  Couchbase.Core.IO.Operations.SubDocumentOperationSpec
    Couchbase.KeyValueLookupInSpec
    Couchbase.KeyValueMutateInSpec

Namespace:  Couchbase.Core.IO.Operations.SubDocument
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public abstract class OperationSpec : IEqualityComparer

The OperationSpec type exposes the following members.

Constructors
  NameDescription
Protected methodOperationSpec
Initializes a new instance of the OperationSpec class
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified OperationSpec, is equal to this instance. Only compares Path and OpCode!
(Overrides ObjectEquals(Object).)
Public methodEquals(Object, Object)
Determines whether the specified OperationSpec, is equal to this instance. Only compares Path and OpCode!
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetHashCode(Object)
Returns a hash code for this instance.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also