Dataflow v1beta3 API - Class StateFamilyConfig (2.0.0-beta06)

public sealed class StateFamilyConfig : IMessage<StateFamilyConfig>, IEquatable<StateFamilyConfig>, IDeepCloneable<StateFamilyConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class StateFamilyConfig.

State family configuration.

Inheritance

object > StateFamilyConfig

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

StateFamilyConfig()

public StateFamilyConfig()

StateFamilyConfig(StateFamilyConfig)

public StateFamilyConfig(StateFamilyConfig other)
Parameter
NameDescription
otherStateFamilyConfig

Properties

IsRead

public bool IsRead { get; set; }

If true, this family corresponds to a read operation.

Property Value
TypeDescription
bool

StateFamily

public string StateFamily { get; set; }

The state family value.

Property Value
TypeDescription
string