public sealed class RoundToScale : IMessage<RoundToScale>, IEquatable<RoundToScale>, IDeepCloneable<RoundToScale>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class RoundToScale.
This allows the data to change scale, for example if the source is 2 digits after the decimal point, specify round to scale value = 2. If for example the value needs to be converted to an integer, use round to scale value = 0.
Implements
IMessageRoundToScale, IEquatableRoundToScale, IDeepCloneableRoundToScale, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
RoundToScale()
public RoundToScale()RoundToScale(RoundToScale)
public RoundToScale(RoundToScale other)| Parameter | |
|---|---|
| Name | Description |
other |
RoundToScale |
Properties
Scale
public int Scale { get; set; }Required. Scale value to be used
| Property Value | |
|---|---|
| Type | Description |
int |
|