[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

  NameDescription
Equals (Inherited from Object.)
static memberForName
Returns the view enumeration value given the name of the view.

GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Fields

  NameDescription
static memberCORRELATION
Correlation.

static memberEXT_TIMED_WINDOW
Externally timed window.

static memberGROUP_MERGE
Group-by "merge".

static memberGROUP_PROPERTY
Group-by.

static memberLAST_EVENT
Last event.

static memberLENGTH_WINDOW
Length window.

static memberMULTIDIM_VIEW
Cubes.

static memberREGRESSION_LINEST
Linest.

static memberSIZE
Size view.

static memberSORT_WINDOW
Sorted window.

static memberTIME_BATCH
Time batch.

static memberTIME_WINDOW
Time window.

static memberUNIQUE_BY_PROPERTY
Unique.

static memberUNIVARIATE_STATISTICS
Univariate statistics.

static memberValues
All of the "values" in the pseudo-enum ViewEnum.

static memberWEIGHTED_AVERAGE
Weighted avg.

Public Properties

  NameDescription
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.