View Source GoogleApi.Admin.Directory_v1.Model.SchemaFieldSpecNumericIndexingSpec (google_api_admin v0.40.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.SchemaFieldSpecNumericIndexingSpec{
  maxValue: float() | nil,
  minValue: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.