Class FieldDecimal
The field used to store a decimal value
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class FieldDecimal : FieldBase
Properties
Boost
Value to prioritize search results. Set to 1 by default. Ignored if SimpleSearch not set to true.
Declaration
[JsonProperty("boost", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Boost { get; set; }
Property Value
Maximum
The maximum possible value.
Declaration
[JsonProperty("maximum", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public decimal? Maximum { get; set; }
Property Value
Minimum
The minimum possible value.
Declaration
[JsonProperty("minimum", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public decimal? Minimum { get; set; }
Property Value
Pattern
The decimal pattern structure.
Declaration
[JsonProperty("pattern", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Pattern { get; set; }