Class IntegerFacetingOptions
Used to specify integer faceting options.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class IntegerFacetingOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntegerBuckets
Buckets for given integer values should be in strictly ascending order. For example, if values supplied are (1,5,10,100), the following facet buckets will be formed {<1, [1,5), [5-10), [10-100), >=100}.
Declaration
[JsonProperty("integerBuckets")]
public virtual IList<long?> IntegerBuckets { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |