Share via


GetByDocumentIdRequest.ProjectionPaths 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<Android.App.AppSearch.PropertyPath>> ProjectionPaths { [Android.Runtime.Register("getProjectionPaths", "()Ljava/util/Map;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getProjectionPaths", "()Ljava/util/Map;", "", ApiSince=34)>]
member this.ProjectionPaths : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Android.App.AppSearch.PropertyPath>>

Property Value

Attributes

Remarks

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

If the map is empty, then all properties will be retrieved for all results.

Calling this function repeatedly is inefficient. Prefer to retain the Map returned by this function, rather than calling it multiple times.

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

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