Class HtmlPropertyOptions
The options for html properties.
Inheritance
object
HtmlPropertyOptions
Implements
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 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 |