Apache.Cassandra.CfDef.CfDef C# (CSharp) Method

CfDef() public method

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