Freigeben über


AppSearchSchema.DocumentPropertyConfig.ShouldIndexNestedProperties Method

Definition

Returns whether properties in the nested document should be indexed according to that document's schema.

[Android.Runtime.Register("shouldIndexNestedProperties", "()Z", "", ApiSince=31)]
public bool ShouldIndexNestedProperties ();
[<Android.Runtime.Register("shouldIndexNestedProperties", "()Z", "", ApiSince=31)>]
member this.ShouldIndexNestedProperties : unit -> bool

Returns

Attributes

Remarks

Returns whether properties in the nested document should be indexed according to that document's schema.

If false, the nested document's properties are not indexed regardless of its own schema.

Java documentation for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.shouldIndexNestedProperties().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to