Show / Hide Table of Contents

Class DataAccessIngestionLabel

Label used in data access for ingestion.

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

Constructors

DataAccessIngestionLabel()

Declaration
public DataAccessIngestionLabel()

DataAccessIngestionLabel(DataAccessIngestionLabel)

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

Properties

Key

The key.

Declaration
public string Key { 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