public CreateTableRequest addFamily(String familyId, GCRules.GCRule gcRule)
Adds a new columnFamily with GCRule to the configuration. Please note that calling this
method with the same familyId will overwrite the previous family.
See Also: GCRulefor available options.
addFamily(String familyId, GCRules.GCRule gcRule, Type valueType)
public CreateTableRequest addFamily(String familyId, GCRules.GCRule gcRule, Type valueType)
Adds a new columnFamily with a GCRule and Type to the configuration. Please
note that calling this method with the same familyId will overwrite the previous family.
See Also: Typefor available options., GCRulefor available options.
public CreateTableRequest addFamily(String familyId, Type valueType)
Adds a new columnFamily with a Type to the configuration. Please note that calling this
method with the same familyId will overwrite the previous family.
See Also: Typefor available options.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]