Class FacetResult
Source specific facet response
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class FacetResult : IDirectResponseSchema
Properties
Buckets
FacetBuckets for values in response containing at least a single result with the corresponding filter.
Declaration
[JsonProperty("buckets")]
public virtual IList<FacetBucket> Buckets { get; set; }
Property Value
Type | Description |
---|---|
IList<FacetBucket> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectType
Object type for which facet results are returned. Can be empty.
Declaration
[JsonProperty("objectType")]
public virtual string ObjectType { get; set; }
Property Value
Type | Description |
---|---|
string |
OperatorName
The name of the operator chosen for faceting. @see cloudsearch.SchemaPropertyOptions
Declaration
[JsonProperty("operatorName")]
public virtual string OperatorName { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceName
Source name for which facet results are returned. Will not be empty.
Declaration
[JsonProperty("sourceName")]
public virtual string SourceName { get; set; }
Property Value
Type | Description |
---|---|
string |