Class DataAccessIngestionLabel
Label used in data access for ingestion.
Implements
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 |