QueryTemplate.Definition Property

The query template definition in the form of XML.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public string Definition { get; internal set; }

Property Value

Type: System.String
The query definition as an XML string.

Remarks

Internally StreamInsight uses an XML representation of its metadata objects. In the case of query templates, the LINQ specification of a query logic is translated at runtime into the internal XML format for query templates. The XML schema for CEP metadata entities is published at https://schemas.microsoft.com/ComplexEventProcessing.

See Also

Reference

QueryTemplate Class

Microsoft.ComplexEventProcessing Namespace