Show / Hide Table of Contents

Class TextPropertyOptions

Options for text properties.

Inheritance
System.Object
TextPropertyOptions
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class TextPropertyOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

OperatorOptions

If set, describes how the property should be used as a search operator.

Declaration
[JsonProperty("operatorOptions")]
public virtual TextOperatorOptions OperatorOptions { get; set; }
Property Value
Type Description
TextOperatorOptions

RetrievalImportance

Indicates the search quality importance of the tokens within the field when used for retrieval.

Declaration
[JsonProperty("retrievalImportance")]
public virtual RetrievalImportance RetrievalImportance { get; set; }
Property Value
Type Description
RetrievalImportance

Implements

IDirectResponseSchema
Back to top