Show / Hide Table of Contents

Class Sink

A sink that records can be encoded and written to.

Inheritance
object
Sink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX