MongoDBGridFSBucket-getChunksCollection.txt 629 Bytes
==============================================
MongoDB\\GridFS\\Bucket::getChunksCollection()
==============================================

.. versionadded:: 1.2

.. default-domain:: mongodb

.. contents:: On this page
   :local:
   :backlinks: none
   :depth: 1
   :class: singlecol

Definition
----------

.. phpmethod:: MongoDB\\GridFS\\Bucket::getChunksCollection()

   Returns the chunks collection used by the bucket.

   .. code-block:: php

      function getChunksCollection(): MongoDB\Collection

Return Values
-------------

A :phpclass:`MongoDB\\Collection` object for the chunks collection.

.. todo: add examples