GoogleApi.Admin.Directory_v1.Model.SchemaFieldSpecNumericIndexingSpec (google_api_admin v0.37.0) View Source
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.
Attributes
-
maxValue
(type:float()
, default:nil
) - 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
(type:float()
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.