MinimumColumnSize Parameter (Connect-Dynamics365 Cmdlet)
Specifies the minimum size, in characters, for Edm.String columns. If Microsoft Dynamics 365 reports a smaller size, the provider uses this value instead.
Syntax
Connect-Dynamics365 -MinimumColumnSize int
Data Type
int
Default Value
0
Remarks
When the reported size of an Edm.String column from Microsoft Dynamics 365 is less than this property value, the cmdlet overrides the reported size with the configured minimum.
Set this property when you need to enforce consistent column sizes or accommodate downstream systems with minimum length requirements.