Share via


AppSearchSchema.DocumentPropertyConfig.ShouldIndexNestedProperties Method

Definition

Returns whether fields 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

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