Class NumericBucketingOption
Input only. Use this field to specify bucketing option for the histogram search response.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3.Data
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public class NumericBucketingOption : IDirectResponseSchema
Properties
BucketBounds
Required. Two adjacent values form a histogram bucket. Values should be in ascending order. For example, if [5, 10, 15] are provided, four buckets are created: (-inf, 5), 5, 10), [10, 15), [15, inf). At most 20 [buckets_bound is supported.
Declaration
[JsonProperty("bucketBounds")]
public virtual IList<double?> BucketBounds { get; set; }
Property Value
Type | Description |
---|---|
IList<double?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RequiresMinMax
Optional. If set to true, the histogram result includes minimum/maximum value of the numeric field.
Declaration
[JsonProperty("requiresMinMax")]
public virtual bool? RequiresMinMax { get; set; }
Property Value
Type | Description |
---|---|
bool? |