Class HtmlPropertyOptions
The options for html properties.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class HtmlPropertyOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OperatorOptions
If set, describes how the property should be used as a search operator.
Declaration
[JsonProperty("operatorOptions")]
public virtual HtmlOperatorOptions OperatorOptions { get; set; }
Property Value
Type | Description |
---|---|
HtmlOperatorOptions |
RetrievalImportance
Indicates the search quality importance of the tokens within the field when used for retrieval. Can only be set to DEFAULT or NONE.
Declaration
[JsonProperty("retrievalImportance")]
public virtual RetrievalImportance RetrievalImportance { get; set; }
Property Value
Type | Description |
---|---|
RetrievalImportance |