Language

AppSearchSchema.StringPropertyConfig.Builder.SetJoinableValueType Method

Definition

Configures how this property should be used as a joining matcher.

[Android.Runtime.Register("setJoinableValueType", "(I)Landroid/app/appsearch/AppSearchSchema$StringPropertyConfig$Builder;", "", ApiSince=34)]
public Android.App.AppSearch.AppSearchSchema.StringPropertyConfig.Builder SetJoinableValueType(Android.App.AppSearch.StringPropertyJoinableValueType joinableValueType);
[<Android.Runtime.Register("setJoinableValueType", "(I)Landroid/app/appsearch/AppSearchSchema$StringPropertyConfig$Builder;", "", ApiSince=34)>]
member this.SetJoinableValueType : Android.App.AppSearch.StringPropertyJoinableValueType -> Android.App.AppSearch.AppSearchSchema.StringPropertyConfig.Builder

Parameters

joinableValueType
StringPropertyJoinableValueType

Value is one of the following: AppSearchSchema.StringPropertyConfig.JOINABLE_VALUE_TYPE_NONE AppSearchSchema.StringPropertyConfig.JOINABLE_VALUE_TYPE_QUALIFIED_ID

Returns

Attributes

Remarks

Configures how this property should be used as a joining matcher. If this method is not called, the default joinable value type is StringPropertyConfig.JOINABLE_VALUE_TYPE_NONE, so that it is not joinable. At most, 64 properties can be set as joinable per schema.

Android reference for android.app.appsearch.AppSearchSchema.StringPropertyConfig.Builder.setJoinableValueType.

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