logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

char *

Author

       MongoDB, Inc

Description

       This  function  returns the canonical stringification of a given key specification. See ManageCollectionIndexes for example usage.

       It is a programming error to call this function on a non-standard index, such one other than  a  straight
       index with ascending and descending.

Parameters

keys: A bson_t. This is expected to match the form of the key field in the createIndexes command.

Returns

       A string that should be freed with bson_free().

Synopsis

          char *
          mongoc_collection_keys_to_index_string (const bson_t *keys);

See Also