public sealed class 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 documentation for the `Index.Types.IndexedProperty` class within the Google Cloud Datastore v1 API, used for defining a property within an index."],["The `IndexedProperty` class, found in the `Google.Cloud.Datastore.Admin.V1` namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors, allowing the creation of a new instance or copying an existing `IndexedProperty` instance, and details regarding parameters involved."],["The class has two main properties: `Direction`, specifying the indexed property's direction, and `Name`, which is the property name being indexed."],["The document details the versions available for this documentation, with version 2.4.0 being the latest, and offers the ability to navigate through versions 2.3.0 down to 1.1.0."]]],[]]