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

Public Member Functions

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

Public Attributes

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

Properties

static pb::MessageParser< CreateTableResponseParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
pbr::MessageDescriptor pb::IMessage. Descriptor [get]
 
global::Com.Mapr.Data.Db.RpcError Error [get, set]
 
  • NO_ERROR - if the table was created successfully, TABLE_ALREADY_EXISTS - if a table with the same path already exists
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< CreateTableResponse_parser = new pb::MessageParser<CreateTableResponse>(() => new CreateTableResponse())
 

Member Data Documentation

◆ ErrorFieldNumber

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

Field number for the "error" field.

Property Documentation

◆ Error

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

  • NO_ERROR - if the table was created successfully, TABLE_ALREADY_EXISTS - if a table with the same path already exists