Partager via


AppSearchSchema.DocumentPropertyConfig.Builder.AddIndexableNestedPropertyPaths Method

Definition

Overloads

AddIndexableNestedPropertyPaths(PropertyPath[])
AddIndexableNestedPropertyPaths(ICollection<PropertyPath>)

AddIndexableNestedPropertyPaths(PropertyPath[])

[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

Applies to

AddIndexableNestedPropertyPaths(ICollection<PropertyPath>)

[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

Applies to