Cloud Datastore v1 API - Class Index.Types.IndexedProperty (2.3.0)

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.

A property of an index.

Inheritance

object > Index.Types.IndexedProperty

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

IndexedProperty()

public IndexedProperty()

IndexedProperty(IndexedProperty)

public IndexedProperty(Index.Types.IndexedProperty other)
Parameter
NameDescription
otherIndexTypesIndexedProperty

Properties

Direction

public Index.Types.Direction Direction { get; set; }

Required. The indexed property's direction. Must not be DIRECTION_UNSPECIFIED.

Property Value
TypeDescription
IndexTypesDirection

Name

public string Name { get; set; }

Required. The property name to index.

Property Value
TypeDescription
string