SetSchemaRequest.Migrators Property

Definition

Returns the map of Migrator, the key will be the schema type of the Migrator associated with.

public System.Collections.Generic.IDictionary<string,Android.App.AppSearch.Migrator> Migrators { [Android.Runtime.Register("getMigrators", "()Ljava/util/Map;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMigrators", "()Ljava/util/Map;", "", ApiSince=31)>]
member this.Migrators : System.Collections.Generic.IDictionary<string, Android.App.AppSearch.Migrator>

Property Value

Attributes

Remarks

Java documentation for android.app.appsearch.SetSchemaRequest.getMigrators().

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