public sealed class StateFamilyConfig : IMessage<StateFamilyConfig>, IEquatable<StateFamilyConfig>, IDeepCloneable<StateFamilyConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class StateFamilyConfig.
State family configuration.
Implements
IMessageStateFamilyConfig, IEquatableStateFamilyConfig, IDeepCloneableStateFamilyConfig, 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 |
bool |
|
StateFamily
public string StateFamily { get; set; }The state family value.
| Property Value | |
|---|---|
| Type | Description |
string |
|