Module: Google::Cloud::Datastore::Admin::V1::Index::AncestorMode

Defined in:
proto_docs/google/datastore/admin/v1/index.rb

Overview

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

Constant Summary collapse

ANCESTOR_MODE_UNSPECIFIED =

The ancestor mode is unspecified.

0
NONE =

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

1
ALL_ANCESTORS =

Include all the entity's ancestors in the index.

2