Class Linear
Linear buckets with the following boundaries for indices in 0 to n-1. - i in [0, n-1]: [start + (i)*width, start
- (i+1)*width)
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class Linear : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NumberOfBuckets
Must be greater than 0.
Declaration
[JsonProperty("numberOfBuckets")]
public virtual int? NumberOfBuckets { get; set; }
Property Value
Type | Description |
---|---|
int? |
Start
Lower bound of the first bucket.
Declaration
[JsonProperty("start")]
public virtual double? Start { get; set; }
Property Value
Type | Description |
---|---|
double? |
Width
Distance between bucket boundaries. Must be greater than 0.
Declaration
[JsonProperty("width")]
public virtual double? Width { get; set; }
Property Value
Type | Description |
---|---|
double? |