Class ObjectOptions
The options for an object.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ObjectOptions : IDirectResponseSchema
Properties
DisplayOptions
The options that determine how the object is displayed in the Cloud Search results page.
Declaration
[JsonProperty("displayOptions")]
public virtual ObjectDisplayOptions DisplayOptions { get; set; }
Property Value
Type | Description |
---|---|
ObjectDisplayOptions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FreshnessOptions
The freshness options for an object.
Declaration
[JsonProperty("freshnessOptions")]
public virtual FreshnessOptions FreshnessOptions { get; set; }
Property Value
Type | Description |
---|---|
FreshnessOptions |
SuggestionFilteringOperators
Operators that can be used to filter suggestions. For Suggest API, only operators mentioned here will be honored in the FilterOptions. Only TEXT and ENUM operators are supported. NOTE: "objecttype", "type" and "mimetype" are already supported. This property is to configure schema specific operators. Even though this is an array, only one operator can be specified. This is an array for future extensibility. Operators mapping to multiple properties within the same object are not supported. If the operator spans across different object types, this option has to be set once for each object definition.
Declaration
[JsonProperty("suggestionFilteringOperators")]
public virtual IList<string> SuggestionFilteringOperators { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |