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.3.0."],["The `Index.Types.IndexedProperty` class, a property of an index, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `IndexedProperty()` constructor, and one that accepts another `Index.Types.IndexedProperty` instance for copying, denoted as `IndexedProperty(IndexedProperty)`."],["It includes properties such as `Direction`, which specifies the direction of the indexed property, and `Name`, representing the name of the property to be indexed."],["The latest version available for this documentation is 2.4.0, with previous versions available and listed as far back as 1.1.0."]]],[]]