Click or drag to resize

SearchForEventsRequest Class

* A request to search for events.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiSearchForEventsRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class SearchForEventsRequest : IMessage<SearchForEventsRequest>, 
	IMessage, IEquatable<SearchForEventsRequest>, IDeepCloneable<SearchForEventsRequest>, 
	IBufferMessage

The SearchForEventsRequest type exposes the following members.

Constructors
 NameDescription
Public methodSearchForEventsRequestInitializes a new instance of the SearchForEventsRequest class
Public methodSearchForEventsRequest(SearchForEventsRequest)Initializes a new instance of the SearchForEventsRequest class
Top
Properties
 NameDescription
Public propertyAssetType The type of asset.
Public propertyCci The client connection ID associated with the connection.
Public propertyContinuationPoint The continuation point.
Public propertyStatic memberDescriptor 
Public propertyEndTriggerExpression The expression used to end the event trigger.
Public propertyEventProperties The properties of the event.
Public propertyMaxNumberOfEvents The max number of events to retrieve.
Public propertyMinEventDuration The minimum event duration.
Public propertyStatic memberParser 
Public propertySearchFrom The timestamp for where to start the search.
Public propertySearchTo The timestamp for where to end the search.
Public propertyStartTriggerExpression The expression used to start the event trigger.
Public propertyTagPrefix The tag prefix.
Public propertyViewName The name of the view.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAssetTypeFieldNumberField number for the "asset_type" field.
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Public fieldStatic memberContinuationPointFieldNumberField number for the "continuation_point" field.
Public fieldStatic memberEndTriggerExpressionFieldNumberField number for the "end_trigger_expression" field.
Public fieldStatic memberEventPropertiesFieldNumberField number for the "event_properties" field.
Public fieldStatic memberMaxNumberOfEventsFieldNumberField number for the "max_number_of_events" field.
Public fieldStatic memberMinEventDurationFieldNumberField number for the "min_event_duration" field.
Public fieldStatic memberSearchFromFieldNumberField number for the "search_from" field.
Public fieldStatic memberSearchToFieldNumberField number for the "search_to" field.
Public fieldStatic memberStartTriggerExpressionFieldNumberField number for the "start_trigger_expression" field.
Public fieldStatic memberTagPrefixFieldNumberField number for the "tag_prefix" field.
Public fieldStatic memberViewNameFieldNumberField number for the "view_name" field.
Top
See Also