Options for a 64-bit signed integer field. Present if IndexFieldType specifies the field is of type int . All options are enabled by default.
 Declaration Syntax
 Declaration Syntax| C# | 
public class IntOptions
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | IntOptions()()()() | Initializes a new instance of the IntOptions class | 
|  | DefaultValue | 
            A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression
            and that field is not present in every document.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FacetEnabled | 
            Whether facet information can be returned for the field.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ReturnEnabled | 
            Whether the contents of the field can be returned in the search results.
             
             | 
|  | SearchEnabled | 
            Whether the contents of the field are searchable.
             
             | 
|  | SortEnabled | 
            Whether the field can be used to sort the search results.
             
             | 
|  | SourceField | 
            The name of the source field to map to the field.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDefaultValue(Int64) | Obsolete. 
            Sets the DefaultValue property
             | 
|  | WithFacetEnabled(Boolean) | Obsolete. 
            Sets the FacetEnabled property
             | 
|  | WithReturnEnabled(Boolean) | Obsolete. 
            Sets the ReturnEnabled property
             | 
|  | WithSearchEnabled(Boolean) | Obsolete. 
            Sets the SearchEnabled property
             | 
|  | WithSortEnabled(Boolean) | Obsolete. 
            Sets the SortEnabled property
             | 
|  | WithSourceField(String) | Obsolete. 
            Sets the SourceField property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | IntOptions |