Cloud Datastore v1 API - Enum Index.Types.AncestorMode (2.3.0)

public enum Index.Types.AncestorMode

Reference documentation and code samples for the Cloud Datastore v1 API enum Index.Types.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.