Show / Hide Table of Contents

Class Label

Key value labels.

Inheritance
object
Label
Implements
IMessage<Label>
IEquatable<Label>
IDeepCloneable<Label>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessage

Constructors

Label()

Declaration
public Label()

Label(Label)

Declaration
public Label(Label other)
Parameters
Type Name Description
Label other

Properties

Key

The key.

Declaration
public string Key { get; set; }
Property Value
Type Description
string

RbacEnabled

Indicates whether this label can be used for Data RBAC

Declaration
public bool RbacEnabled { get; set; }
Property Value
Type Description
bool

Source

Where the label is derived from.

Declaration
public string Source { get; set; }
Property Value
Type Description
string

Value

The value.

Declaration
public string Value { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX