现已推出具有 MongoDB 兼容性的 Firestore 企业版!
了解详情。
সমর্থিত MongoDB ডেটা প্রকার এবং ড্রাইভার
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
শুধুমাত্র ক্লাউড ফায়ারস্টোর এন্টারপ্রাইজ সংস্করণের জন্য প্রাসঙ্গিক। |
নিম্নলিখিত সারণী তালিকা MongoDB সামঞ্জস্য সহ ক্লাউড ফায়ারস্টোরের জন্য MongoDB ডেটা প্রকার এবং ড্রাইভারগুলিকে সমর্থন করে৷
ডেটা প্রকার
BSON প্রকার | সমর্থিত |
---|
32-বিট পূর্ণসংখ্যা (int) | হ্যাঁ |
64-বিট পূর্ণসংখ্যা (দীর্ঘ) | হ্যাঁ |
অ্যারে | হ্যাঁ |
বাইনারি ডেটা | হ্যাঁ |
বুলিয়ান | হ্যাঁ |
তারিখ | হ্যাঁ |
ডিবিপয়েন্টার | না |
DBRef | না |
দশমিক 128 | হ্যাঁ |
ডাবল | হ্যাঁ |
জাভাস্ক্রিপ্ট | না |
জাভাস্ক্রিপ্ট (স্কোপ সহ) | না |
ম্যাক্সকি | হ্যাঁ |
মিনকি | হ্যাঁ |
শূন্য | হ্যাঁ |
অবজেক্ট | হ্যাঁ |
অবজেক্ট আইডি | হ্যাঁ |
নিয়মিত অভিব্যক্তি | হ্যাঁ |
স্ট্রিং | হ্যাঁ |
প্রতীক | না |
টাইমস্ট্যাম্প | হ্যাঁ |
অনির্ধারিত | না |
নথি _id
একটি নথিতে শীর্ষ-স্তরের _id
ক্ষেত্রটি অবশ্যই নিম্নলিখিত ধরণের হতে হবে:
অন্যান্য BSON প্রকার সমর্থিত নয়।
ভাষা এবং MongoDB ড্রাইভার
MongoDB সামঞ্জস্য সহ ক্লাউড ফায়ারস্টোর নিম্নলিখিত ড্রাইভার সংস্করণগুলিকে সমর্থন করে:
ভাষা | ড্রাইভার সংস্করণ | নোট |
---|
জাভা | 5.x | Google Cloud থেকে OIDC প্রমাণীকরণ 4.10 থেকে উপলব্ধ |
Node.js | 6.x 5.x | Google Cloud থেকে OIDC প্রমাণীকরণ 6.7 থেকে শুরু হয় |
পাইথন | 4.x 3.x (x ≥ 12) | Google Cloud থেকে OIDC প্রমাণীকরণ 4.7 থেকে উপলব্ধ |
যাও | 2.x | |
সি# | 3.x | |
রুবি | 2.x (x ≥ 16) | |
এরপর কি
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["\u003cbr /\u003e\n\n\n|--------------------------------------------------------|\n| *Relevant to Cloud Firestore Enterprise edition only.* |\n\n\u003cbr /\u003e\n\nThe following tables list supported MongoDB data types and drivers for\nCloud Firestore with MongoDB compatibility.\n\nData types\n\n| **BSON Type** | **Supported** |\n|-------------------------|---------------|\n| 32-bit Integer (int) | Yes |\n| 64-bit Integer (long) | Yes |\n| Array | Yes |\n| Binary Data | Yes |\n| Boolean | Yes |\n| Date | Yes |\n| DBPointer | No |\n| DBRef | No |\n| Decimal128 | Yes |\n| Double | Yes |\n| JavaScript | No |\n| JavaScript (with scope) | No |\n| MaxKey | Yes |\n| MinKey | Yes |\n| Null | Yes |\n| Object | Yes |\n| ObjectId | Yes |\n| Regular Expression | Yes |\n| String | Yes |\n| Symbol | No |\n| Timestamp | Yes |\n| Undefined | No |\n\nDocument `_id`\n\nThe top-level `_id` field in a document must be one of the following types:\n\n- ObjectId\n- String\n- 64-bit Integer (long)\n- 32-bit Integer (int)\n- Double\n- Binary\n\n Binary data values used as the `_id` must not exceed 1500 bytes.\n\nOther BSON types are not supported.\n\nLanguages and MongoDB drivers\n\nCloud Firestore with MongoDB compatibility supports the following driver versions:\n\n| **Language** | **Driver versions** | **Notes** |\n|--------------|---------------------|------------------------------------------------------------------|\n| Java | 5.x | OIDC authentication from Google Cloud available starting in 4.10 |\n| Node.js | 6.x 5.x | OIDC authentication from Google Cloud available starting in 6.7 |\n| Python | 4.x 3.x (x ≥ 12) | OIDC authentication from Google Cloud available starting in 4.7 |\n| Go | 2.x | |\n| C# | 3.x | |\n| Ruby | 2.x (x ≥ 16) | |\n\nWhat's next\n\n- Run the [Quickstart: Create a database and connect to it](/docs/firestore/enterprise/create-and-query-database).\n- Learn about [Behavior differences](/docs/firestore/enterprise/behavior-differences).\n- For a breakdown of supported features depending on MongoDB version, see\n - [Supported features: 8.0](/docs/firestore/enterprise/supported-features-80)\n - [Supported features: 7.0](/docs/firestore/enterprise/supported-features-70)\n - [Supported features: 6.0](/docs/firestore/enterprise/supported-features-60)\n - [Supported features: 5.0](/docs/firestore/enterprise/supported-features-50)\n - [Supported features: 4.0](/docs/firestore/enterprise/supported-features-40)\n - [Supported features: 3.6](/docs/firestore/enterprise/supported-features-36)"]]