다음을 통해 공유


AppSearchSchema.DocumentPropertyConfig.IndexableNestedProperties Property

Definition

Returns the list of indexable nested properties for the nested document.

public System.Collections.Generic.IList<string> IndexableNestedProperties { [Android.Runtime.Register("getIndexableNestedProperties", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getIndexableNestedProperties", "()Ljava/util/List;", "", ApiSince=35)>]
member this.IndexableNestedProperties : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the list of indexable nested properties for the nested document.

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

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