Freigeben über


SetSchemaResponse.DeletedTypes Property

Definition

Returns a Set of deleted schema types.

public virtual System.Collections.Generic.ICollection<string> DeletedTypes { [Android.Runtime.Register("getDeletedTypes", "()Ljava/util/Set;", "GetGetDeletedTypesHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getDeletedTypes", "()Ljava/util/Set;", "GetGetDeletedTypesHandler", ApiSince=31)>]
member this.DeletedTypes : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

Returns a Set of deleted schema types.

A "deleted" type is a schema type that was previously a part of the database schema but was not present in the SetSchemaRequest object provided in the AppSearchSession#setSchema call.

Documents for a deleted type are removed from the database.

Java documentation for android.app.appsearch.SetSchemaResponse.getDeletedTypes().

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