Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_COLLECTION_CREATE_INDEX(3)  libmongoc MONGOC_COLLECTION_CREATE_INDEX(3)

WARNING:
	  Deprecated  since  version  1.8.0: See Manage	Collection Indexes for
	  alternatives.

SYNOPSIS
	  bool
	  mongoc_collection_create_index (mongoc_collection_t *collection,
					  const	bson_t *keys,
					  const	mongoc_index_opt_t *opt,
					  bson_error_t *error);

PARAMETERS
        collection: A mongoc_collection_t.

        keys: A bson_t.

        opt: A	mongoc_index_opt_t.

        error:	An optional location for a bson_error_t	or NULL.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025MONGOC_COLLECTION_CREATE_INDEX(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_collection_create_index&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help