Click or drag to resize

GetAnnotationsRequest Class

* A request to get the annotations for the selected tags.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetAnnotationsRequest

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

The GetAnnotationsRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetAnnotationsRequestInitializes a new instance of the GetAnnotationsRequest class
Public methodGetAnnotationsRequest(GetAnnotationsRequest)Initializes a new instance of the GetAnnotationsRequest class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEndTime The end time for the time range to get annotations for.
Public propertyStatic memberParser 
Public propertyServer The server where the annotations are.
Public propertyStartTime The start time for the time range to get annotations for.
Public propertyTagIds The ids of the tags to get the annotations for.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberEndTimeFieldNumberField number for the "end_time" field.
Public fieldStatic memberServerFieldNumberField number for the "server" field.
Public fieldStatic memberStartTimeFieldNumberField number for the "start_time" field.
Public fieldStatic memberTagIdsFieldNumberField number for the "tag_ids" field.
Top
See Also