Class Index.Types.IndexedProperty (1.4.0)

public sealed class IndexedProperty : IMessage<Index.Types.IndexedProperty>, IEquatable<Index.Types.IndexedProperty>, IDeepCloneable<Index.Types.IndexedProperty>, IBufferMessage, IMessage

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(Index.Types.IndexedProperty)

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

Properties

Direction

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

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

Property Value
TypeDescription
Index.Types.Direction

Name

public string Name { get; set; }

Required. The property name to index.

Property Value
TypeDescription
String