"SequoiaDB Giant Sequoia Database" listLobs() Overview 1

grammar

db.collectionspace.collection.listLobs([SdbQueryOption])

category

Collection

description

Get a list of large objects in the collection and return it by means of a cursor.

parameter

  • SdbQueryOptionObjectoptional  )

    Use an object to specify record query parameters. For the usage method, please refer to SdbQueryOption .

    Note:

    In particular, when using SdbQueryOption to specify the hint as {"ListPieces": 1}, you can list the detailed information of the lob fragments

return value

Success: Return the DBCursor object.

Failure: Throw an exception.

Click on Jushan Database Documentation Center for more information

Guess you like

Origin blog.csdn.net/weixin_48909806/article/details/112944367