Apache.Cassandra.CfDef.CfDef C# (CSharp) 메소드

CfDef() 공개 메소드

public CfDef ( ) : System
리턴 System
    public CfDef() {
      this._column_type = "Standard";
      this._comparator_type = "BytesType";
      this._caching = "keys_only";
      this._dclocal_read_repair_chance = 0;
    }