Language

GetSchemaResponse.SchemasWipeoutAccountPropertyPaths Property

Definition

Returns a map containing all schema types that have been configured for account wipeout, mapped to the specific property paths within those schemas that hold the account identifiers.

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath>> SchemasWipeoutAccountPropertyPaths { [Android.Runtime.Register("getSchemasWipeoutAccountPropertyPaths", "()Ljava/util/Map;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSchemasWipeoutAccountPropertyPaths", "()Ljava/util/Map;", "", ApiSince=37)>]
member this.SchemasWipeoutAccountPropertyPaths : System.Collections.Generic.IDictionary<string, System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath>>

Property Value

A map where keys are schema type names, and values are sets of PropertyPath strings configured for account wipeout for that schema type.

Attributes

Remarks

Returns a map containing all schema types that have been configured for account wipeout, mapped to the specific property paths within those schemas that hold the account identifiers.

This method performs a deep copy to ensure the returned map and its contained sets are immutable from external modifications.

Android reference for android.app.appsearch.GetSchemaResponse.getSchemasWipeoutAccountPropertyPaths.

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