pub unsafe extern "C" fn cass_cluster_set_application_version(
    cluster: *mut CassCluster,
    application_version: *const c_char
)
Expand description

Set the application version.

This is optional; however it provides the server with the application version that can aid in debugging issues with large clusters where there are a lot of client (or application) connections that may have different versions in use.

@public @memberof CassCluster

@param[in] cluster @param[in] application_version