Show / Hide Table of Contents

Class FacetResult

Source specific facet response

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX