Class SourceOperationRequest
A work item that represents the different operations that can be performed on a user-defined Source specification.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class SourceOperationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GetMetadata
Information about a request to get metadata about a source.
Declaration
[JsonProperty("getMetadata")]
public virtual SourceGetMetadataRequest GetMetadata { get; set; }
Property Value
Type | Description |
---|---|
SourceGetMetadataRequest |
Name
User-provided name of the Read instruction for this source.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginalName
System-defined name for the Read instruction for this source in the original workflow graph.
Declaration
[JsonProperty("originalName")]
public virtual string OriginalName { get; set; }
Property Value
Type | Description |
---|---|
string |
Split
Information about a request to split a source.
Declaration
[JsonProperty("split")]
public virtual SourceSplitRequest Split { get; set; }
Property Value
Type | Description |
---|---|
SourceSplitRequest |
StageName
System-defined name of the stage containing the source operation. Unique across the workflow.
Declaration
[JsonProperty("stageName")]
public virtual string StageName { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemName
System-defined name of the Read instruction for this source. Unique across the workflow.
Declaration
[JsonProperty("systemName")]
public virtual string SystemName { get; set; }
Property Value
Type | Description |
---|---|
string |