public sealed class StateFamilyConfig : IMessage<StateFamilyConfig>, IEquatable<StateFamilyConfig>, IDeepCloneable<StateFamilyConfig>, IBufferMessage, IMessage
State family configuration.
Implements
IMessage<StateFamilyConfig>, IEquatable<StateFamilyConfig>, IDeepCloneable<StateFamilyConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
StateFamilyConfig()
public StateFamilyConfig()
StateFamilyConfig(StateFamilyConfig)
public StateFamilyConfig(StateFamilyConfig other)
Parameter | |
---|---|
Name | Description |
other | StateFamilyConfig |
Properties
IsRead
public bool IsRead { get; set; }
If true, this family corresponds to a read operation.
Property Value | |
---|---|
Type | Description |
Boolean |
StateFamily
public string StateFamily { get; set; }
The state family value.
Property Value | |
---|---|
Type | Description |
String |