Class BucketizedCount
Represents count of jobs within one bucket.
Implements
Inherited Members
Namespace: Google.Apis.CloudTalentSolution.v3p1beta1.Data
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class BucketizedCount : IDirectResponseSchema
Properties
Count
Number of jobs whose numeric field value fall into range
.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Range
Bucket range on which histogram was performed for the numeric field, that is, the count represents number of jobs in this range.
Declaration
[JsonProperty("range")]
public virtual BucketRange Range { get; set; }
Property Value
Type | Description |
---|---|
BucketRange |