[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-09。"],[[["This API, located in the `google.appengine.ext.ndb.metadata` module, is designed for use in first-generation runtimes within the App Engine standard environment, and users migrating to Python 3 should consult the migration guide."],["The `get_entity_group_version(key)` function retrieves the version of an entity group, which increases with every change, potentially even without user-visible updates, and a workaround is available for maintaining legacy behavior."],["The `get_namespaces(start=None, end=None)`, `get_kinds(start=None, end=None)`, `get_properties_of_kind(kind, start=None, end=None)` and `get_representations_of_kind(kind, start=None, end=None)` functions are used to list namespace names, kind names, property names and representation names respectively, with options for specifying alphabetical start and end boundaries."],["The document outlines the various property classes and their corresponding representation types, such as `StringProperty` to `STRING` and `IntegerProperty` to `INT64`, for different data types."]]],[]]