Click or drag to resize

Annotation Class

* The annotation for the raw data.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiAnnotation

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class Annotation : IMessage<Annotation>, 
	IMessage, IEquatable<Annotation>, IDeepCloneable<Annotation>, 
	IBufferMessage

The Annotation type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationInitializes a new instance of the Annotation class
Public methodAnnotation(Annotation)Initializes a new instance of the Annotation class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEntries the entries of the annotation.
Public propertyIsDeleted Whether or not the annotation is marked as deleted.
Public propertyStatic memberParser 
Public propertyTimestamp The timestamp.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberEntriesFieldNumberField number for the "entries" field.
Public fieldStatic memberIsDeletedFieldNumberField number for the "is_deleted" field.
Public fieldStatic memberTimestampFieldNumberField number for the "timestamp" field.
Top
See Also