pub unsafe extern "C" fn cass_cluster_set_client_id(
    cluster: *mut CassCluster,
    client_id: CassUuid
)
Expand description

Set the client id.

This is optional; however it provides the server with the client ID that can aid in debugging issues with large clusters where there are a lot of client connections.

Default: UUID v4 generated (@see cass_session_get_client_id())

@public @memberof CassCluster

@param[in] cluster @param[in] client_id