pub unsafe extern "C" fn cass_cluster_set_use_beta_protocol_version(
    cluster: *mut CassCluster,
    enable: cass_bool_t
) -> CassError
Expand description

Use the newest beta protocol version. This currently enables the use of protocol version v5 (CASS_PROTOCOL_VERSION_V5).

Default: cass_false

@public @memberof CassCluster

@param[in] cluster @param[in] enable if false the highest non-beta protocol version will be used @return CASS_OK if successful, otherwise an error occurred.