public sealed class Index.Types.IndexedProperty : IMessage<Index.Types.IndexedProperty>, IEquatable<Index.Types.IndexedProperty>, IDeepCloneable<Index.Types.IndexedProperty>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Datastore v1 API class Index.Types.IndexedProperty.
[[["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-03-21 UTC."],[[["This document provides reference information for the `Index.Types.IndexedProperty` class within the Google Cloud Datastore v1 API, specifically version 2.2.0."],["The `Index.Types.IndexedProperty` class represents a property of an index and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and one that allows creating an instance from another `IndexedProperty` object."],["The class has two key properties, `Direction`, which specifies the indexed property's direction, and `Name`, which specifies the property name to index."],["The document lists all previous version numbers that can be viewed, with the latest being version 2.4.0."]]],[]]