DoubleMetadata

Metadata for a Dataverse floating-point number (double) column, including minimum/maximum value constraints and precision.

DoubleMetadata Class

Properties

Name
Type
Default
Description
ColumnNamestring
The logical name of the column in Dataverse (e.g. 'firstname', 'emailaddress1').
ColumnTypeColumnType
Double
Returns Double.
Descriptionstring?
The localized description of the column, or null if no description is configured.
DisplayNamestring
The localized display name of the column as configured in Dataverse.
IsValidForCreatebool
False
Indicates whether this column can be set when creating a new record.
IsValidForUpdatebool
False
Indicates whether this column can be modified when updating an existing record.
Maxdouble
0
The maximum allowed value for this column.
Mindouble
0
The minimum allowed value for this column.
Precisionint
0
The number of decimal places used for display and validation.
RequiredLevelRequiredLevel
None
The required level of the column (None, SystemRequired, ApplicationRequired, or Recommended).
Name: ColumnName
Type: string
Description: The logical name of the column in Dataverse (e.g. 'firstname', 'emailaddress1').
Name: ColumnType
Type: ColumnType
Default: Double
Description: Returns Double.
Name: Description
Type: string?
Description: The localized description of the column, or null if no description is configured.
Name: DisplayName
Type: string
Description: The localized display name of the column as configured in Dataverse.
Name: IsValidForCreate
Type: bool
Default: False
Description: Indicates whether this column can be set when creating a new record.
Name: IsValidForUpdate
Type: bool
Default: False
Description: Indicates whether this column can be modified when updating an existing record.
Name: Max
Type: double
Default: 0
Description: The maximum allowed value for this column.
Name: Min
Type: double
Default: 0
Description: The minimum allowed value for this column.
Name: Precision
Type: int
Default: 0
Description: The number of decimal places used for display and validation.
Name: RequiredLevel
Type: RequiredLevel
Default: None
Description: The required level of the column (None, SystemRequired, ApplicationRequired, or Recommended).