[[["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-17 UTC."],[[["`Query.StContainsFilter` is a filter used to determine if a property's value is contained within a specified geo-region."],["It inherits from `Query.Filter` and ultimately from `java.lang.Object`, gaining access to methods like `equals`, `hashCode`, and `toString`."],["The `StContainsFilter` constructor takes a property name and a `Query.GeoRegion` object to define the containment criteria."],["Methods like `getPropertyName()` and `getRegion()` allow retrieval of the property name and `Query.GeoRegion` used in the filter, respectively."],["`equals`, `hashCode`, and `toString` methods are overriden to be specific to this filter type."]]],[]]