Key-value
কী-ভ্যালু (কী ও মানের জোড়া)
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 অবজেক্ট, কনফিগারেশন ফাইল, এবং কী–ভ্যালু ডাটাবেসে)।