[[["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."],[[["This webpage provides documentation for the `PropertyFilter` class within the `Google.Cloud.Datastore.V1` namespace, specifically focusing on version 3.3.0 and also listing other versions available, including the latest 4.15.0."],["`PropertyFilter` is a class used to create a filter on a specific property, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PropertyFilter` class has constructors, one being the default `PropertyFilter()`, and the other `PropertyFilter(PropertyFilter other)` that takes another property filter as a parameter."],["Key properties of the `PropertyFilter` class include `Op` (the operator to filter by), `Property` (the property to filter by), and `Value` (the value to compare against the property)."],["This class has several inherited members, as it inherits from the base class `Object`, and provides methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]