Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content
Ctrl+K

amongoc 0.1.0 documentation

Contents:

  • Tutorials
    • BSON Handling
      • Creation & Destruction
      • Adding Data
      • Reading BSON Data
    • Storing Values in a Type-Erased Box
    • Connecting to a MongoDB Server
    • Writing Data
    • Reading Data
  • How-to Guides
    • How to Handle amongoc_status
    • Communicating with a Server
    • Creating Asynchronous Loops
  • Reference
    • Meta-Reference: Documentation Attributes
    • amongoc API Patterns
    • Configuring, Building, & Using
    • Dynamically Types Boxes
    • Status Codes
    • Emitter API
    • Operation API
    • Asynchronous Utility APIs
    • Dynamic Memory Allocation
    • Client API
    • Database Handle API
    • Collection & Data API
      • Collection Operations
        • Common Parameters
        • Aggregate
        • Count
        • Delete
        • Distinct
        • Drop
        • Find
        • Insert
        • Replace
        • Update
    • Type: amongoc_loop
    • Handler APIs
    • BSON Library
      • BSON Value Types
      • BSON Values
      • BSON Reading
      • BSON Iteration
      • BSON Documents
      • BSON Modifying
    • Strings & String Views
    • Vector Types
    • Time Utilities
    • Terminology
    • amongoc Features
  • Design & Explanation
    • Why Asynchrony?
    • Design Considerations in amongoc
    • Our Asynchrony Model
  • amongoc Developer Documentation
    • Development Guidelines
    • C Object Deletion
    • Nanosenders
    • Couroutines
    • result<T>
    • Query Objects
    • Asio in amongoc
    • TLS Streams
    • Documenting amongoc
    • Declaratively Building BSON Documents
    • Declaratively Parsing BSON Objects
  • Repository
  • Show source
  • Suggest edit
  • Open issue
  • .rst

Collection Operations

Collection Operations#

  • Common Parameters
    • __common_params
  • Aggregate
    • amongoc_aggregate()
    • amongoc_aggregate()
    • amongoc_aggregate_params
  • Count
    • amongoc_count_documents()
    • amongoc_estimated_document_count()
    • amongoc_count_params
  • Delete
    • amongoc_delete_ex()
    • amongoc_delete_many()
    • amongoc_delete_one()
    • amongoc_delete_params
  • Distinct
    • amongoc_distinct()
    • amongoc_distinct_params
  • Drop
    • amongoc_collection_drop()
    • amongoc_collection_drop_params
  • Find
    • amongoc_find()
    • amongoc_find_params
    • amongoc_cursor
    • amongoc_cursor_delete()
    • amongoc_cursor_next()
  • Insert
    • amongoc_insert_ex()
    • amongoc_insert_one()
    • amongoc_insert_one()
    • amongoc_insert_params
  • Replace
    • amongoc_replace_one()
    • amongoc_replace_params
  • Update
    • amongoc_update_many()
    • amongoc_update_one()
    • amongoc_update_many_with_pipeline()
    • amongoc_update_one_with_pipeline()
    • amongoc_update_ex()
    • amongoc_update_params

previous

Collection & Data API

next

Common Parameters

By MongoDB

© Copyright 2024, MongoDB.