Click or drag to resize

SearchForEventsResponse Class

* The response of the event search.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiSearchForEventsResponse

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 SearchForEventsResponse : IMessage<SearchForEventsResponse>, 
	IMessage, IEquatable<SearchForEventsResponse>, IDeepCloneable<SearchForEventsResponse>, 
	IBufferMessage

The SearchForEventsResponse type exposes the following members.

Constructors
 NameDescription
Public methodSearchForEventsResponseInitializes a new instance of the SearchForEventsResponse class
Public methodSearchForEventsResponse(SearchForEventsResponse)Initializes a new instance of the SearchForEventsResponse class
Top
Properties
 NameDescription
Public propertyContinuationPoint The continuation point.
Public propertyCurrentInstance If is an asset type, the current asset instance.
Public propertyStatic memberDescriptor 
Public propertyElapsedTime The duration of the request.
Public propertyEvents AdHoc events created by the search.
Public propertyExtendedStatus The status of the search.
Public propertyIsDone Whether or not the search is completed.
Public propertyNumberOfInstances If is an asset type, the number of asset instances.
Public propertyNumberOfNCalcEvaluations The number of expressions that were evaluated.
Public propertyNumberOfSlices The number of slices the data gets broken into.
Public propertyStatic memberParser 
Public propertyPercentComplete A percentage representing how much of the search was completed.
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberContinuationPointFieldNumberField number for the "continuation_point" field.
Public fieldStatic memberCurrentInstanceFieldNumberField number for the "current_instance" field.
Public fieldStatic memberElapsedTimeFieldNumberField number for the "elapsed_time" field.
Public fieldStatic memberEventsFieldNumberField number for the "events" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberIsDoneFieldNumberField number for the "is_done" field.
Public fieldStatic memberNumberOfInstancesFieldNumberField number for the "number_of_instances" field.
Public fieldStatic memberNumberOfNCalcEvaluationsFieldNumberField number for the "number_of_n_calc_evaluations" field.
Public fieldStatic memberNumberOfSlicesFieldNumberField number for the "number_of_slices" field.
Public fieldStatic memberPercentCompleteFieldNumberField number for the "percent_complete" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also