Sets specified key fields in a space definition as distribution fields.
      Declaration
tibas_status TIBAS_COMMON_API TIBAS_CALL_API tibasSpaceDef_SetDistributionFields(
    tibasSpaceDef c_spaceDef,
    const char* fieldNames)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | c_spaceDef | A pointer to the spaceDef object for the space for which you want to set distribution fields. | 
                  
                     | fieldNames | A comma-separated list of field names, each enclosed in quotation marks. | 
               
            
Remarks
Use the tibasSpaceDef_SetDistributionFields() function to set specified key fields in a spaceDef as distribution fields.
Setting a key field as a distribution field specifies that any data for the specified field or fields that is identical is stored on one seeder.
Copyright © Cloud Software Group, Inc. All rights reserved.