public sealed class IndexedProperty : IMessage<Index.Types.IndexedProperty>, IEquatable<Index.Types.IndexedProperty>, IDeepCloneable<Index.Types.IndexedProperty>, IBufferMessage, IMessage
A property of an index.
Implements
IMessage<Index.Types.IndexedProperty>, IEquatable<Index.Types.IndexedProperty>, IDeepCloneable<Index.Types.IndexedProperty>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
IndexedProperty()
public IndexedProperty()
IndexedProperty(Index.Types.IndexedProperty)
public IndexedProperty(Index.Types.IndexedProperty other)
Parameter | |
---|---|
Name | Description |
other | Index.Types.IndexedProperty |
Properties
Direction
public Index.Types.Direction Direction { get; set; }
Required. The indexed property's direction. Must not be DIRECTION_UNSPECIFIED.
Property Value | |
---|---|
Type | Description |
Index.Types.Direction |
Name
public string Name { get; set; }
Required. The property name to index.
Property Value | |
---|---|
Type | Description |
String |