Show / Hide Table of Contents

Class BucketizedCount

Represents count of jobs within one bucket.

Inheritance
object
BucketizedCount
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX