Class CustomSourceLocation
Identifies the location of a custom souce.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class CustomSourceLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Stateful
Whether this source is stateful.
Declaration
[JsonProperty("stateful")]
public virtual bool? Stateful { get; set; }
Property Value
Type | Description |
---|---|
bool? |