Key-value

/ˈkiː ˌvæljuː/

কী-ভ্যালু (কী ও মানের জোড়া)

Origin & History

From the computing sense of key (“identifier used to access a value”) + value (“data associated with the key”); widely adopted in programming and data storage terminology from the late 20th century onward.

কম্পিউটিং-এ key (যার মাধ্যমে কোনো মানে পৌঁছানো/অ্যাক্সেস করা হয় এমন শনাক্তকারী) + value (কী-এর সাথে যুক্ত ডেটা/মান) থেকে গঠিত; ২০শ শতকের শেষভাগ থেকে প্রোগ্রামিং ও ডেটা সংরক্ষণ পরিভাষায় ব্যাপকভাবে ব্যবহৃত।

Definition

In computing and data representation, a key-value is a two-part association where the key uniquely identifies an item and the value holds the item’s data (e.g., in dictionaries/maps, JSON objects, configuration files, and key–value databases).

কম্পিউটিং ও ডেটা উপস্থাপনায় key-value হলো দুই অংশের একটি সম্পর্ক, যেখানে key (কী) কোনো আইটেমকে শনাক্ত করে (প্রায়ই এককভাবে) এবং value (মান) ওই আইটেমের তথ্য বহন করে (যেমন ডিকশনারি/ম্যাপ, JSON অবজেক্ট, কনফিগারেশন ফাইল, এবং কী–ভ্যালু ডাটাবেসে)।

Parts of Speech

Noun:
Each key-value in the JSON object represents one property.
JSON অবজেক্টের প্রতিটি key-value একেকটি প্রপার্টি নির্দেশ করে।
Adjective:
We chose a key-value store for fast lookups.
দ্রুত লুকআপের জন্য আমরা একটি key-value স্টোর বেছে নিয়েছি।

Usage Examples

Store user preferences as key-value pairs like theme: dark.
theme: dark-এর মতো key-value জোড়া হিসেবে ব্যবহারকারীর পছন্দ সংরক্ষণ করুন।
The configuration file is basically a list of key-value settings.
কনফিগারেশন ফাইলটি মূলত key-value সেটিংসের একটি তালিকা।
In a map, keys must be unique, but values can repeat.
ম্যাপে key সাধারণত একক (unique) হতে হয়, কিন্তু value পুনরাবৃত্ত হতে পারে।
The API returns data in key-value form, making it easy to parse.
API key-value ফরমে ডেটা ফেরত দেয়, তাই পার্স করা সহজ হয়।
Redis is commonly used as an in-memory key-value database.
Redis সাধারণত ইন-মেমরি key-value ডাটাবেস হিসেবে ব্যবহৃত হয়।

Synonyms

Key–value pair Name–value pair Attribute-value pair Field-value pair Property-value pair

Antonyms

Positional data Indexed list Array-based representation

Related Forms

Noun
Key-value / Key-value pair / Key-value store / Key / Value
Verb
Key (in) / Keyed / Keying / Map / Mapped / Mapping
Adjective
Keyed / Value-based / Key-value-based

Idioms & Phrases

In key-value form
key-value রূপে/ফরমে
A key-value pair
একটি key-value জোড়া
Key-value store
কী-ভ্যালু স্টোর (key-value স্টোর)