GetByDocumentIdRequest.Projections Property

Definition

Returns a map from schema type to property paths to be used for projection.

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

Property Value

Attributes

Remarks

Java documentation for android.app.appsearch.GetByDocumentIdRequest.getProjections().

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