Chronicle v1 API - Class IngestionLabel (1.0.0-beta02)

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.

Inheritance

object > IngestionLabel

Namespace

Google.Cloud.Chronicle.V1

Assembly

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