GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MONGOC_GRIDFS_BUCKET_OPEN_UPLOAD_STREAM_WITH_ID(3) libmongoc MONGOC_GRIDFS_BUCKET_OPEN_UPLOAD_STREAM_WITH_ID(3)

mongoc_stream_t *
mongoc_gridfs_bucket_open_upload_stream_with_id (mongoc_gridfs_bucket_t *bucket,

const bson_value_t *file_id,
const char *filename,
const bson_t *opts,
bson_error_t *error);


  • bucket: A mongoc_gridfs_bucket_t.
  • file_id: A bson_value_t specifying the id of the created file.
  • filename: The name of the file to create.
  • opts: A bson_t or NULL.
  • error: A bson_error_t to receive any error or NULL.

opts may be NULL or a BSON document with additional command options:

  • chunkSizeBytes: An int32 chunk size to use for this file. Overrides the chunkSizeBytes set on bucket.
  • metadata: A bson_t representing metadata to include with the file.

Opens a stream for writing to a new file in GridFS for a specified file id. To have libmongoc generate an id, use mongoc_gridfs_bucket_open_upload_stream().

A mongoc_stream_t that can be written to or NULL on failure. Errors on this stream can be retrieved with mongoc_gridfs_bucket_stream_error(). After calling mongoc_stream_close() the file is completely written in GridFS.

SEE ALSO:

mongoc_gridfs_bucket_open_upload_stream()

mongoc_gridfs_bucket_stream_error()



MongoDB, Inc

2009-present, MongoDB, Inc.

July 3, 2025 1.30.4

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.