SetSchemaResponse.IncompatibleTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Set
of schema type whose new definitions set in the AppSearchSession#setSchema
call were incompatible with the pre-existing schema.
public virtual System.Collections.Generic.ICollection<string> IncompatibleTypes { [Android.Runtime.Register("getIncompatibleTypes", "()Ljava/util/Set;", "GetGetIncompatibleTypesHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getIncompatibleTypes", "()Ljava/util/Set;", "GetGetIncompatibleTypesHandler", ApiSince=31)>]
member this.IncompatibleTypes : System.Collections.Generic.ICollection<string>
Property Value
- Attributes
Remarks
Returns a Set
of schema type whose new definitions set in the AppSearchSession#setSchema
call were incompatible with the pre-existing schema.
If a Migrator
is provided for this type and the migration is success triggered. The type will also appear in #getMigratedTypes()
.
Java documentation for android.app.appsearch.SetSchemaResponse.getIncompatibleTypes()
.
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.