Enum OpCode
Namespace: Couchbase.Core.IO.Operations
Assembly: Couchbase.NetClient.dll
Syntax
public enum OpCode : byte
Fields
| Name | Description |
|---|---|
| Add | |
| AddQ | |
| Append | |
| AppendQ | |
| ClusterMapChangeNotification | Allows for server push cluster map configurations. |
| Decrement | |
| DecrementQ | |
| Delete | |
| DeleteQ | |
| Flush | |
| FlushQ | |
| GAT | |
| GATQ | |
| Get | |
| GetCidByName | Get the Collection Identifier (CID) by name |
| GetClusterConfig | |
| GetCollectionsManifest | |
| GetErrorMap | |
| GetK | |
| GetKQ | |
| GetL | |
| GetMeta | |
| GetQ | |
| GetSidByName | Gets the Scope Identifier (SID) by name. |
| Helo | You say goodbye and I say Hello. Hello, hello. |
| Increment | |
| IncrementQ | |
| MultiLookup | |
| NoOp | |
| Observe | |
| ObserveSeqNo | |
| Prepend | |
| PrependQ | |
| Quit | |
| QuitQ | |
| RangeScanCancel | Requests that the server cancels an existing range scan. |
| RangeScanContinue | Requests that the server continues an existing range scan, returning to the client a sequence of keys or documents. |
| RangeScanCreate | Requests that the server creates a new range scan for a collection in an active vbucket. |
| Replace | |
| ReplaceQ | |
| ReplicaRead | |
| SaslList | |
| SaslStart | |
| SaslStep | |
| SelectBucket | |
| Set | |
| SetQ | |
| Stat | |
| SubArrayAddUnique | |
| SubArrayInsert | |
| SubArrayPushFirst | |
| SubArrayPushLast | |
| SubCounter | |
| SubDelete | |
| SubDictAdd | |
| SubDictUpsert | |
| SubExist | |
| SubGet | |
| SubGetCount | |
| SubMultiMutation | |
| SubReplace | |
| SubReplaceBodyWithXattr | |
| Touch | |
| Unlock | |
| Version |