Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DISCOVER_RING_BUFFERS rowset contains the following columns.
|
Name |
Type |
Restriction |
Description |
|---|---|---|---|
|
SESSION_NAME |
xsd:string |
|
The name of the XEvent session. |
|
EVENT_NAME |
xsd:string |
|
The name of the XEvent event. |
|
EVENT_CREATION_TIME |
xsd:dateTime |
|
The server UTC date and time at the moment the event was created. |
The rowset is not sorted. In addition to the above columns, additional columns will be dynamically added based on the fields in the XEvents.
The response has the following definition.
-
<xsd:element name="root"> <xsd:complexType> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="row" type="row" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:simpleType name="uuid"> <xsd:restriction base="xsd:string"> <xsd:pattern value="[0-9a-zA-Z]{8}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{12}" /> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="xmlDocument"> <xsd:sequence> <xsd:any /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="row"> <xsd:sequence> <xsd:element sql:field="SESSION_NAME" name="SESSION_NAME" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="EVENT_NAME" name="EVENT_NAME" type="xsd:string" minOccurs="0" /> <xsd:element sql:field="EVENT_CREATION_TIME" name="EVENT_CREATION_TIME" type="xsd:dateTime" minOccurs="0" /> </xsd:sequence> </xsd:complexType>