Show / Hide Table of Contents

Class DataSamplingReport

Contains per-worker telemetry about the data sampling feature.

Inheritance
object
DataSamplingReport
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 DataSamplingReport : IDirectResponseSchema

Properties

BytesWrittenDelta

Optional. Delta of bytes written to file from previous report.

Declaration
[JsonProperty("bytesWrittenDelta")]
public virtual long? BytesWrittenDelta { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ElementsSampledBytes

Optional. Delta of bytes sampled from previous report.

Declaration
[JsonProperty("elementsSampledBytes")]
public virtual long? ElementsSampledBytes { get; set; }
Property Value
Type Description
long?

ElementsSampledCount

Optional. Delta of number of elements sampled from previous report.

Declaration
[JsonProperty("elementsSampledCount")]
public virtual long? ElementsSampledCount { get; set; }
Property Value
Type Description
long?

ExceptionsSampledCount

Optional. Delta of number of samples taken from user code exceptions from previous report.

Declaration
[JsonProperty("exceptionsSampledCount")]
public virtual long? ExceptionsSampledCount { get; set; }
Property Value
Type Description
long?

PcollectionsSampledCount

Optional. Delta of number of PCollections sampled from previous report.

Declaration
[JsonProperty("pcollectionsSampledCount")]
public virtual long? PcollectionsSampledCount { get; set; }
Property Value
Type Description
long?

PersistenceErrorsCount

Optional. Delta of errors counts from persisting the samples from previous report.

Declaration
[JsonProperty("persistenceErrorsCount")]
public virtual long? PersistenceErrorsCount { get; set; }
Property Value
Type Description
long?

TranslationErrorsCount

Optional. Delta of errors counts from retrieving, or translating the samples from previous report.

Declaration
[JsonProperty("translationErrorsCount")]
public virtual long? TranslationErrorsCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX