[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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
static memberForName
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
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
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

  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.