C# OJAI Client API
Com.Mapr.Data.Db.UpdateResponse Class Reference
Inheritance diagram for Com.Mapr.Data.Db.UpdateResponse:

Public Member Functions

 UpdateResponse (UpdateResponse other)
 
UpdateResponse Clone ()
 
override bool Equals (object other)
 
bool Equals (UpdateResponse other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (UpdateResponse other)
 
void MergeFrom (pb::CodedInputStream input)
 

Public Attributes

const int ErrorFieldNumber = 1
 Field number for the "error" field. More...
 

Properties

static pb::MessageParser< UpdateResponseParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pbr::MessageDescriptor pb::IMessage. Descriptor [get]
 
global::Com.Mapr.Data.Db.RpcError Error [get, set]
 
  • NO_ERROR - if a document was updated successfully DOCUMENT_NOT_FOUND - if a document with specified _id does not exist or the specified condition evaluated to 'false'.
More...
 

Private Member Functions

partial void OnConstruction ()
 

Private Attributes

pb::UnknownFieldSet _unknownFields
 
global::Com.Mapr.Data.Db.RpcError error_
 

Static Private Attributes

static readonly pb::MessageParser< UpdateResponse_parser = new pb::MessageParser<UpdateResponse>(() => new UpdateResponse())
 

Member Data Documentation

◆ ErrorFieldNumber

const int Com.Mapr.Data.Db.UpdateResponse.ErrorFieldNumber = 1

Field number for the "error" field.

Property Documentation

◆ Error

global.Com.Mapr.Data.Db.RpcError Com.Mapr.Data.Db.UpdateResponse.Error
getset

  • NO_ERROR - if a document was updated successfully DOCUMENT_NOT_FOUND - if a document with specified _id does not exist or the specified condition evaluated to 'false'.