Search |
public sealed class SearchForEventsRequest : IMessage<SearchForEventsRequest>, IMessage, IEquatable<SearchForEventsRequest>, IDeepCloneable<SearchForEventsRequest>, IBufferMessage
The SearchForEventsRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchForEventsRequest | Initializes a new instance of the SearchForEventsRequest class | |
| SearchForEventsRequest(SearchForEventsRequest) | Initializes a new instance of the SearchForEventsRequest class |
| Name | Description | |
|---|---|---|
| AssetType | The type of asset. | |
| Cci | The client connection ID associated with the connection. | |
| ContinuationPoint | The continuation point. | |
| Descriptor | ||
| EndTriggerExpression | The expression used to end the event trigger. | |
| EventProperties | The properties of the event. | |
| MaxNumberOfEvents | The max number of events to retrieve. | |
| MinEventDuration | The minimum event duration. | |
| Parser | ||
| SearchFrom | The timestamp for where to start the search. | |
| SearchTo | The timestamp for where to end the search. | |
| StartTriggerExpression | The expression used to start the event trigger. | |
| TagPrefix | The tag prefix. | |
| ViewName | The name of the view. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(SearchForEventsRequest) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(SearchForEventsRequest) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AssetTypeFieldNumber | Field number for the "asset_type" field. | |
| CciFieldNumber | Field number for the "cci" field. | |
| ContinuationPointFieldNumber | Field number for the "continuation_point" field. | |
| EndTriggerExpressionFieldNumber | Field number for the "end_trigger_expression" field. | |
| EventPropertiesFieldNumber | Field number for the "event_properties" field. | |
| MaxNumberOfEventsFieldNumber | Field number for the "max_number_of_events" field. | |
| MinEventDurationFieldNumber | Field number for the "min_event_duration" field. | |
| SearchFromFieldNumber | Field number for the "search_from" field. | |
| SearchToFieldNumber | Field number for the "search_to" field. | |
| StartTriggerExpressionFieldNumber | Field number for the "start_trigger_expression" field. | |
| TagPrefixFieldNumber | Field number for the "tag_prefix" field. | |
| ViewNameFieldNumber | Field number for the "view_name" field. |