admin  directory_v1
Properties | List of all members
Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.NumericIndexingSpecData Class Reference

Indexing spec for a numeric field. By default, only exact match queries will be supported for numeric fields. Setting the numericIndexingSpec allows range queries to be supported. More...

Properties

virtual System.Nullable< double > MaxValue [get, set]
 Maximum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant. More...
 
virtual System.Nullable< double > MinValue [get, set]
 Minimum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant. More...
 

Detailed Description

Indexing spec for a numeric field. By default, only exact match queries will be supported for numeric fields. Setting the numericIndexingSpec allows range queries to be supported.

Property Documentation

◆ MaxValue

virtual System.Nullable<double> Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.NumericIndexingSpecData.MaxValue
getset

Maximum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.

◆ MinValue

virtual System.Nullable<double> Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.NumericIndexingSpecData.MinValue
getset

Minimum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.


The documentation for this class was generated from the following file: