Enum Index.Types.AncestorMode (1.4.0)

public enum AncestorMode

For an ordered index, specifies whether each of the entity's ancestors will be included.

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Fields

NameDescription
AllAncestors

Include all the entity's ancestors in the index.

None

Do not include the entity's ancestors in the index.

Unspecified

The ancestor mode is unspecified.