[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Enum for all build-in views.
The following tables list the members exposed by the ViewEnum type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | ForName |
Returns the view enumeration value given the name of the view.
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | CORRELATION | Correlation. |
![]() ![]() | EXT_TIMED_WINDOW | Externally timed window. |
![]() ![]() | GROUP_MERGE | Group-by "merge". |
![]() ![]() | GROUP_PROPERTY | Group-by. |
![]() ![]() | LAST_EVENT | Last event. |
![]() ![]() | LENGTH_WINDOW | Length window. |
![]() ![]() | MULTIDIM_VIEW | Cubes. |
![]() ![]() | REGRESSION_LINEST | Linest. |
![]() ![]() | SIZE | Size view. |
![]() ![]() | SORT_WINDOW | Sorted window. |
![]() ![]() | TIME_BATCH | Time batch. |
![]() ![]() | TIME_WINDOW | Time window. |
![]() ![]() | UNIQUE_BY_PROPERTY | Unique. |
![]() ![]() | UNIVARIATE_STATISTICS | Univariate statistics. |
![]() ![]() | Values |
All of the "values" in the pseudo-enum ViewEnum.
|
![]() ![]() | WEIGHTED_AVERAGE | Weighted avg. |
Public Properties
Name | Description | |
---|---|---|
![]() | Clazz | Gets the implementation class underlying the view. |
![]() | IsRequiresParameters | Returns true if the view requires one or more parameters, false if the view doesn't require any parameters. |
![]() | MergeView | Returns the enumeration value of the view for merging the data generated by another view. |
![]() | Name | Returns name of the view that can be used to reference the view in a view expression. |
![]() | Namespace | Returns namespace that the object belongs to. |