Class Sink
A sink that records can be encoded and written to.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class Sink : IDirectResponseSchema
Properties
Codec
The codec to use to encode data written to the sink.
Declaration
[JsonProperty("codec")]
public virtual IDictionary<string, object> Codec { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Spec
The sink to write to, plus its parameters.
Declaration
[JsonProperty("spec")]
public virtual IDictionary<string, object> Spec { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |