ListEventsRequest Class |
Namespace: SolidFire.Element.Api
public class ListEventsRequest : RpcBase
The ListEventsRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | ListEventsRequest | Initializes a new instance of the ListEventsRequest class |
Name | Description | |
---|---|---|
![]() | DriveID |
Specifies that only events with this DriveID will be returned.
|
![]() | EndEventID |
Specifies the end of a range of events to return.
|
![]() | EndPublishTime |
Specifies that only events published earlier than this time will be returned.
|
![]() | EndReportTime |
Specifies that only events reported earlier than this time will be returned.
|
![]() | EventType |
Specifies the type of events to return.
|
![]() | MaxEvents |
Specifies the maximum number of events to return.
|
![]() | NodeID |
Specifies that only events with this NodeID will be returned.
|
![]() | ServiceID |
Specifies that only events with this ServiceID will be returned.
|
![]() | StartEventID |
Specifies the beginning of a range of events to return.
|
![]() | StartPublishTime |
Specifies that only events published after this time will be returned.
|
![]() | StartReportTime |
Specifies that only events reported after this time will be returned.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |