pub unsafe extern "C" fn cass_execution_profile_set_serial_consistency(
    profile: *mut CassExecProfile,
    serial_consistency: CassConsistency
) -> CassError
Expand description

Sets the serial consistency level.

Default: Disabled (uses the default serial consistency)

@public @memberof CassExecProfile

@param[in] profile @param[in] serial_consistency @return CASS_OK if successful, otherwise an error occurred.

@see cass_statement_set_serial_consistency()