Class DiscoveryNote (3.0.0)

public sealed class DiscoveryNote : IMessage<DiscoveryNote>, IEquatable<DiscoveryNote>, IDeepCloneable<DiscoveryNote>, IBufferMessage, IMessage

A note that indicates a type of analysis a provider would perform. This note exists in a provider's project. A Discovery occurrence is created in a consumer's project at the start of analysis.

Inheritance

Object > DiscoveryNote

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

DiscoveryNote()

public DiscoveryNote()

DiscoveryNote(DiscoveryNote)

public DiscoveryNote(DiscoveryNote other)
Parameter
NameDescription
otherDiscoveryNote

Properties

AnalysisKind

public NoteKind AnalysisKind { get; set; }

Required. Immutable. The kind of analysis that is handled by this discovery.

Property Value
TypeDescription
NoteKind