public sealed class IngestionLabel : IMessage<IngestionLabel>, IEquatable<IngestionLabel>, IDeepCloneable<IngestionLabel>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class IngestionLabel.
Representation of an ingestion label type.
Implements
IMessageIngestionLabel, IEquatableIngestionLabel, IDeepCloneableIngestionLabel, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
IngestionLabel()
public IngestionLabel()
IngestionLabel(IngestionLabel)
public IngestionLabel(IngestionLabel other)
Parameter | |
---|---|
Name | Description |
other |
IngestionLabel |
Properties
IngestionLabelKey
public string IngestionLabelKey { get; set; }
Required. The key of the ingestion label. Always required.
Property Value | |
---|---|
Type | Description |
string |
IngestionLabelValue
public string IngestionLabelValue { get; set; }
Optional. The value of the ingestion label. Optional. An object with no provided value and some key provided would match against the given key and ANY value.
Property Value | |
---|---|
Type | Description |
string |