Language

AppSearchSchema.DocumentPropertyConfig.Builder.AddIndexableNestedPropertyPaths Method

Definition

Overloads

Name Description
AddIndexableNestedPropertyPaths(PropertyPath[])

Adds one or more property paths for indexing from the nested document property.

AddIndexableNestedPropertyPaths(ICollection<PropertyPath>)

Adds one or more property paths for indexing from the nested document property.

AddIndexableNestedPropertyPaths(PropertyPath[])

Adds one or more property paths for indexing from the nested document property.

[Android.Runtime.Register("addIndexableNestedPropertyPaths", "([Landroid/app/appsearch/PropertyPath;)Landroid/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder;", "", ApiSince=35)]
public Android.App.AppSearch.AppSearchSchema.DocumentPropertyConfig.Builder AddIndexableNestedPropertyPaths(params Android.App.AppSearch.PropertyPath[] indexableNestedPropertyPaths);
[<Android.Runtime.Register("addIndexableNestedPropertyPaths", "([Landroid/app/appsearch/PropertyPath;)Landroid/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder;", "", ApiSince=35)>]
member this.AddIndexableNestedPropertyPaths : Android.App.AppSearch.PropertyPath[] -> Android.App.AppSearch.AppSearchSchema.DocumentPropertyConfig.Builder

Parameters

indexableNestedPropertyPaths
PropertyPath[]

Returns

Attributes

Remarks

Adds one or more property paths for indexing from the nested document property.

Android reference for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.Builder.addIndexableNestedPropertyPaths.

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

AddIndexableNestedPropertyPaths(ICollection<PropertyPath>)

Adds one or more property paths for indexing from the nested document property.

[Android.Runtime.Register("addIndexableNestedPropertyPaths", "(Ljava/util/Collection;)Landroid/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder;", "", ApiSince=35)]
public Android.App.AppSearch.AppSearchSchema.DocumentPropertyConfig.Builder AddIndexableNestedPropertyPaths(System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath> indexableNestedPropertyPaths);
[<Android.Runtime.Register("addIndexableNestedPropertyPaths", "(Ljava/util/Collection;)Landroid/app/appsearch/AppSearchSchema$DocumentPropertyConfig$Builder;", "", ApiSince=35)>]
member this.AddIndexableNestedPropertyPaths : System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath> -> Android.App.AppSearch.AppSearchSchema.DocumentPropertyConfig.Builder

Parameters

indexableNestedPropertyPaths
ICollection<PropertyPath>

Returns

Attributes

Remarks

Adds one or more property paths for indexing from the nested document property.

Android reference for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.Builder.addIndexableNestedPropertyPaths.

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