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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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