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