[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version available for `PartitionKey` is 2.63.1, with previous versions listed down to 2.7.1."],["`PartitionKey` is a final class that extends from the `Object` class, inheriting several methods like `clone()`, `equals()`, and `hashCode()`."],["The `PartitionKey` class has one constructor that accepts an array of `Object` as its parameter `keys`."],["The class provides two main methods: `equals(Object obj)` which returns a boolean, and `hashCode()` which returns an integer."],["These methods override `Object.equals(Object)` and `Object.hashCode()` respectively, from its inherited parent."]]],[]]