Provided by: libmongoc-doc_1.24.3-1_all bug

NAME

       mongoc_apm_command_succeeded_get_server_connection_id_int64                              -
       mongoc_apm_command_succeeded_get_server_connection_id_int64()

SYNOPSIS

          int64_t
          mongoc_apm_command_succeeded_get_server_connection_id_int64 (
            const mongoc_apm_command_succeeded_t *event);

       Returns the server connection ID for the command. The server  connection  ID  is  distinct
       from  the  server ID (mongoc_apm_command_succeeded_get_server_id()) and is returned by the
       hello or legacy hello response as "connectionId" from the server on 4.2+.

PARAMETERS

event: A mongoc_apm_command_succeeded_t.

RETURNS

       The server connection ID as a positive integer or -1 if it is not available.

       SEE ALSO:
          Introduction to Application Performance Monitoring

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2017-present, MongoDB, Inc

1.24.3                             MONGOC_APMgCOMMAND2SUCCEEDED_GET_SERVER_CONNECTION_ID_INT64(3)