GroupingType Enum
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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum GroupingType
[<System.Flags>]
type GroupingType =
- Inheritance
-
GroupingType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| PerPackage | 1 | Results should be grouped together by package for the purpose of enforcing a limit on the number of results returned per package. Android reference for 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. |
| PerNamespace | 2 | Results should be grouped together by namespace for the purpose of enforcing a limit on the number of results returned per namespace. Android reference for 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. |
| PerSchema | 4 | Results should be grouped together by schema type for the purpose of enforcing a limit on the number of results returned per schema type. Android reference for 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. |