Click or drag to resize

SolidFireElementListEvents Method (NullableInt64, NullableInt64, NullableInt64, String, NullableInt64, NullableInt64, NullableInt64, String, String, String, String)

ListEvents returns events detected on the cluster, sorted from oldest to newest.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListEventsResult ListEvents(
	Nullable<long> MaxEvents = null,
	Nullable<long> StartEventID = null,
	Nullable<long> EndEventID = null,
	string EventType = null,
	Nullable<long> ServiceID = null,
	Nullable<long> NodeID = null,
	Nullable<long> DriveID = null,
	string StartReportTime = null,
	string EndReportTime = null,
	string StartPublishTime = null,
	string EndPublishTime = null
)

Parameters

MaxEvents (Optional)
Type: SystemNullableInt64
StartEventID (Optional)
Type: SystemNullableInt64
EndEventID (Optional)
Type: SystemNullableInt64
EventType (Optional)
Type: SystemString
ServiceID (Optional)
Type: SystemNullableInt64
NodeID (Optional)
Type: SystemNullableInt64
DriveID (Optional)
Type: SystemNullableInt64
StartReportTime (Optional)
Type: SystemString
EndReportTime (Optional)
Type: SystemString
StartPublishTime (Optional)
Type: SystemString
EndPublishTime (Optional)
Type: SystemString

Return Value

Type: ListEventsResult

Implements

ISolidFireElementListEvents(NullableInt64, NullableInt64, NullableInt64, String, NullableInt64, NullableInt64, NullableInt64, String, String, String, String)
See Also